Documentation is generated using DocFX
- Ensure that docfx is installed:
dotnet tool install -g docfx- Checkout the Meraki.Api repository on the gh-pages branch into a sibling directory to the Meraki.Api repository:
mkdir ..\Meraki.Api.Docs
git clone https://github.com/panoramicdata/Meraki.Api -b gh-pages ..\Meraki.Api.Docs- Build:
Build the documentation:
docfx .\docfx.json- Commit and Push the changes to the Meraki.Api.Docs repository.