From d472d485c3f2feb2f3298f71f9e755fe4305b703 Mon Sep 17 00:00:00 2001 From: Robb Date: Thu, 23 Apr 2020 13:44:18 -0400 Subject: [PATCH] Revert "changed pages to nav due to deprecation of pages in mkdocs" --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index d2283ddbd..55c686d48 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -14,7 +14,7 @@ repo_url: https://github.com/LibreTime/libretime/ extra_css: - '_css/term.css' -nav: +pages: - 'Home': index.md - 'What is LibreTime?': manual/index.md - 'Features': features.md @@ -25,7 +25,7 @@ nav: - '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