Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 568 Bytes

File metadata and controls

26 lines (18 loc) · 568 Bytes

Generating documentation

Documentation is generated using DocFX

Development instructions

  1. Ensure that docfx is installed:
dotnet tool install -g docfx
  1. 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
  1. Build:

Build the documentation:

docfx .\docfx.json
  1. Commit and Push the changes to the Meraki.Api.Docs repository.