An MkDocs plugin to generate a markdown file containing an API reference built using Swagger UI from a base OAS3 specification.
Project description
mkdocs-swagger-ui
A MkDocs plugin created to help developer embed API Reference documentation into a mkdocs powered website.
The output file can be modified by editing a template file.
Setup
Install the plugin using pip:
pip install mkdocs-swagger-ui
Activate the plugin in mkdocs.yml
:
plugins:
- swagger-ui:
spec_url: 'https://netstorage.ringcentral.com/dpw/api-reference/specs/rc-platform.yml'
outfile: 'docs/api.md'
Add the CSS file to your mkdocs.yml:
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.43.0/swagger-ui.css
Options
spec_url
: Sets the URL to the Swagger specification for the RingCentral platform. This should default to the official URL. Override this for development purposes only.outfile
: The file to output. This file is typically somewhere in your docs folder.template
: The name of the template file that generates the contents of the Swagger UI generated page. This file should be located in atmpl
directory.
More information about plugins in the MkDocs documentation.
How the plugin works
This plugin works by loading a different template and markdown file that renders a Swagger UI page in a file's place. The key to making this work is to ensure that the outfile
plugin config value matches the filename of some file in your documentation tree, as shown below. When mkdocs encounters this file and if the file matches the outfile
then the plugin will render a Swagger UI in place of whatever file may already be in place. In other words, the contents of the file are completed ignored, and replaced by the output of this plugin.
plugins:
- swagger-ui:
outfile: api/quick-reference.md
pages:
- 'Home': index.md
- 'Quick Reference': api/quick-reference.md
See Also
More information about templates here.
More information about blocks here.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mkdocs-swagger-ui-0.2.4.tar.gz
.
File metadata
- Download URL: mkdocs-swagger-ui-0.2.4.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c82e1b9d631d7cbe8ad899cca46d75126b43df918df8c998f8abb2edaf6d040c |
|
MD5 | 36b708c2d82237ab7ff6dab6e02ea267 |
|
BLAKE2b-256 | 3d44a9f0897930f9e0660caa2e4e9c707547858b909b667e42ae77bac23b76a3 |
File details
Details for the file mkdocs_swagger_ui-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: mkdocs_swagger_ui-0.2.4-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de78497c34984f0192e959466c65e55539184a973483eab88aa682029c01c270 |
|
MD5 | 951ee2832e3500099781d84d96c0add1 |
|
BLAKE2b-256 | a93d7d3d65765035718c202aed157f8f456f1665ac65567babcead918d30110f |