Skip to content

Commit 522c8c7

Browse files
committed
docs: Re-add download buttons for quicker navigation to the important juice
1 parent d76c124 commit 522c8c7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.web/docs/.vitepress/config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,10 @@ export default defineConfig({
8888

8989
nav: [
9090
{text: 'Quick Start', link: '/guide/quick-start'},
91+
{text: 'Downloads', link: '/guide/connectors/plugin#downloading-the-connect-plugin', activeMatch: '^/guide/connectors/plugin'},
9192
{text: 'Connectors', link: '/guide/connectors/', activeMatch: '^/guide/connectors/'},
92-
{text: 'Blog', link: '/blog/', activeMatch: '^/blog/'},
9393
{text: 'Plans', link: '/plans'},
94+
{text: 'Blog', link: '/blog/', activeMatch: '^/blog/'},
9495
...projects,
9596
],
9697

.web/docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ hero:
1818
- theme: brand
1919
text: Quick Setup
2020
link: /guide/quick-start
21+
- theme: brand
22+
text: Download Plugin
23+
link: /guide/connectors/plugin#downloading-the-connect-plugin
2124
- theme: alt
2225
text: Dashboard
2326
link: https://app.minekube.com

0 commit comments

Comments
 (0)