add documentation builder

This commit is contained in:
FloatingGhost 2022-07-15 11:07:43 +01:00
parent 3ff141a122
commit 494d7f49c9
75 changed files with 14251 additions and 5 deletions

10
docs/Pipfile Normal file
View file

@ -0,0 +1,10 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
mkdocs-material = "*"
markdown-include = "*"