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
- The official ThreeFold manual is available at www.manual.grid.tf
- Staging version from development branch is available at www2.manual.grid.tf
- Staging version from development-split branch is available at wwww3.manual.grid.tf
If you want to contribute to Manual.grid.tf, you should follow this steps:
- Add the md file to src directory.
- Add the path of the md file to SUMMARY.
- Then use
make build
andmake serve
to see your changes on the browser.
Read the section How to Contribute for more information.