changed pages to nav due to deprecation of pages in mkdocs
This commit is contained in:
parent
6df9e51981
commit
36622f868f
|
@ -14,7 +14,7 @@ repo_url: https://github.com/LibreTime/libretime/
|
||||||
extra_css:
|
extra_css:
|
||||||
- '_css/term.css'
|
- '_css/term.css'
|
||||||
|
|
||||||
pages:
|
nav:
|
||||||
- 'Home': index.md
|
- 'Home': index.md
|
||||||
- 'What is LibreTime?': manual/index.md
|
- 'What is LibreTime?': manual/index.md
|
||||||
- 'Features': features.md
|
- 'Features': features.md
|
||||||
|
@ -25,7 +25,7 @@ pages:
|
||||||
- 'Preparing the Server': manual/preparing-the-server/index.md
|
- 'Preparing the Server': manual/preparing-the-server/index.md
|
||||||
- 'Setting the Server Time': manual/setting-the-server-time/index.md
|
- 'Setting the Server Time': manual/setting-the-server-time/index.md
|
||||||
- 'Using LibreTime':
|
- '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
|
- 'Getting Started': manual/getting-started/index.md
|
||||||
- 'Tutorials': manual/tutorials/index.md
|
- 'Tutorials': manual/tutorials/index.md
|
||||||
- 'How-Tos': manual/howtos/index.md
|
- 'How-Tos': manual/howtos/index.md
|
||||||
|
|
Loading…
Reference in New Issue