From bbb202514c24de5f50f55837165d8e31eb92d36f Mon Sep 17 00:00:00 2001 From: Kyle Robbertze Date: Sun, 30 Jun 2019 00:50:20 +0200 Subject: [PATCH] fix tutorial links --- mkdocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index b0dba42e7..f37d48d27 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,6 +3,7 @@ theme: readthedocs dev_addr: '0.0.0.0:8888' site_dir: 'build/docs' +docs_dir: 'docs' markdown_extensions: - codehilite: noclasses: True @@ -13,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 @@ -47,7 +48,7 @@ pages: - 'Listen': manual/listen/index.md - 'The Analytics Menu': - '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 - 'LibreTime in the Studio': - 'Preparing Media for Ingest': manual/preparing-media-for-ingest/index.md