docs: update plugin markdown

This commit is contained in:
Hufe921
2024-08-08 20:42:20 +08:00
parent 9dd192ffd2
commit c2d3e941b1
5 changed files with 240 additions and 6 deletions
+16 -2
View File
@@ -21,6 +21,10 @@ export default defineConfig({
{
text: 'Demo',
link: 'https://hufe.club/canvas-editor'
},
{
text: '官方插件',
link: '/guide/plugin-internal.html'
}
],
sidebar: [
@@ -71,7 +75,10 @@ export default defineConfig({
},
{
text: '插件',
items: [{ text: '自定义插件', link: '/guide/plugin' }]
items: [
{ text: '自定义插件', link: '/guide/plugin-custom' },
{ text: '官方插件', link: '/guide/plugin-internal' }
]
}
],
socialLinks: [
@@ -104,6 +111,10 @@ export default defineConfig({
{
text: 'Demo',
link: 'https://hufe.club/canvas-editor'
},
{
text: 'Official plugin',
link: '/en/guide/plugin-internal.html'
}
],
sidebar: [
@@ -154,7 +165,10 @@ export default defineConfig({
},
{
text: 'Plugin',
items: [{ text: 'plugin', link: '/en/guide/plugin' }]
items: [
{ text: 'custom', link: '/en/guide/plugin-custom' },
{ text: 'official', link: '/en/guide/plugin-internal' }
]
}
]
}