From f113de180ba2dc6cab2bd985bcdc4d706c2f5b7a Mon Sep 17 00:00:00 2001 From: Matt Kilgore Date: Sun, 8 Sep 2024 13:17:40 -0400 Subject: [PATCH] docs: add demo link to doc site --- docs/.vitepress/config.mts | 7 ++++--- docs/en/index.md | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 4a31138b..ffaf3c1d 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -27,7 +27,8 @@ export default defineConfig({ }, // https://vitepress.dev/reference/default-theme-config nav: [ - { text: 'API', link: 'https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/sysadminsmedia/homebox/main/docs/docs/api/openapi-2.0.json' } + { text: 'API', link: 'https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/sysadminsmedia/homebox/main/docs/docs/api/openapi-2.0.json' }, + { text: 'Demo', link: 'https://demo.homebox.software' }, ], sidebar: { @@ -56,8 +57,8 @@ export default defineConfig({ }, socialLinks: [ - { icon: 'discord', link: 'https://discord.gg/aY4DCkpNA9' }, - { icon: 'github', link: 'https://github.com/sysadminsmedia/homebox' }, + { icon: 'discord', link: 'https://discord.homebox.software' }, + { icon: 'github', link: 'https://git.homebox.software' }, { icon: 'mastodon', link: 'https://noc.social/@sysadminszone' }, ] } diff --git a/docs/en/index.md b/docs/en/index.md index 00b552c7..c76a1358 100644 --- a/docs/en/index.md +++ b/docs/en/index.md @@ -15,6 +15,9 @@ hero: - theme: alt text: Tips and Tricks link: /en/tips-tricks + - theme: alt + text: Try It Out + link: https://demo.homebox.software features: - title: Add/Update/Delete Items