converts your markdown in the docs
folder on the fly to html
- Your Markdown files go into
/static
- Your assets like images etc go into
/assets
- Under
/generated
you'll find the html generated from the markdown
docker run -p 8000:8000 3n3a/markdown-server:latest