fix tutorial links
This commit is contained in:
parent
1bb26b0c5f
commit
bbb202514c
|
@ -3,6 +3,7 @@ theme: readthedocs
|
||||||
|
|
||||||
dev_addr: '0.0.0.0:8888'
|
dev_addr: '0.0.0.0:8888'
|
||||||
site_dir: 'build/docs'
|
site_dir: 'build/docs'
|
||||||
|
docs_dir: 'docs'
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- codehilite:
|
- codehilite:
|
||||||
noclasses: True
|
noclasses: True
|
||||||
|
@ -13,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
|
||||||
|
@ -47,7 +48,7 @@ pages:
|
||||||
- 'Listen': manual/listen/index.md
|
- 'Listen': manual/listen/index.md
|
||||||
- 'The Analytics Menu':
|
- 'The Analytics Menu':
|
||||||
- 'Playout History' : manual/history/index.md
|
- 'Playout History' : manual/history/index.md
|
||||||
- 'History Templates' : manual/history-templates/index.md
|
- 'History Templates' : manual/history-templates/index.md
|
||||||
- 'Listener Stats' : manual/listener-stats/index.md
|
- 'Listener Stats' : manual/listener-stats/index.md
|
||||||
- 'LibreTime in the Studio':
|
- 'LibreTime in the Studio':
|
||||||
- 'Preparing Media for Ingest': manual/preparing-media-for-ingest/index.md
|
- 'Preparing Media for Ingest': manual/preparing-media-for-ingest/index.md
|
||||||
|
|
Loading…
Reference in New Issue