From aeb1c84feff2301efe5b01811c488fd3e2f34d1d Mon Sep 17 00:00:00 2001 From: Yusuke Nemoto Date: Sat, 5 Oct 2024 23:56:08 -0700 Subject: [PATCH 1/2] Add slidev-addon-rabbit --- docs/.vitepress/addons.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/.vitepress/addons.ts b/docs/.vitepress/addons.ts index 44fe1ab0a4..4b4adc442f 100644 --- a/docs/.vitepress/addons.ts +++ b/docs/.vitepress/addons.ts @@ -25,6 +25,16 @@ export const community: AddonInfo[] = [ }, repo: 'https://github.com/AlbertBrand/slidev-addon-tldraw', }, + { + id: 'slidev-addon-rabbit', + name: 'slidev-addon-rabbit', + description: 'Presentation time management for slidev inspired by Rabbit.', + author: { + name: 'kaakaa', + link: 'https://github.com/kaakaa', + }, + repo: 'https://github.com/kaakaa/slidev-addon-rabbit', + }, // Add yours here! { id: '', From 8d64bccc061d5583297c82f61fdb8f05f5d5d77c Mon Sep 17 00:00:00 2001 From: kaakaa Date: Sun, 6 Oct 2024 16:00:49 +0900 Subject: [PATCH 2/2] fix typo --- docs/.vitepress/addons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/addons.ts b/docs/.vitepress/addons.ts index 4b4adc442f..ca17843493 100644 --- a/docs/.vitepress/addons.ts +++ b/docs/.vitepress/addons.ts @@ -28,7 +28,7 @@ export const community: AddonInfo[] = [ { id: 'slidev-addon-rabbit', name: 'slidev-addon-rabbit', - description: 'Presentation time management for slidev inspired by Rabbit.', + description: 'Presentation time management for Slidev inspired by Rabbit', author: { name: 'kaakaa', link: 'https://github.com/kaakaa',