404
+ +Page not found
+ + +From 22207dc15932cd8b370243ebbe8dbf4528ccc5e9 Mon Sep 17 00:00:00 2001 From: <> Date: Wed, 28 Jul 2021 11:07:01 +0000 Subject: [PATCH] Deployed e568b53 with MkDocs version: 1.2.2 --- .nojekyll | 0 404.html | 146 + about-mkdocs/index.html | 212 + css/theme.css | 14 + css/theme_extra.css | 191 + fonts/Lato/lato-bold.eot | Bin 0 -> 256056 bytes fonts/Lato/lato-bold.ttf | Bin 0 -> 600856 bytes fonts/Lato/lato-bold.woff | Bin 0 -> 309728 bytes fonts/Lato/lato-bold.woff2 | Bin 0 -> 184912 bytes fonts/Lato/lato-bolditalic.eot | Bin 0 -> 266158 bytes fonts/Lato/lato-bolditalic.ttf | Bin 0 -> 622572 bytes fonts/Lato/lato-bolditalic.woff | Bin 0 -> 323344 bytes fonts/Lato/lato-bolditalic.woff2 | Bin 0 -> 193308 bytes fonts/Lato/lato-italic.eot | Bin 0 -> 268604 bytes fonts/Lato/lato-italic.ttf | Bin 0 -> 639388 bytes fonts/Lato/lato-italic.woff | Bin 0 -> 328412 bytes fonts/Lato/lato-italic.woff2 | Bin 0 -> 195704 bytes fonts/Lato/lato-regular.eot | Bin 0 -> 253461 bytes fonts/Lato/lato-regular.ttf | Bin 0 -> 607720 bytes fonts/Lato/lato-regular.woff | Bin 0 -> 309192 bytes fonts/Lato/lato-regular.woff2 | Bin 0 -> 182708 bytes fonts/RobotoSlab/roboto-slab-v7-bold.eot | Bin 0 -> 79520 bytes fonts/RobotoSlab/roboto-slab-v7-bold.ttf | Bin 0 -> 170616 bytes fonts/RobotoSlab/roboto-slab-v7-bold.woff | Bin 0 -> 87624 bytes fonts/RobotoSlab/roboto-slab-v7-bold.woff2 | Bin 0 -> 67312 bytes fonts/RobotoSlab/roboto-slab-v7-regular.eot | Bin 0 -> 78331 bytes fonts/RobotoSlab/roboto-slab-v7-regular.ttf | Bin 0 -> 169064 bytes fonts/RobotoSlab/roboto-slab-v7-regular.woff | Bin 0 -> 86288 bytes fonts/RobotoSlab/roboto-slab-v7-regular.woff2 | Bin 0 -> 66444 bytes fonts/RobotoSlab/roboto-slab.eot | Bin 0 -> 78331 bytes fonts/fontawesome-webfont.eot | Bin 0 -> 165742 bytes fonts/fontawesome-webfont.svg | 2671 +++++++++++++ fonts/fontawesome-webfont.ttf | Bin 0 -> 165548 bytes fonts/fontawesome-webfont.woff | Bin 0 -> 98024 bytes fonts/fontawesome-webfont.woff2 | Bin 0 -> 77160 bytes img/favicon.ico | Bin 0 -> 1150 bytes index.html | 200 + js/jquery-2.1.1.min.js | 4 + js/modernizr-2.8.3.min.js | 1 + js/theme.js | 3 + js/theme_extra.js | 8 + search.html | 153 + search/lunr.js | 3475 +++++++++++++++++ search/main.js | 102 + search/search_index.json | 1 + search/worker.js | 133 + sitemap.xml | 43 + sitemap.xml.gz | Bin 0 -> 290 bytes tutorial/advanced/index.html | 221 ++ tutorial/deploy/index.html | 220 ++ tutorial/installation/index.html | 231 ++ tutorial/setup-project/index.html | 326 ++ tutorial/tldr/index.html | 214 + tutorial/usage/index.html | 209 + 54 files changed, 8778 insertions(+) create mode 100644 .nojekyll create mode 100644 404.html create mode 100644 about-mkdocs/index.html create mode 100644 css/theme.css create mode 100644 css/theme_extra.css create mode 100644 fonts/Lato/lato-bold.eot create mode 100644 fonts/Lato/lato-bold.ttf create mode 100644 fonts/Lato/lato-bold.woff create mode 100644 fonts/Lato/lato-bold.woff2 create mode 100644 fonts/Lato/lato-bolditalic.eot create mode 100644 fonts/Lato/lato-bolditalic.ttf create mode 100644 fonts/Lato/lato-bolditalic.woff create mode 100644 fonts/Lato/lato-bolditalic.woff2 create mode 100644 fonts/Lato/lato-italic.eot create mode 100644 fonts/Lato/lato-italic.ttf create mode 100644 fonts/Lato/lato-italic.woff create mode 100644 fonts/Lato/lato-italic.woff2 create mode 100644 fonts/Lato/lato-regular.eot create mode 100644 fonts/Lato/lato-regular.ttf create mode 100644 fonts/Lato/lato-regular.woff create mode 100644 fonts/Lato/lato-regular.woff2 create mode 100644 fonts/RobotoSlab/roboto-slab-v7-bold.eot create mode 100644 fonts/RobotoSlab/roboto-slab-v7-bold.ttf create mode 100644 fonts/RobotoSlab/roboto-slab-v7-bold.woff create mode 100644 fonts/RobotoSlab/roboto-slab-v7-bold.woff2 create mode 100644 fonts/RobotoSlab/roboto-slab-v7-regular.eot create mode 100644 fonts/RobotoSlab/roboto-slab-v7-regular.ttf create mode 100644 fonts/RobotoSlab/roboto-slab-v7-regular.woff create mode 100644 fonts/RobotoSlab/roboto-slab-v7-regular.woff2 create mode 100644 fonts/RobotoSlab/roboto-slab.eot create mode 100644 fonts/fontawesome-webfont.eot create mode 100644 fonts/fontawesome-webfont.svg create mode 100644 fonts/fontawesome-webfont.ttf create mode 100644 fonts/fontawesome-webfont.woff create mode 100644 fonts/fontawesome-webfont.woff2 create mode 100644 img/favicon.ico create mode 100644 index.html create mode 100644 js/jquery-2.1.1.min.js create mode 100644 js/modernizr-2.8.3.min.js create mode 100644 js/theme.js create mode 100644 js/theme_extra.js create mode 100644 search.html create mode 100644 search/lunr.js create mode 100644 search/main.js create mode 100644 search/search_index.json create mode 100644 search/worker.js create mode 100644 sitemap.xml create mode 100644 sitemap.xml.gz create mode 100644 tutorial/advanced/index.html create mode 100644 tutorial/deploy/index.html create mode 100644 tutorial/installation/index.html create mode 100644 tutorial/setup-project/index.html create mode 100644 tutorial/tldr/index.html create mode 100644 tutorial/usage/index.html 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.
+ +Og;FlC
z=wgaz_?r=fZ*)1FbwkLf1r2kQ82MqsF5WCo)x~8$u3EQkPsx;iAb>eG!;Dit;;2H|
z+NlKs2rkCRP2^8KG!!lxdGG(;{CMfcH-0QvVjgl5{(4gA)Kw}PqG-D{&3i3|VNRuV
z5myv4$<#d00)}{jP3={Nzqfay)iKq5z+G;3iCjO3DyP8~26*-!mQ!Fa5xTp=xm_if
zt^}r#va~?$Y~ncqyb32bo9pJ9 ir}10iXvVwC12WBVd^sXR
zAPqQmm>M9CC2@byY2x1^c*T1JO&zE6Y|WEbRqB#1hRV-OB+Cy=i%ghXoN52vygwJC
zHONX57f6mwA&Z`ML48d5Lp4@KjR*b&>q0gC;E?dGdbHR_(^dxkugj0PksNPE&PhE@R~Aznr&!
zO#>l_d0m+maFzl&!
f
zRh4ArVBuJ^{I~NqJke3esWC3H$&Fum33W8mFi0p;XjAl&QaTxlV@r)!zLNc4AdLSa
zUb@evz1tWQ;KWAFt<
WlfBe