From 58edd1d2e0548c5eff2980cf3020edd58acbf5d6 Mon Sep 17 00:00:00 2001 From: Elena Rechkina Date: Mon, 17 Nov 2025 11:12:48 +0600 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BD=D0=B0=D0=B2=D0=B8=D0=B3=D0=B0=D1=86?= =?UTF-8?q?=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, 6 insertions(+), 14 deletions(-) diff --git a/src/.vitepress/config.mts b/src/.vitepress/config.mts index 27c0eed..ded113e 100644 --- a/src/.vitepress/config.mts +++ b/src/.vitepress/config.mts @@ -138,6 +138,11 @@ export default defineConfig({ {text: 'Бесплатный период', link: '/start/trial.md'}, {text: 'Платное использование', link: '/start/organization.md'}, ], + '/monitoring/': [ + { + text: 'Мониторинг', link: '/monitoring/about.md', + }, + ], '/vdc/': [ { text: 'Виртуальные дата-центры на VMware', link: '/vdc/index.md', @@ -249,20 +254,7 @@ export default defineConfig({ text: 'Администрирование', link: '/admin/index.md', }, {text: 'Управление ключевыми парами', link: '/admin/ssh.md'}, - ], - '/billing/': [ - { text: 'Биллинг', link: '/billing/about.md', - collapsed: true, - items: [ - { text: 'Аналитика потребления', link: '/billing/usage-analytics.md' }, - ], - }, - ], - '/monitoring/': [ - { - text: 'Мониторинг', link: '/monitoring/about.md', - }, - ], + ], }, }, }