Skip to content

Commit 4dd0bc0

Browse files
authored
Merge pull request #53 from kaifcoder/feature/polyglot-json-docs
feat(docs): add comprehensive polyglot.json configuration reference
2 parents 604c66f + 266c80b commit 4dd0bc0

File tree

2 files changed

+787
-1
lines changed

2 files changed

+787
-1
lines changed

docs/.vitepress/config.mjs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export default defineConfig({
1717
{ text: 'Guide', link: '/guide/' },
1818
{ text: 'CLI', link: '/cli/' },
1919
{ text: 'Templates', link: '/templates/' },
20+
{ text: 'Configuration', link: '/configuration/polyglot-json' },
2021
{ text: 'Features', link: '/logs-feature' }
2122
],
2223
sidebar: {
@@ -26,12 +27,18 @@ export default defineConfig({
2627
{ text: 'Presets', link: '/guide/presets' },
2728
{ text: 'Docker & Compose', link: '/guide/docker' },
2829
{ text: 'Extending (New Service)', link: '/guide/extending-service' },
29-
{ text: 'Service Logs', link: '/logs-feature' }
30+
{ text: 'Service Logs', link: '/logs-feature' },
31+
{ text: 'Plugin System', link: '/plugin-system' },
32+
{ text: 'Service Controls', link: '/service-controls-feature' }
3033
],
3134
'/cli/': [
3235
{ text: 'Usage', link: '/cli/' },
36+
{ text: 'Admin Dashboard', link: '/cli/admin' },
3337
{ text: 'Flags', link: '/cli/flags' }
3438
],
39+
'/configuration/': [
40+
{ text: 'polyglot.json', link: '/configuration/polyglot-json' }
41+
],
3542
'/templates/': [
3643
{ text: 'Overview', link: '/templates/' },
3744
{ text: 'Node', link: '/templates/node' },

0 commit comments

Comments
 (0)