This document describes how to preview the documentation in a local webserver using the Cake.Recipe script.
- Run:
- On Windows:
.\build.ps1 --target=preview - On MacOS/Linux:
./build.sh --target=preview.
- On Windows:
- Open your browser at
http:\\localhost:5080\<BuildParameters.WebLinkRoot>
The scripts supports watching for changes and automatically rebuilds the documentation without requiring to restart the build task.