Fix unclosed quotes in mkdocs.yml

Unclosed quotes in mkdocs.yml cause build error (MkDocs encountered an error parsing the configuration file)
This commit is contained in:
Oliver Olsen 2022-10-31 15:45:45 +03:00
parent ba3503d6a9
commit 3eb9d407f3

View File

@ -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"