docusaurus-plugin-openapi-docs 1.0.4 → 1.0.5
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 +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -81,6 +81,7 @@ Here is an example of properly configuring your `docusaurus.config.js` file for
|
|
|
81
81
|
'docusaurus-plugin-openapi-docs',
|
|
82
82
|
{
|
|
83
83
|
id: "apiDocs",
|
|
84
|
+
docPluginId: "classic",
|
|
84
85
|
config: {
|
|
85
86
|
petstore: { // Note: petstore key is treated as the <id> and can be used to specify an API doc instance when using CLI commands
|
|
86
87
|
specPath: "examples/petstore.yaml", // Path to designated spec file
|
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": "1.0.
|
|
4
|
+
"version": "1.0.5",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"openapi",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"engines": {
|
|
63
63
|
"node": ">=14"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "fe58997d349cdab4f113c4a7449cd650882dcab6"
|
|
66
66
|
}
|