docs: add plugin development guide

This commit is contained in:
dyzulk
2026-01-18 16:46:59 +07:00
parent 53385c845e
commit d3b6d2432c
3 changed files with 166 additions and 0 deletions

View File

@@ -36,6 +36,12 @@ export const sidebarEn: DefaultTheme.Sidebar = {
{ text: 'Contribution', link: 'https://github.com/dyzulk/mivo/blob/main/CONTRIBUTING.md' },
{ text: 'Donate', link: 'https://sociabuzz.com/dyzulkdev/tribe' }
]
},
{
text: 'Development',
items: [
{ text: 'Creating Plugins', link: '/docs/guide/plugin-development' }
]
}
],
@@ -109,6 +115,12 @@ export const sidebarId: DefaultTheme.Sidebar = {
{ text: 'Kontribusi', link: 'https://github.com/dyzulk/mivo/blob/main/CONTRIBUTING.md' },
{ text: 'Donasi', link: 'https://sociabuzz.com/dyzulkdev/tribe' }
]
},
{
text: 'Pengembangan',
items: [
{ text: 'Membuat Plugin', link: '/id/docs/guide/plugin-development' }
]
}
],