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-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,13 @@
5
5
6
6
A MkDocs plugin supports for add [Swagger UI](https://github.com/swagger-api/swagger-ui) in page.
7
7
8
-
[Live demo](https://blueswen.github.io/mkdocs-swagger-ui-tag/) with [mkdocs-material](https://squidfunk.github.io/mkdocs-material/) theme.
8
+
[Live demo](https://blueswen.github.io/mkdocs-swagger-ui-tag/) with [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/).
9
9
10
10
## Features
11
11
12
12
1. OpenAPI Specification file from online over URL or static file in docs
13
13
2. Multiple Swagger UI in same page
14
-
3. Synchronized dark mode with [mkdocs-material](https://squidfunk.github.io/mkdocs-material/)
14
+
3. Synchronized dark mode with [Material for MkDocs](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
17
6. Support Swagger UI [initOAuth](https://swagger.io/docs/open-source-tools/swagger-ui/usage/oauth2/) method
@@ -21,7 +21,7 @@ A MkDocs plugin supports for add [Swagger UI](https://github.com/swagger-api/swa
21
21
1. Python Package
22
22
1. beautifulsoup4>=4.11.1
23
23
2.[Swagger UI dist](https://www.npmjs.com/package/swagger-ui-dist) javascript file and css file
0 commit comments