docs: add playground nav

This commit is contained in:
Rongjian Zhang 2022-04-06 21:20:38 +08:00
parent 5fe3fae1f5
commit e5dc93ea25
1 changed files with 6 additions and 0 deletions

View File

@ -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/',
},
],
},
})