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

[FCL-235] Automatically build API documentation #173

Conversation

jacksonj04
Copy link
Collaborator

@jacksonj04 jacksonj04 commented Jul 30, 2024

We currently point data reusers to the OpenAPI specification files. Although these contain all our API documentation, it's not presented in a useful way. This workflow adds a GitHub action which takes our OpenAPI specifications, renders out human-browsable API documentation, and then pushes it to GitHub Pages for hosting.

…itHub pages

We currently point data reusers to the OpenAPI specification files. Although these contain all our API documentation, it's not presented in a useful way. This workflow adds a GitHub action which takes our OpenAPI specifications, renders out human-browsable API documentation, and then pushes it to GitHub Pages for hosting.
@jacksonj04 jacksonj04 force-pushed the FCL-235-Automatically-build-nice-API-documentation-for-reusers branch from 8830488 to adfcb02 Compare July 30, 2024 10:40
@jacksonj04 jacksonj04 marked this pull request as ready for review July 30, 2024 10:43
Copy link
Collaborator

@dragon-dxw dragon-dxw left a comment

Choose a reason for hiding this comment

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

We might want to review the public API for correctness, make sure it's not out of date with the code.

@jacksonj04 jacksonj04 merged commit 27c9e9c into main Jul 30, 2024
3 checks passed
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.

2 participants