Skip to content

allevo/mkdocs-swagger-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkdocs-swagger-plugin

Open Source Saturday

MkDocs plugin for render swagger into docs

Installation

pip install git+https://github.com/allevo/mkdocs-swagger-plugin#egg=SwaggerPlugin

Add the plugin into mkdocs.yml

plugins:
    - swagger
extra:
    swagger_url: 'https://petstore.swagger.io/v2/swagger.json'

Usage

For time being this plugin use double exclamation points to introduce a box for invoking an API.

!!GET /pet/{petId}!!

License

MIT License

About

MkDocs plugin for render swagger into docs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published