Maturity Model for Microsoft 365 Pnp Site Repository. This repository creates the website content at https://pnp.github.io/maturity-model
From the repository root:
dotnet tool update -g docfx
docfx docs/docfx.jsonBuild output is generated in docs/_site.
From the repository root:
docfx docs/docfx.json --serve --port 8081Then open http://localhost:8081.
- If you are in the
docsfolder, usedocfx docfx.json(notdocfx docs/docfx.json). - If port
8080is in use, run with a different port (for example--port 8081).