docusaurus-plugin-openapi-docs 0.0.0-618 → 0.0.0-619
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 +0 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -71,13 +71,6 @@ Theme:
|
|
|
71
71
|
yarn add docusaurus-theme-openapi-docs
|
|
72
72
|
```
|
|
73
73
|
|
|
74
|
-
## Compatibility Matrix
|
|
75
|
-
|
|
76
|
-
| Docusaurus OpenAPI Docs | Docusaurus |
|
|
77
|
-
| ----------------------- | ---------------- |
|
|
78
|
-
| 1.x.x | `>=2.0.1 <2.3.0` |
|
|
79
|
-
| 2.x.x (beta) | `>=2.3.0 <2.4.1` |
|
|
80
|
-
|
|
81
74
|
## Configuring `docusaurus.config.js` (Plugin and theme usage)
|
|
82
75
|
|
|
83
76
|
Here is an example of properly configuring `docusaurus.config.js` file for `docusaurus-plugin-openapi-docs` and `docusaurus-theme-openapi-docs` usage.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "docusaurus-plugin-openapi-docs",
|
|
3
3
|
"description": "OpenAPI plugin for Docusaurus.",
|
|
4
|
-
"version": "0.0.0-
|
|
4
|
+
"version": "0.0.0-619",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"openapi",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"engines": {
|
|
69
69
|
"node": ">=14"
|
|
70
70
|
},
|
|
71
|
-
"gitHead": "
|
|
71
|
+
"gitHead": "1612ad3eee17e99fa5bad3bd2be5bf4cb079a5a2"
|
|
72
72
|
}
|