diff --git a/docs/.vitepress/addons.ts b/docs/.vitepress/addons.ts index ac0092d8fa..44fe1ab0a4 100644 --- a/docs/.vitepress/addons.ts +++ b/docs/.vitepress/addons.ts @@ -15,10 +15,20 @@ export const official: AddonInfo[] = [ ] export const community: AddonInfo[] = [ + { + id: 'slidev-addon-tldraw', + name: 'tldraw for Slidev', + description: 'Embed tldraw diagrams directly in Slidev, with in-slide editing support', + author: { + name: 'Albert Brand', + link: 'https://github.com/AlbertBrand', + }, + repo: 'https://github.com/AlbertBrand/slidev-addon-tldraw', + }, // Add yours here! { id: '', - link: 'https://github.com/slidevjs/docs/edit/main/.vitepress/addons.ts', + link: 'https://github.com/slidevjs/slidev/edit/main/docs/.vitepress/addons.ts', name: 'Yours?', description: 'Submit your addon to be list here!', author: {