Skip to content

Commit

Permalink
Update _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
melsk-r authored Feb 9, 2024
1 parent 129a665 commit f708e43
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ nav:
- title: [Title 1]
subnav:
- title: [Subtitle 1]
path: /[title_1]/subtitle_1
path: /[title_1]/[subtitle_1]
- title: [Subtitle 2]
path: /[title_1]/subtitle_2
path: /[title_1]/[subtitle_2]
- title: [Subtitle n]
path: /[title_1]/subtitle_n
path: /[title_1]/[subtitle_n]
- title: [Title n]
subnav:
- title: [Subtitle 1]
path: /[title_n]/subtitle_1
path: /[title_n]/[subtitle_1]
- title: [Subtitle 2]
path: /[title_n]/subtitle_2
path: /[title_n]/[subtitle_2]
- title: [Subtitle n]
path: /[title_n]/subtitle_n
path: /[title_n]/[subtitle_n]
- title: Over
subnav:
- title: Ontwikkeling
Expand Down

0 comments on commit f708e43

Please sign in to comment.