Skip to content

Commit 2d0e747

Browse files
d-bytebaseclaude
andauthored
docs: reorganize self-host documentation structure (#776)
- Rename 'install' folder to 'self-host' for better clarity - Move all self-hosting deployment files into the new self-host folder: - deploy-with-docker.mdx - deploy-with-kubernetes.mdx - deploy-with-aws-fargate.mdx - production-setup.mdx - upgrade.mdx - external-access.mdx - Update docs.json navigation paths accordingly 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]>
1 parent 36a0d95 commit 2d0e747

File tree

9 files changed

+8
-8
lines changed

9 files changed

+8
-8
lines changed

mintlify/docs.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
{
3434
"group": "Self-Host",
3535
"pages": [
36-
"get-started/deploy-with-docker",
37-
"get-started/deploy-with-kubernetes",
38-
"get-started/deploy-with-aws-fargate",
39-
"get-started/install/external-postgres",
40-
"get-started/external-access",
41-
"get-started/install/external-url",
42-
"get-started/production-setup",
43-
"get-started/upgrade"
36+
"get-started/self-host/deploy-with-docker",
37+
"get-started/self-host/deploy-with-kubernetes",
38+
"get-started/self-host/deploy-with-aws-fargate",
39+
"get-started/self-host/external-postgres",
40+
"get-started/self-host/external-access",
41+
"get-started/self-host/external-url",
42+
"get-started/self-host/production-setup",
43+
"get-started/self-host/upgrade"
4444
]
4545
},
4646
"get-started/cloud",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)