Add docs command to build and serve documentation

This commit is contained in:
Vikash Kothary
2020-07-30 20:21:33 +01:00
parent afedcf719e
commit b8c27ef1e6
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# .env.example (anki-sync-server)
## Make
MKDOCS=mkdocs
## Mkdocs
MKDOCS_OPTION=serve
## Path
PATH:=.venv/bin/path:${PATH}