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
+22
View File
@@ -0,0 +1,22 @@
.PHONY: docs
default: install
h help:
@egrep '(^\S)|(^$$)|\s+@echo' Makefile
install:
pip install --upgrade pip
pip install -r requirements.txt
s serve:
mkdocs serve --strict
b build:
mkdocs build --strict
d deploy:
mkdocs gh-deploy --strict --force