grafana и pgadmin
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user