diff --git a/docs/.vitepress/addons.ts b/docs/.vitepress/addons.ts index 0c910bafb0..99a5981eb5 100644 --- a/docs/.vitepress/addons.ts +++ b/docs/.vitepress/addons.ts @@ -26,6 +26,76 @@ export const community: AddonInfo[] = [ }, repo: 'https://github.com/AlbertBrand/slidev-addon-tldraw', }, + { + id: 'slidev-addon-sync', + name: 'slidev-addon-sync', + description: 'Sync component for Slidev static build that uses a SSE or WS server', + author: { + name: 'Tony Cabaye', + link: 'https://github.com/tonai', + }, + repo: 'https://github.com/Smile-SA/slidev-addon-sync', + }, + { + id: 'slidev-component-pager', + name: 'slidev-component-pager', + description: 'Show current page and total page number', + author: { + name: 'Tony Cabaye', + link: 'https://github.com/tonai', + }, + repo: 'https://github.com/Smile-SA/slidev-component-pager', + }, + { + id: 'slidev-component-poll', + name: 'slidev-component-poll', + description: 'Poll and Quiz components for Slidev', + author: { + name: 'Tony Cabaye', + link: 'https://github.com/tonai', + }, + repo: 'https://github.com/Smile-SA/slidev-component-poll', + }, + { + id: 'slidev-component-progress', + name: 'slidev-component-progress', + description: 'Show interactive progress bar for Slidev', + author: { + name: 'Tony Cabaye', + link: 'https://github.com/tonai', + }, + repo: 'https://github.com/Smile-SA/slidev-component-progress', + }, + { + id: 'slidev-component-scroll', + name: 'slidev-component-scroll', + description: 'Use mouse wheel for navigating', + author: { + name: 'Tony Cabaye', + link: 'https://github.com/tonai', + }, + repo: 'https://github.com/Smile-SA/slidev-component-scroll', + }, + { + id: 'slidev-component-spotlight', + name: 'slidev-component-spotlight', + description: 'Activate a spotlight to highlight a specific region by holding a key', + author: { + name: 'Tony Cabaye', + link: 'https://github.com/tonai', + }, + repo: 'https://github.com/Smile-SA/slidev-component-spotlight', + }, + { + id: 'slidev-component-zoom', + name: 'slidev-component-zoom', + description: 'Allow zooming inside the slides', + author: { + name: 'Tony Cabaye', + link: 'https://github.com/tonai', + }, + repo: 'https://github.com/Smile-SA/slidev-component-zoom', + }, { id: 'slidev-addon-rabbit', name: 'slidev-addon-rabbit',