Loading

serve cli command

docs-builder serve [options]
		

Serve a documentation folder at http://localhost:3000 with live reload.

-p --path string

Documentation source directory. Defaults to the cwd/docs folder.

Constraints: symbolic links not allowed, must exist, supports ~ home expansion

--port int

Port to serve the documentation.

Default: 3000

--[no-]watch

Special flag for dotnet watch optimizations during development

Default: false

-l --log-level enum

Minimum log level.

Values: trace, debug, information, warning, error, critical, none

Default: information

-c --config-source enum

Override the configuration source: local, remote

Values: local, remote, embedded

--[no-]skip-private-repositories
Skip cloning private repositories

File-system changes are reflected without restarting the server.