Skip to content

Commit 7b8e047

Browse files
gm2552claude
andcommitted
sidebar: nest the new Cloud Native deployment pages
The stock Cloud Native deployment guide was split into a landing page plus per-model and per-tool pages. Add sidebar entries under "Cloud Native HISP Deployment Model": Machine Deployment, Kubernetes Deployment (with its four production sub-pages), Modify Service Default Configuration, and the Configuration Manager Tool. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Jv3CYNFBSwAYwG11JozXLx
1 parent 27c1aa9 commit 7b8e047

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

docs/.vitepress/config.mts

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,27 @@ export default defineConfig({
5151
collapsed: true,
5252
items: [
5353
{ text: 'Legacy HISP Deployment Model', link: '/docs/direct-project-stock/legacy-deployment' },
54-
{ text: 'Cloud Native HISP Deployment Model', link: '/docs/direct-project-stock/cloud-native-deployment' }
54+
{
55+
text: 'Cloud Native HISP Deployment Model',
56+
link: '/docs/direct-project-stock/cloud-native-deployment',
57+
collapsed: true,
58+
items: [
59+
{ text: 'Machine Deployment (Fat Jars)', link: '/docs/direct-project-stock/cloud-native-machine-deployment' },
60+
{
61+
text: 'Kubernetes Deployment',
62+
link: '/docs/direct-project-stock/cloud-native-kubernetes-deployment',
63+
collapsed: true,
64+
items: [
65+
{ text: 'Production: RabbitMQ', link: '/docs/direct-project-stock/cloud-native-kubernetes-rabbitmq' },
66+
{ text: 'Production: Secrets Management', link: '/docs/direct-project-stock/cloud-native-kubernetes-secrets' },
67+
{ text: 'Production: Database', link: '/docs/direct-project-stock/cloud-native-kubernetes-database' },
68+
{ text: 'Production: Ingress', link: '/docs/direct-project-stock/cloud-native-kubernetes-ingress' }
69+
]
70+
},
71+
{ text: 'Modify Service Default Configuration', link: '/docs/direct-project-stock/service-configuration' },
72+
{ text: 'Configuration Manager Tool', link: '/docs/direct-project-stock/configuration-manager' }
73+
]
74+
}
5575
]
5676
}
5777
]

0 commit comments

Comments
 (0)