This template provides a boilerplate repository for building new docs repositories.
Use the fork button in the top-right corner of the github page to fork this template repository. If you are building a repository that belongs inside the Duckietown organization, skip this step.
Create a new repository on github.com
while
specifying the newly forked template repository as
a template for your new repository.
Place your content in the directory /book
of
your new repository.
For information about how to format the content see the Duckumentation documentation
$ dts docs clean
$ dts docs build
If there are no errors, open the file duckuments-dist/template/out/index.html
in the browser to see your book.