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' }, ], }, ],