We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8385195 commit e5701e6Copy full SHA for e5701e6
.github/workflows/ci.yml
@@ -19,6 +19,5 @@ jobs:
19
key: ${{ github.ref }}
20
path: .cache
21
- run: pip install mkdocs-material
22
- - run: pip install mkdocs-render-swagger-plugin
23
- - run: pip install pillow cairosvg
+ - run: pip install mkdocs-swagger-ui-tag
24
- run: mkdocs gh-deploy --force
mkdocs.yml
@@ -30,7 +30,7 @@ theme:
30
plugins:
31
- social
32
- search
33
- - render_swagger
+ - swagger-ui-tag
34
35
extra:
36
social:
0 commit comments