egoughnour/dotnet-mkdocs-material

Build .NET project(s) and MkDocs Material site. Supports multi-project targeting with per-project docs output.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
dotnet_version.NET SDK version to install.no8.0.x
python_versionPython version for MkDocs.no3.12
configuration.NET build configuration.noRelease
projectsNewline-separated list of .NET project paths to build. Each project generates docs into docs/api/<project-name>/. Leave empty to build the repository root (original single-project behavior). no""
site_nameSite name for generated mkdocs.yml (ignored if mkdocs.yml exists).noAPI Documentation
strictIf true, run mkdocs build with --strict.nofalse
build_siteIf true, run mkdocs build. Set to false to only generate markdown (useful when RTD handles the build).notrue
dotnet_build_argsExtra args appended to dotnet build.no""
mkdocs_build_argsExtra args appended to mkdocs build.no""
namedescription
site_dirPath to the built site directory (empty when build_site is false).
docs_dirPath to the docs directory containing generated markdown.