mkdocs-render-swagger-plugin icon indicating copy to clipboard operation
mkdocs-render-swagger-plugin copied to clipboard

A plugin for MKDocs for rendering swagger & openapi schemas using SwaggerUI.

Results 10 mkdocs-render-swagger-plugin issues
Sort by recently updated
recently updated
newest added

**Hello**, I cannot use 2 json Files in the same page.md Did I do something wrong ?

It's hard to visualize how the stuff would look like (And where and how the file for OpenAPI should be placed), so adding some actual examples, maybe even with a...

I am having difficulty adding the Swagger file when it is in another directory. The plugin only recognizes the file when it is in the same directory as the file.md...

It would be nice if it was possible to configure Swagger-UI via a parameter, For example if you want control which sections are expanded. ```javascript SwaggerUIBundle({ ... "docExpansion":"none" }); ```...

enhancement

This is a sample changelog.md which can be fixed in the future as per the code changes.

Right now, only the first issue is shown, and the plugin stops processing the document afterwards.

bug

Hello, thank you for the effort that went into creating this project. I was wondering if it would be possible to add support for rendering a table of contents (TOC)...