Previewing documentation

This document describes how to preview the documentation in a local webserver using the Cake.Recipe script.

  1. Run:
    • On Windows: .\build.ps1 --target=preview
    • On MacOS/Linux: ./build.sh --target=preview.
  2. 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.

GitHub