Resolve "Publicly display API documentation"
We wanted to add a documentation endpoint to the live instance. There already is one: /docs, but this endpoint only documents the API. It lets you run live tests and is quite nice. But we also want our full documentation available, so I added /mkdocs as an additional endpoint.
Closes #5 (closed)