To properly build and serve the manual, use the make build
and make serve
commands. This is important since the manual fetches data online through scripts.
Use the following command to build the book:
make build
Use the following command to serve the book (this will open the browser)
make serve
If you want to contribute to Manual.grid.tf, you should follow this steps:
make build
and make serve
to see your changes on the browser.Read the section How to Contribute for more information.