serve cli command
docs-builder serve [options]
Serve a documentation folder at http://localhost:3000 with live reload.
-p--pathstring-
Documentation source directory. Defaults to the cwd/docs folder.
Constraints: symbolic links not allowed, must exist, supports
~home expansion --portint-
Port to serve the documentation.
Default:
3000 --[no-]watch-
Special flag for dotnet watch optimizations during development
Default:
false -l--log-levelenum-
Minimum log level.
Values: trace, debug, information, warning, error, critical, none
Default:
information -c--config-sourceenum-
Override the configuration source: local, remote
Values: local, remote, embedded
--[no-]skip-private-repositories-
Skip cloning private repositories