Host API Docs in Django
Generate API docs from an OpenAPI spec and host them in Django
Oct 21, 20227 min read348

Search for a command to run...
Series
In this series I show how to manage browsable API documentation using an OpenAPI specification, including the continuous generation of documentation in a CI pipeline with GitHub Actions.
Generate API docs from an OpenAPI spec and host them in Django

In the last article I covered how to Host API Docs in Django. To recap, this included the following: Creating an OpenAPI spec Generating API docs with the redoc-cli Exposing docs in Django at a path of our choice Requiring authentication to acces...
