Skip to content

Commit 73a51e3

Browse files
committed
docs(config): add multi-service to EN and ID sidebars
- Add Multi-Service link to English core concepts sidebar - Add Multi-Service link to Indonesian core concepts sidebar
1 parent 722d3e0 commit 73a51e3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export default withMermaid(
5454
{ text: 'Context Object', link: '/en/core-concepts/context-object' },
5555
{ text: 'Request Handling', link: '/en/core-concepts/request-handling' },
5656
{ text: 'Hot Reload', link: '/en/core-concepts/hot-reload' },
57+
{ text: 'Multi-Service', link: '/en/core-concepts/multi-service' },
5758
{ text: 'Worker Pool', link: '/en/core-concepts/worker-pool' }
5859
]
5960
},
@@ -189,6 +190,7 @@ export default withMermaid(
189190
{ text: 'Objek Konteks', link: '/id/core-concepts/context-object' },
190191
{ text: 'Penanganan Request', link: '/id/core-concepts/request-handling' },
191192
{ text: 'Hot Reload', link: '/id/core-concepts/hot-reload' },
193+
{ text: 'Multi-Service', link: '/id/core-concepts/multi-service' },
192194
{ text: 'Worker Pool', link: '/id/core-concepts/worker-pool' }
193195
]
194196
},

0 commit comments

Comments
 (0)