From 3eb9d407f310cc4a26c3b4a038f35c4a10ce59ef Mon Sep 17 00:00:00 2001 From: Oliver Olsen <103891157+oliversen@users.noreply.github.com> Date: Mon, 31 Oct 2022 15:45:45 +0300 Subject: [PATCH] Fix unclosed quotes in mkdocs.yml Unclosed quotes in mkdocs.yml cause build error (MkDocs encountered an error parsing the configuration file) --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index f759a1a..80da502 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -84,4 +84,4 @@ pages: - "Filters": "appendix-d-filters.md" - "How We Get Along With OAuth": "appendix-e-how-we-get-along-with-oauth.md" - "Example Scripts": "appendix-g-example-scripts.md" - - "License Agreement: "appendix-f-license-agreement.md" + - "License Agreement": "appendix-f-license-agreement.md"