docs: improve doucmentation
improve doucmentation and fix small store changes
This commit is contained in:
@@ -34,8 +34,10 @@ const config: Config = {
|
||||
title: 'MetoYou Docs',
|
||||
items: [
|
||||
{ type: 'docSidebar', sidebarId: 'mainSidebar', position: 'left', label: 'Guides' },
|
||||
{ to: '/user-guide/first-steps', label: 'User Guide', position: 'left' },
|
||||
{ to: '/developer/contributing', label: 'Developer Guide', position: 'left' },
|
||||
{ to: '/plugin-development/create-a-plugin', label: 'Plugin Guide', position: 'left' },
|
||||
{ to: '/plugin-development/api-reference', label: 'Plugin API', position: 'left' }
|
||||
{ to: '/developer/rest-api', label: 'REST API', position: 'left' }
|
||||
]
|
||||
},
|
||||
footer: {
|
||||
@@ -44,9 +46,13 @@ const config: Config = {
|
||||
{
|
||||
title: 'Docs',
|
||||
items: [
|
||||
{ label: 'Using MetoYou', to: '/using-metoyou' },
|
||||
{ label: 'First Steps', to: '/user-guide/first-steps' },
|
||||
{ label: 'Voice Channels', to: '/user-guide/voice-channels' },
|
||||
{ label: 'Plugins for Users', to: '/user-guide/plugins' },
|
||||
{ label: 'Contributing', to: '/developer/contributing' },
|
||||
{ label: 'Create a Plugin', to: '/plugin-development/create-a-plugin' },
|
||||
{ label: 'Plugin API Reference', to: '/plugin-development/api-reference' }
|
||||
{ label: 'Plugin API Reference', to: '/plugin-development/api-reference' },
|
||||
{ label: 'Local REST API', to: '/developer/rest-api' }
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user