grafana и pgadmin

This commit is contained in:
Левченко Людмила Алексеевна
2026-03-13 15:45:08 +03:00
parent e1b0c5d60e
commit 319ee317ac
10 changed files with 763 additions and 110 deletions
+19 -1
View File
@@ -159,6 +159,24 @@ export default defineConfig({
{text: 'Бесплатный период', link: '/start/trial.md'},
{text: 'Платное использование', link: '/start/organization.md'},
],
'/PaaS/': [
{
text: 'Начало работы в Cloud PostgreSQL', link: '/PaaS/index.md',
},
{ text: 'Cloud PostgreSQL', link: '/PaaS/Postgresql-index.md',
collapsed: true,
items: [
{text: 'Обзор сервиса', link: '/PaaS/postgresql/about.md'},
{text: 'Описание раздела', link: '/PaaS/postgresql/cluster_parameter.md'},
{text: 'Общая схема подключения', link: '/PaaS/postgresql/connection.md'},
{text: 'Создание сервиса', link: '/PaaS/postgresql/user_capabilities.md'},
],
},
{text: 'Веб-интерфейс pgAdmin', link: '/PaaS/pgadmin.md'},
{text: 'Веб-интерфейс Grafana', link: '/PaaS/grafana.md'},
],
// '/billing/': [
// ],
@@ -299,7 +317,7 @@ export default defineConfig({
{ text: 'Управление ВМ', link: '/compute/compute-how-to/compute-servers-manage.md' },
],
},
{ text: 'Диски', link: '/compute/compute-how-to/compute-disks/compute-disk-index.md',
{ text: 'Диски', link: '/compute/compute-how-to/compute-disks/compute-disk-index.md',
collapsed: true,
items: [
{ text: 'Обзор', link: '/compute/compute-how-to/compute-disks/compute-disk-about.md' },