chore: Move to docs directory

This commit is contained in:
Michael Currin
2020-10-17 17:00:45 +02:00
parent a028e5c228
commit 99fb0757c7
11 changed files with 2 additions and 2 deletions

19
docs/mkdocs.yml Normal file
View File

@@ -0,0 +1,19 @@
site_name: MkDocs Quickstart
# SEO description.
site_description: "A concise recipe for setting up a MkDocs docs site on GitHub Pages"
nav:
- Home: index.md
- About MkDocs: about-mkdocs.md
- Tutorial:
- TL;DR: tutorial/tldr.md
- Installation: tutorial/installation.md
- Setup project: tutorial/setup-project.md
- Advanced: tutorial/advanced.md
- Usage: tutorial/usage.md
- Deploy: tutorial/deploy.md
theme: readthedocs
# Target for Edit in GitHub button.
repo_url: https://github.com/MichaelCurrin/mkdocs-quickstart/