Skip to content

Commit ee445e3

Browse files
added the release note into the config file
1 parent eb7b2b7 commit ee445e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/.vitepress/config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ export default defineConfig({
2929
{ text: 'Extending (New Service)', link: '/guide/extending-service' },
3030
{ text: 'Service Logs', link: '/logs-feature' },
3131
{ text: 'Plugin System', link: '/plugin-system' },
32-
{ text: 'Service Controls', link: '/service-controls-feature' }
32+
{ text: 'Service Controls', link: '/service-controls-feature' },
33+
{ text: 'Automated Release Notes', link: '/automated-release-notes' }
3334
],
3435
'/cli/': [
3536
{ text: 'Usage', link: '/cli/' },

0 commit comments

Comments
 (0)