Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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/': [
Expand All @@ -45,7 +45,10 @@ export default defineConfig({
'/': [
{
text: 'WidgetBot',
link: '/'
link: '/',
items: [
{ text: 'Dashboard', link: 'https://dash.widgetbot.io' }
]
},
{
text: 'Tutorial',
Expand Down
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).