Skip to content

Commit b596866

Browse files
authored
Merge pull request #33 from skitt/nav-list
Use a list instead of a dict in nav
2 parents 3c5d201 + fbd599e commit b596866

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mkdocs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ markdown_extensions:
3535
permalink: true
3636
nav:
3737
- Overview:
38-
Introduction: index.md
39-
About API Overview: concepts/about-api.md
40-
Multicluster Services API Overview: concepts/multicluster-services-api.md
41-
Work API Overview: concepts/work-api.md
42-
ClusterProfile API Overview: concepts/cluster-profile-api.md
38+
- Introduction: index.md
39+
- About API Overview: concepts/about-api.md
40+
- Multicluster Services API Overview: concepts/multicluster-services-api.md
41+
- Work API Overview: concepts/work-api.md
42+
- ClusterProfile API Overview: concepts/cluster-profile-api.md
4343
- Guides:
4444
- Index: guides/index.md
4545
- Implementation Guidelines: guides/guidelines.md

0 commit comments

Comments
 (0)