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'
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 atmpldirectory.
More information about plugins in the MkDocs documentation.
How the plugin works
This plugin works by generating a markdown file prior to the rest of a mkdocs project being built. In other words, as soon as mkdocs is started, this plugin downloads a spec file, parses it, generates a markdown file, and saves that file into the documentation tree. Then to make the generated page appear in your documentation, you add the file to your pages tree. For example:
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mkdocs-swagger-ui-0.1.0.tar.gz.
File metadata
- Download URL: mkdocs-swagger-ui-0.1.0.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed689a1a367318a22ddf49c55dad202dbea08900c9840b5df7a5592dd9c38b0a
|
|
| MD5 |
63763b3920e8ee23f02c30aec2be5de4
|
|
| BLAKE2b-256 |
ceeb13739295930f1ab8246fa7f83ee9f7862a0dbfd948091ad4b99d53c9d1c4
|
File details
Details for the file mkdocs_swagger_ui-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mkdocs_swagger_ui-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/56.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a667e962787c7f142962c47d4a2442e76289187eb8c75ea5fcfebe097a032877
|
|
| MD5 |
89e22c6993b59aac8658a2ae17a5abab
|
|
| BLAKE2b-256 |
858be77f4f3edd0e5b1f43ea8c793437e375dcb36b6a7c1f2af2120231b4b70c
|