mirror of
https://github.com/mivodev/mivodev.github.io.git
synced 2026-01-26 13:32:07 +07:00
docs: add plugin development guide
This commit is contained in:
@@ -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' }
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user