From 702c2e01daee7ea5c96efd41110e2f97af3d35f6 Mon Sep 17 00:00:00 2001 From: Elena Rechkina Date: Fri, 22 Aug 2025 12:59:56 +0600 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=D0=B0=20=D0=B2?= =?UTF-8?q?=D0=B5=D1=80=D1=85=D0=BD=D0=B5=D0=B5=20=D0=BC=D0=B5=D0=BD=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.vitepress/config.mts | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/.vitepress/config.mts b/src/.vitepress/config.mts index c7d773b..1f17e9b 100644 --- a/src/.vitepress/config.mts +++ b/src/.vitepress/config.mts @@ -94,21 +94,21 @@ export default defineConfig({ } }, // https://vitepress.dev/reference/default-theme-config - nav: [ - { - text: 'Документация', - link: '/guide/', - }, - { - text: 'API', - link: '', - }, - { - text: 'Terraform', - // link: '/terraform/', - link: '', - }, - ], + // nav: [ + // { + // text: 'Документация', + // link: '/guide/', + // }, + // { + // text: 'API', + // link: '', + // }, + // { + // text: 'Terraform', + // // link: '/terraform/', + // link: '', + // }, + // ], docFooter: { next: 'Вперед',