From 61edc4f4f6a4b0f31c18c72ea45eb16aa4fca41e Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Wed, 25 Sep 2024 15:37:05 +0200 Subject: [PATCH] docs: add demo link to docs sidebar --- docs/sidebars.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/sidebars.ts b/docs/sidebars.ts index 76ac311..f4c1873 100644 --- a/docs/sidebars.ts +++ b/docs/sidebars.ts @@ -56,6 +56,11 @@ const sidebars: SidebarsConfig = { }, ], }, + { + type: "link", + label: "Demo", + href: "https://pingvin-share.dev.eliasschneider.com", + }, { type: "link", label: "Discord",