feat: Add browser documentation
This commit is contained in:
22
docs-site/sidebars.ts
Normal file
22
docs-site/sidebars.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import type { SidebarsConfig } from '@docusaurus/plugin-content-docs';
|
||||
|
||||
const sidebars: SidebarsConfig = {
|
||||
mainSidebar: [
|
||||
'intro',
|
||||
'using-metoyou',
|
||||
'desktop-and-local-api',
|
||||
{
|
||||
type: 'category',
|
||||
label: 'Plugin Development',
|
||||
items: [
|
||||
'plugin-development/create-a-plugin',
|
||||
'plugin-development/manifest',
|
||||
'plugin-development/capabilities',
|
||||
'plugin-development/api-reference',
|
||||
'plugin-development/examples'
|
||||
]
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
export default sidebars;
|
||||
Reference in New Issue
Block a user