Skip to content

Commit a26cdb3

Browse files
committed
docs(config): register deno desktop sidebar group
- Add Deno Desktop nested group to English recipes sidebar - Add Deno Desktop nested group to Indonesian recipes sidebar
1 parent bab2b93 commit a26cdb3

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,19 @@ export default withMermaid(
262262
text: 'Recipes',
263263
collapsed: true,
264264
items: [
265+
{
266+
text: 'Deno Desktop',
267+
collapsed: true,
268+
items: [
269+
{ text: 'Overview', link: '/recipes/desktop/overview' },
270+
{ text: 'Building the App', link: '/recipes/desktop/getting-started' },
271+
{ text: 'Serving the UI', link: '/recipes/desktop/serving' },
272+
{ text: 'Windows, Menus, Tray', link: '/recipes/desktop/native-apis' },
273+
{ text: 'Bindings and HTTP Bridge', link: '/recipes/desktop/bindings' },
274+
{ text: 'Notifications and Updates', link: '/recipes/desktop/notifications-updates' },
275+
{ text: 'Backends and Distribution', link: '/recipes/desktop/distribution' }
276+
]
277+
},
265278
{ text: 'File Uploads', link: '/recipes/file-upload' },
266279
{ text: 'Streaming Data', link: '/recipes/streaming-data' },
267280
{ text: 'Object Storage', link: '/recipes/object-storage' },
@@ -472,6 +485,19 @@ export default withMermaid(
472485
text: 'Resep',
473486
collapsed: true,
474487
items: [
488+
{
489+
text: 'Deno Desktop',
490+
collapsed: true,
491+
items: [
492+
{ text: 'Ringkasan', link: '/id/recipes/desktop/overview' },
493+
{ text: 'Membangun Aplikasi', link: '/id/recipes/desktop/getting-started' },
494+
{ text: 'Menyajikan UI', link: '/id/recipes/desktop/serving' },
495+
{ text: 'Jendela, Menu, Tray', link: '/id/recipes/desktop/native-apis' },
496+
{ text: 'Bindings dan Jembatan HTTP', link: '/id/recipes/desktop/bindings' },
497+
{ text: 'Notifikasi dan Update', link: '/id/recipes/desktop/notifications-updates' },
498+
{ text: 'Backend dan Distribusi', link: '/id/recipes/desktop/distribution' }
499+
]
500+
},
475501
{ text: 'Upload File', link: '/id/recipes/file-upload' },
476502
{ text: 'Streaming Data', link: '/id/recipes/streaming-data' },
477503
{ text: 'Object Storage', link: '/id/recipes/object-storage' },

0 commit comments

Comments
 (0)