DNNCommunity / DNNDocs

The documentation site for the open source Content Management System DNN (formerly DotNetNuke).
https://docs.dnncommunity.org
23 stars 51 forks source link

Disable building of API docs in default `Serve` target #630

Closed david-poindexter closed 2 years ago

david-poindexter commented 2 years ago

Description of problem

Currently, the Serve target pulls the Dnn.Platform repo from GitHub by default and builds the API docs from it.

Description of solution

Disable this for the default Serve target. A new optional target could also be added called ServeWithApi.

Description of alternatives considered

n/a

Screenshots

n/a

Additional context

n/a

Affected browser

n/a

david-poindexter commented 2 years ago

Oops - I think this may be a duplicate of #619