docs: add playground nav
This commit is contained in:
parent
5fe3fae1f5
commit
e5dc93ea25
|
@ -6,5 +6,11 @@ export default defineConfig({
|
|||
description: 'A hackable Markdown editor component',
|
||||
themeConfig: {
|
||||
repo: 'bytedance/bytemd',
|
||||
nav: [
|
||||
{
|
||||
text: 'Playground',
|
||||
link: 'https://bytemd.js.org/playground/',
|
||||
},
|
||||
],
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue