From c847fcad63d0602308191de6c0ffaafdffd3f703 Mon Sep 17 00:00:00 2001 From: Michael Currin <18750745+MichaelCurrin@users.noreply.github.com> Date: Tue, 8 Jun 2021 16:57:34 +0200 Subject: [PATCH] Update mkdocs.yml --- docs/mkdocs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 43b28e8..a9368be 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,11 +1,11 @@ -### Site metadata +### Site metadata ### site_name: MkDocs Quickstart -site_description: Started template for a MkDocs docs site on GH Pages - including CI +site_description: Starter template for a MkDocs docs site on GH Pages - including CI -repo_url: https://github.com/MichaelCurrin/mkdocs-quickstart/ +repo_url: https://github.com/MichaelCurrin/mkdocs-quickstart -### Build settings +### Build settings ### theme: readthedocs @@ -15,7 +15,7 @@ nav: - Tutorial: - TL;DR: tutorial/tldr.md - Installation: tutorial/installation.md - - Setup project: tutorial/setup-project.md + - Set up project: tutorial/setup-project.md - Advanced: tutorial/advanced.md - Usage: tutorial/usage.md - Deploy: tutorial/deploy.md