Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 574 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (11 loc) · 574 Bytes

Contributing to the documentation

Preview the results

You can use Docker to install and run the website generation tool.

Download the docker image

docker pull deloo/markdown-docs

Generate the website

docker run -e "WORKSPACE=/workspace" -v "<Absolute-Path-To-The-Repo>:/workspace" markdown-docs "./" "dest/"

!> Clean the output directory before each new generation with rmdir dest /s /q (on Windows).

!> Remember to replace <Absolute-Path-To-The-Repo>.

See the result

explorer dest\index.html