From 214bc4ad920bcd11e635f8e04840302e26a92013 Mon Sep 17 00:00:00 2001 From: Oliver Olsen <103891157+oliversen@users.noreply.github.com> Date: Mon, 31 Oct 2022 15:54:22 +0300 Subject: [PATCH] Change config value from 'pages' to 'nav' in mkdocs.yml The build fails because the configuration option 'pages' was removed from MkDocs --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index f759a1a..749fd41 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -66,7 +66,7 @@ markdown_extensions: -pages: +nav: - Home: index.md - Manual: - Introduction: 01-introduction.md