blueswen / mkdocs-swagger-ui-tag

A MkDocs plugin supports adding Swagger UI to the page.
https://blueswen.github.io/mkdocs-swagger-ui-tag/
MIT License
75 stars 7 forks source link

How to use? #14

Closed yosuke-nakamura closed 4 months ago

yosuke-nakamura commented 1 year ago

How to use?

I have an OpenAPI in yaml format. I want to use that file to generate files in MkDocs. I cannot generate it in MkDocs even if I save the openapi.yaml file in the docs/assets/javascripts folder.

Am I using it incorrectly?

Thank you in advance.

image

blueswen commented 1 year ago

Hi @yosuke-nakamura

You can check the example on static-file demo and the markdown files are in here.

Please provide a reproducible project or GitHub repository link if you have further questions.