Skip to content

Commit 5905fe4

Browse files
authored
Merge pull request #62 from kaifcoder/docs/simple
feat: add FAQ section and enhance documentation
2 parents 94b0428 + d3a7242 commit 5905fe4

File tree

7 files changed

+1475
-18
lines changed

7 files changed

+1475
-18
lines changed

docs/.vitepress/config.mjs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,19 @@ export default defineConfig({
1919
{ text: 'CLI', link: '/cli/' },
2020
{ text: 'Templates', link: '/templates/' },
2121
{ text: 'Configuration', link: '/configuration/polyglot-json' },
22-
{ text: 'Features', link: '/logs-feature' }
22+
{ text: 'Features', link: '/logs-feature' },
23+
{ text: 'FAQ', link: '/FAQ' }
2324
],
2425
sidebar: {
2526
'/guide/': [
2627
{ text: 'Introduction', link: '/guide/' },
2728
{ text: 'Getting Started', link: '/guide/getting-started' },
2829
{ text: 'Presets', link: '/guide/presets' },
2930
{ text: 'Docker & Compose', link: '/guide/docker' },
30-
{ text: 'Extending (New Service)', link: '/guide/extending-service' },
31-
{ text: 'Frontend Frameworks', link: '/guide/frontend-frameworks' },
31+
{ text: 'Extending (New Service)', link: '/guide/extending-service' },
32+
{ text: 'Frontend Frameworks', link: '/guide/frontend-frameworks' },
33+
{ text: 'Shared Libraries', link: '/guide/shared-libraries' },
34+
{ text: 'Troubleshooting', link: '/guide/troubleshooting' },
3235
{ text: 'Service Logs', link: '/logs-feature' },
3336
{ text: 'Plugin System', link: '/plugin-system' },
3437
{ text: 'Service Controls', link: '/service-controls-feature' },

0 commit comments

Comments
 (0)