Skip to content

Commit 6cda445

Browse files
authored
Self-hosting: initial Table of Contents, overview pages, onboarding checklist content (#545)
1 parent 175ec8e commit 6cda445

File tree

11 files changed

+1226
-7
lines changed

11 files changed

+1226
-7
lines changed

docs.json

Lines changed: 44 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,8 @@
1212
"tabs": [
1313
{
1414
"tab": "Welcome",
15-
"groups": [
16-
{
17-
"group": "",
18-
"pages": [
19-
"welcome"
20-
]
21-
}
15+
"pages": [
16+
"welcome"
2217
]
2318
},
2419
{
@@ -462,6 +457,44 @@
462457
}
463458
]
464459
},
460+
{
461+
"tab": "Self-hosted",
462+
"groups": [
463+
{
464+
"group": "Self-hosting",
465+
"pages": [
466+
"self-hosted/overview"
467+
]
468+
},
469+
{
470+
"group": "Security and compliance",
471+
"pages": [
472+
"self-hosted/security-compliance/overview"
473+
]
474+
},
475+
{
476+
"group": "AWS",
477+
"pages": [
478+
"self-hosted/aws/overview",
479+
"self-hosted/aws/onboard"
480+
]
481+
},
482+
{
483+
"group": "Azure",
484+
"pages": [
485+
"self-hosted/azure/overview",
486+
"self-hosted/azure/onboard"
487+
]
488+
},
489+
{
490+
"group": "GCP",
491+
"pages": [
492+
"self-hosted/gcp/overview",
493+
"self-hosted/gcp/onboard"
494+
]
495+
}
496+
]
497+
},
465498
{
466499
"tab": "FAQ",
467500
"groups": [
@@ -637,6 +670,10 @@
637670
"source": "/api-reference/ingest/:slug*",
638671
"destination": "/ingestion/:slug*"
639672
},
673+
{
674+
"source": "/api-reference/troubleshooting/api-key-url",
675+
"destination": "/api-reference/troubleshooting/api-key-url"
676+
},
640677
{
641678
"source": "/glossary/glossary",
642679
"destination": "/welcome"

0 commit comments

Comments
 (0)