Skip to content

Commit b80db72

Browse files
committed
fix(homepage): reference navigation pages correctly
1 parent f9bbac3 commit b80db72

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

homepage/mkdocs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ site_name: PodOS
22
site_url: https://pod-os.org/
33
nav:
44
- Home: index.md
5-
- Getting Started: getting-started
6-
- Contributing: contributing
5+
- Getting Started: getting-started/index.md
6+
- Contributing: contributing/index.md
77
theme:
88
name: material
99
features:
1010
- navigation.tabs
1111
logo: assets/logo.svg
1212
palette:
13-
1413
# Palette toggle for automatic mode
1514
- media: "(prefers-color-scheme)"
1615
toggle:

0 commit comments

Comments
 (0)