We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7b2b7 commit ee445e3Copy full SHA for ee445e3
docs/.vitepress/config.mjs
@@ -29,7 +29,8 @@ export default defineConfig({
29
{ text: 'Extending (New Service)', link: '/guide/extending-service' },
30
{ text: 'Service Logs', link: '/logs-feature' },
31
{ text: 'Plugin System', link: '/plugin-system' },
32
- { text: 'Service Controls', link: '/service-controls-feature' }
+ { text: 'Service Controls', link: '/service-controls-feature' },
33
+ { text: 'Automated Release Notes', link: '/automated-release-notes' }
34
],
35
'/cli/': [
36
{ text: 'Usage', link: '/cli/' },
0 commit comments