diff --git a/.web/docs/.vitepress/config.ts b/.web/docs/.vitepress/config.ts index f12a472..c0af7be 100644 --- a/.web/docs/.vitepress/config.ts +++ b/.web/docs/.vitepress/config.ts @@ -88,9 +88,10 @@ export default defineConfig({ nav: [ {text: 'Quick Start', link: '/guide/quick-start'}, + {text: 'Downloads', link: '/guide/connectors/plugin#downloading-the-connect-plugin', activeMatch: '^/guide/connectors/plugin'}, {text: 'Connectors', link: '/guide/connectors/', activeMatch: '^/guide/connectors/'}, - {text: 'Blog', link: '/blog/', activeMatch: '^/blog/'}, {text: 'Plans', link: '/plans'}, + {text: 'Blog', link: '/blog/', activeMatch: '^/blog/'}, ...projects, ], diff --git a/.web/docs/index.md b/.web/docs/index.md index 7908513..ea802d6 100644 --- a/.web/docs/index.md +++ b/.web/docs/index.md @@ -18,6 +18,9 @@ hero: - theme: brand text: Quick Setup link: /guide/quick-start + - theme: brand + text: Download Plugin + link: /guide/connectors/plugin#downloading-the-connect-plugin - theme: alt text: Dashboard link: https://app.minekube.com