You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,14 @@ A MkDocs plugin supports for add [Swagger UI](https://github.com/swagger-api/swa
14
14
3. Synchronized dark mode with [mkdocs-material](https://squidfunk.github.io/mkdocs-material/)
15
15
4. Configure [Swagger UI configuration](https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/) through plugin options and tag attributes
16
16
5. Support multiple OAS in single Swagger UI with top bar selector
17
+
6. Support Swagger UI [initOAuth](https://swagger.io/docs/open-source-tools/swagger-ui/usage/oauth2/) method
17
18
18
19
## Dependency
19
20
20
21
1. Python Package
21
-
1. beautifulsoup4==4.11.1
22
+
1. beautifulsoup4>=4.11.1
22
23
2.[Swagger UI dist](https://www.npmjs.com/package/swagger-ui-dist) javascript file and css file
0 commit comments