diff --git a/src/.vitepress/config.mts b/src/.vitepress/config.mts index cde0f99..997b2de 100644 --- a/src/.vitepress/config.mts +++ b/src/.vitepress/config.mts @@ -138,9 +138,14 @@ export default defineConfig({ {text: 'Бесплатный период', link: '/start/trial.md'}, {text: 'Платное использование', link: '/start/organization.md'}, ], - // '/billing/': [ - - // ], + '/billing/': [ + { + text: 'Биллинг', link: '/billing/about.md', + }, + {text: 'Счета', link: '/billing/accounts.md'}, + {text: 'Финансовый мониторинг', link: '/billing/financial-monitoring.md'}, + {text: 'Аналитика потребления', link: '/billing/usage-analytics.md'}, + ], '/backups/': [ { text: 'Резервное копирование', link: '/backups/index.md', @@ -282,14 +287,6 @@ export default defineConfig({ }, {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',