From dbc5a5a15ef7a8263717b3952d52aef1efd8badc Mon Sep 17 00:00:00 2001 From: michaelcurrin Date: Thu, 10 Sep 2020 17:33:50 +0200 Subject: [PATCH] Update mkdocs.yml --- mkdocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 400a297..aedd787 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: MkDocs Quickstart # For SEO. -site_description: 'A concise recipe for setting up a MkDocs docs site on Github Pages' +site_description: 'A concise recipe for setting up a MkDocs docs site on GitHub Pages' nav: - Home: index.md @@ -12,7 +12,8 @@ nav: - Advanced: tutorial/advanced.md - Usage: tutorial/usage.md - Deploy: tutorial/deploy.md + theme: readthedocs -# For adding Edit in Github button. +# URL for the Edit in GitHub button. repo_url: https://github.com/MichaelCurrin/mkdocs-quickstart/