This repository was archived by the owner on Jul 16, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathnavigation.json
More file actions
79 lines (79 loc) · 2.46 KB
/
Copy pathnavigation.json
File metadata and controls
79 lines (79 loc) · 2.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"item": "Managed Postgres",
"icon": "/images/icons/icon-postgres.svg",
"groups": [
{
"group": "Get started",
"pages": [
"products/managed-postgres/overview",
"products/managed-postgres/quickstart",
"products/managed-postgres/connection",
{
"group": "Data migration",
"expanded": false,
"pages": [
"products/managed-postgres/migrations/overview",
"products/managed-postgres/migrations/clickhouse-cloud",
"products/managed-postgres/migrations/peerdb",
"products/managed-postgres/migrations/pg_dump-pg_restore",
"products/managed-postgres/migrations/logical-replication",
"products/managed-postgres/migrations/data-validation"
]
}
]
},
{
"group": "Use it",
"pages": [
"products/managed-postgres/clickhouse-integration",
"products/managed-postgres/high-availability",
"products/managed-postgres/read-replicas",
"products/managed-postgres/scaling",
"products/managed-postgres/backup-and-restore",
"products/managed-postgres/security"
]
},
{
"group": "Configure",
"pages": [
"products/managed-postgres/settings",
{
"group": "Extensions",
"expanded": true,
"pages": [
"products/managed-postgres/extensions",
{
"group": "pg_clickhouse",
"expanded": false,
"pages": [
"integrations/connectors/tools/pg_clickhouse/introduction",
"integrations/connectors/tools/pg_clickhouse/tutorial",
"integrations/connectors/tools/pg_clickhouse/reference"
]
}
]
},
"products/managed-postgres/upgrades"
]
},
{
"group": "Operate & reference",
"pages": [
{
"group": "Monitoring",
"expanded": false,
"pages": [
"products/managed-postgres/monitoring/overview",
"products/managed-postgres/monitoring/dashboard",
"products/managed-postgres/monitoring/query-insights",
"products/managed-postgres/monitoring/prometheus",
"products/managed-postgres/monitoring/metrics"
]
},
"products/managed-postgres/benchmarks",
"products/managed-postgres/openapi",
"products/managed-postgres/faq"
]
}
]
}