404
+ +Page not found
+ + +commit 22207dc15932cd8b370243ebbe8dbf4528ccc5e9 Author: <> Date: Wed Jul 28 11:07:01 2021 +0000 Deployed e568b53 with MkDocs version: 1.2.2 diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/404.html b/404.html new file mode 100644 index 0000000..95a62d0 --- /dev/null +++ b/404.html @@ -0,0 +1,146 @@ + + + +
+ + + + + + + +Page not found
+ + +The description on the MkDocs site is:
+++Project documentation with Markdown.
+
MkDocs is a Python tool that generates a static site based on content written in Markdown.
+If you are new to markdown, see the Getting Started page on the Markdown Guide website.
+MkDocs is built in Python (like Sphinx), but you don't have to write Python code. If you set up a Deploy flow right, you don't even have to set it up locally, though then you can't preview.
+ +++ +Started template for a MkDocs docs site on GH Pages - including CI
+
Use the MkDocs (make docs) tool to create build a docs site around markdown docs.
+Follow the tutorial to add an existing project or create a project from scratch. The result will look like this project.
+++How to use this project
+
The aim here is not be complete or explain all concepts. It is to provide a reference for common steps and choices needed when setting up a docs site, but still at a beginner-friendly level.
+This guide is based on the mkdocs.org tutorial.
+ +