Building the Docs
September 16, 2018 ยท View on GitHub
To update the README.md file a tool called verb is used.
But basically you don't have to care about it, just follow a few simple rules:
- Do not change the
README.mdfile. - Instead do changes in the
.verb.mdfile and in all related *.md file in the./docsdirectory. - Then just run
make gen-readme- This will use
docker-verbto update theREADME.mdfile.
- This will use