From 17eeec3d265d6b77bd289face045a5e91034cad5 Mon Sep 17 00:00:00 2001 From: Elena Rechkina Date: Fri, 22 Aug 2025 13:22:20 +0600 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D0=BD?= =?UTF-8?q?=D0=B0=D0=B2=D0=B8=D0=B3=D0=B0=D1=86=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.vitepress/config.mts | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/src/.vitepress/config.mts b/src/.vitepress/config.mts index 1f17e9b..5785337 100644 --- a/src/.vitepress/config.mts +++ b/src/.vitepress/config.mts @@ -174,28 +174,11 @@ export default defineConfig({ { text: 'Виртуальные машины', link: '/compute/compute-how-to/compute-index.md', collapsed: true, items: [ - {text: 'Обзор сервиса', link: '/compute/compute-overview.md'}, - // {text: 'Быстрый старт', link: '/compute/compute-getting-started.md'}, - {text: 'Виртуальные машины', link: '/compute/compute-how-to/compute-index.md', - collapsed: true, - items: [ - { text: 'Создание ВМ', link: '/compute/compute-how-to/compute-servers-create.md' }, + { text: 'Создание ВМ', link: '/compute/compute-how-to/compute-servers-create.md' }, { text: 'Подключение к ВМ', link: '/compute/compute-how-to/compute-connect.md' }, { text: 'Управление ВМ', link: '/compute/compute-how-to/compute-servers-manage.md' }, ], }, - { text: 'Диски', link: '/compute/compute-how-to/compute-disks.md' }, - { text: 'IP-адреса', link: '/compute/compute-how-to/compute-ip.md' }, - { text: 'Группы размещения', link: '/compute/compute-how-to/compute-affinity.md' }, - {text: 'Практические руководства', link: '/compute/compute-guide/compute-guide-index.md', - collapsed: true, - items: [ - { text: 'Подключение по SSH к ВМ закрытого контура', link: '/compute/compute-guide/compute-guide-ssh-inside.md' }, - { text: 'Настройка site-to-site VPN с помощью VyOS', link: '/compute/compute-guide/compute-guide-vyos.md' }, - ], - }, - ], - }, { text: 'Диски', link: '/compute/compute-how-to/compute-disks.md' }, { text: 'IP-адреса', link: '/compute/compute-how-to/compute-ip.md' }, { text: 'Группы размещения', link: '/compute/compute-how-to/compute-affinity.md' }, @@ -203,6 +186,7 @@ export default defineConfig({ collapsed: true, items: [ { text: 'Подключение по SSH к ВМ закрытого контура', link: '/compute/compute-guide/compute-guide-ssh-inside.md' }, + { text: 'Настройка site-to-site VPN с помощью VyOS', link: '/compute/compute-guide/compute-guide-vyos.md' }, ], }, ],