From b4bb6807a859e78ee4090fff4529f8bb928432b5 Mon Sep 17 00:00:00 2001 From: Mason Rogers Date: Thu, 15 Jan 2026 04:40:10 +0000 Subject: [PATCH] dashboard links --- .vitepress/config.mts | 7 +++++-- index.md | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 5fcdb76..206ec5f 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -29,7 +29,7 @@ export default defineConfig({ { text: 'Docs', link: '/', activeMatch: '^(\/$|\/[^g])' }, { text: 'Guides', link: '/guides/', activeMatch: '/guides/' }, { text: 'Pricing', link: 'https://widgetbot.io/pricing', target: '_self' }, - // { text: 'Blog', link: 'https://blog.widgetbot.io', target: '_self'} + { text: 'Dashboard', link: 'https://dash.widgetbot.io', target: '_self' }, ], sidebar: { '/guides/': [ @@ -45,7 +45,10 @@ export default defineConfig({ '/': [ { text: 'WidgetBot', - link: '/' + link: '/', + items: [ + { text: 'Dashboard', link: 'https://dash.widgetbot.io' } + ] }, { text: 'Tutorial', diff --git a/index.md b/index.md index e9d070e..b96f79a 100644 --- a/index.md +++ b/index.md @@ -6,5 +6,6 @@ aside: false * Check out our [tutorial](/tutorial/) for setting up WidgetBot * Access the [documentation](/embed/) for WidgetBot's embed integrations +* Manage your servers on the [dashboard](https://dash.widgetbot.io) Need more help? Ask us in #support on [our Discord server](https://discord.gg/NYBEhN7).