changed pages to nav due to deprecation of pages in mkdocs

This commit is contained in:
robbt 2020-04-18 07:58:15 -04:00
parent 6df9e51981
commit 36622f868f
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ repo_url: https://github.com/LibreTime/libretime/
extra_css:
- '_css/term.css'
pages:
nav:
- 'Home': index.md
- 'What is LibreTime?': manual/index.md
- 'Features': features.md
@ -25,7 +25,7 @@ pages:
- 'Preparing the Server': manual/preparing-the-server/index.md
- 'Setting the Server Time': manual/setting-the-server-time/index.md
- 'Using LibreTime':
- 'On Air in 60 seconds!': 'manual/on-air-in-60-seconds/index.md'
- 'On Air in 60 seconds!': manual/on-air-in-60-seconds/index.md
- 'Getting Started': manual/getting-started/index.md
- 'Tutorials': manual/tutorials/index.md
- 'How-Tos': manual/howtos/index.md