Skip to content

Commit

Permalink
docs: add playground nav
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Apr 6, 2022
1 parent 5fe3fae commit e5dc93e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
},
],
},
})

0 comments on commit e5dc93e

Please sign in to comment.