Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 367 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 367 Bytes

WallRide Docs

Setup

Download and install Pandoc for your environment: http://pandoc.org/installing.html

Generating the documentation

pandoc \
--write=html5 \
--template=templates/guide.html \
--toc \
--toc-depth=4 \
--section-divs \
--no-highlight \
--smart \
--output=build/guide.html \
docs/guide.md