Skip to content

Commit 7542145

Browse files
committed
nav: Fix menus
closes #19
1 parent 48dee6d commit 7542145

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

mkdocs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ theme:
2626

2727
nav:
2828
- Home: 'index.md'
29-
- Install: 'install/index.md'
30-
- Preview: 'preview/index.md'
29+
- Install:
30+
- Installation: 'install/index.md'
31+
- Preview:
32+
- Quick preview of InvenioRDM: 'preview/index.md'
3133
- Develop:
3234
- Getting Started: 'develop/index.md'
3335
- Install Locally: 'develop/install_locally.md'

0 commit comments

Comments
 (0)