diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index ce45011..7985fe2 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -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/', + }, + ], }, })