Skip to content

Commit 7a18903

Browse files
committed
🔧 Fix links
1 parent a29d4bf commit 7a18903

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/content/docs/autostart.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
title: Start Kando on Login
66
description: Start Kando automatically when you log in to your system.
7+
prev:
8+
link: /creating-menus
9+
label: Create Your First Menu
710
---
811

912
import { CardGrid, Icon, Tabs, TabItem, Steps, Badge, FileTree } from '@astrojs/starlight/components';

src/content/docs/creating-menus.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
title: Create Your First Menu!
66
description: Learn how to create your first menu in Kando.
77
next:
8-
link: /opening-menus
9-
label: Advanced Usage
8+
link: /autostart
9+
label: Start Kando on Login
1010
---
1111

1212
import { Aside, LinkCard } from '@astrojs/starlight/components';

src/content/docs/opening-menus.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
title: Opening Menus with Mouse Buttons
66
description: How to open Kando menus with mouse buttons or touch gestures.
7-
prev:
8-
link: /creating-menus
9-
label: Create Your First Menu
107
---
118

129
import { Aside, Tabs, TabItem } from '@astrojs/starlight/components';

0 commit comments

Comments
 (0)