Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀📄 Adds Build & Deployment of Documentation #30

Merged
merged 5 commits into from
Dec 9, 2019

Conversation

brucificus
Copy link
Contributor

This adds the generation of documentation using DocFx & the automatic deployment of the output using a GitHub action.

This helps make sure our APIs have publicly-readable (and linkable!) documentation, while also giving us a way to extend it with Markdown if we'd like.

fgsahoward
fgsahoward previously approved these changes Dec 9, 2019
Copy link
Contributor

@fgsahoward fgsahoward left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@fgsahoward
Copy link
Contributor

Too early with that squirrel :/, :gopher:

This adds a project that serves as a surrogate host for the `DocFx` documentation builder. The project is purposefully not added to the `sln`, as it is not a requirement of `DocFx` to do so and adding it would slow development builds.

For more information, see: https://dotnet.github.io/docfx/tutorial/docfx_getting_started.html#3-use-docfx-integrated-with-visual-studio
Most of this is auto-generated by DocFx. It was only necessary to tweak the input paths and patterns in order to get a basic documentation build working.
This will help make sure we don't suffer a regression in our documentation builds.
This adds a workflow that builds & deploys our API documentation to the `gh-pages` branch, triggered by every change to the `master` branch.
@FGS-BMarkham FGS-BMarkham merged commit 19f2c86 into foxguardsolutions:master Dec 9, 2019
@FGS-BMarkham FGS-BMarkham deleted the generate-docs branch December 9, 2019 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants