swagger-ui 5.15.2 → 5.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -13
- package/dist/swagger-ui-bundle.js +1 -1
- package/dist/swagger-ui-bundle.js.map +1 -1
- package/dist/swagger-ui-es-bundle-core.js +1 -1
- package/dist/swagger-ui-es-bundle-core.js.map +1 -1
- package/dist/swagger-ui-es-bundle.js +1 -1
- package/dist/swagger-ui-es-bundle.js.map +1 -1
- package/dist/swagger-ui-standalone-preset.js +1 -1
- package/dist/swagger-ui-standalone-preset.js.map +1 -1
- package/dist/swagger-ui.js +1 -1
- package/dist/swagger-ui.js.map +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -48,25 +48,25 @@ The OpenAPI Specification has undergone 5 revisions since initial creation in 20
|
|
|
48
48
|
## Documentation
|
|
49
49
|
|
|
50
50
|
#### Usage
|
|
51
|
-
- [Installation](docs/usage/installation.md)
|
|
52
|
-
- [Configuration](docs/usage/configuration.md)
|
|
53
|
-
- [CORS](docs/usage/cors.md)
|
|
54
|
-
- [OAuth2](docs/usage/oauth2.md)
|
|
55
|
-
- [Deep Linking](docs/usage/deep-linking.md)
|
|
56
|
-
- [Limitations](docs/usage/limitations.md)
|
|
57
|
-
- [Version detection](docs/usage/version-detection.md)
|
|
51
|
+
- [Installation](https://github.com/swagger-api/swagger-ui/blob/HEAD/docs/usage/installation.md)
|
|
52
|
+
- [Configuration](https://github.com/swagger-api/swagger-ui/blob/HEAD/docs/usage/configuration.md)
|
|
53
|
+
- [CORS](https://github.com/swagger-api/swagger-ui/blob/HEAD/docs/usage/cors.md)
|
|
54
|
+
- [OAuth2](https://github.com/swagger-api/swagger-ui/blob/HEAD/docs/usage/oauth2.md)
|
|
55
|
+
- [Deep Linking](https://github.com/swagger-api/swagger-ui/blob/HEAD/docs/usage/deep-linking.md)
|
|
56
|
+
- [Limitations](https://github.com/swagger-api/swagger-ui/blob/HEAD/docs/usage/limitations.md)
|
|
57
|
+
- [Version detection](https://github.com/swagger-api/swagger-ui/blob/HEAD/docs/usage/version-detection.md)
|
|
58
58
|
|
|
59
59
|
#### Customization
|
|
60
|
-
- [Overview](docs/customization/overview.md)
|
|
61
|
-
- [Plugin API](docs/customization/plugin-api.md)
|
|
62
|
-
- [Custom layout](docs/customization/custom-layout.md)
|
|
60
|
+
- [Overview](https://github.com/swagger-api/swagger-ui/blob/HEAD/docs/customization/overview.md)
|
|
61
|
+
- [Plugin API](https://github.com/swagger-api/swagger-ui/blob/HEAD/docs/customization/plugin-api.md)
|
|
62
|
+
- [Custom layout](https://github.com/swagger-api/swagger-ui/blob/HEAD/docs/customization/custom-layout.md)
|
|
63
63
|
|
|
64
64
|
#### Development
|
|
65
|
-
- [Setting up](docs/development/setting-up.md)
|
|
66
|
-
- [Scripts](docs/development/scripts.md)
|
|
65
|
+
- [Setting up](https://github.com/swagger-api/swagger-ui/blob/HEAD/docs/development/setting-up.md)
|
|
66
|
+
- [Scripts](https://github.com/swagger-api/swagger-ui/blob/HEAD/docs/development/scripts.md)
|
|
67
67
|
|
|
68
68
|
#### Contributing
|
|
69
|
-
- [Contributing](https://github.com/swagger-api/.github/blob/
|
|
69
|
+
- [Contributing](https://github.com/swagger-api/.github/blob/HEAD/CONTRIBUTING.md)
|
|
70
70
|
|
|
71
71
|
##### Integration Tests
|
|
72
72
|
|