docusaurus-plugin-openapi-docs 0.0.0-378 → 0.0.0-379
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 +3 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -249,9 +249,10 @@ https://github.com/PaloAltoNetworks/docusaurus-template-openapi-docs.git
|
|
|
249
249
|
|
|
250
250
|
> When asked how the template repo should be cloned choose "copy" (unless you know better).
|
|
251
251
|
|
|
252
|
-
|
|
252
|
+
```bash
|
|
253
253
|
cd my-website
|
|
254
254
|
yarn
|
|
255
|
+
```
|
|
255
256
|
|
|
256
257
|
## Developer Quick Start
|
|
257
258
|
|
|
@@ -265,7 +266,7 @@ cd docusaurus-openapi-docs
|
|
|
265
266
|
yarn
|
|
266
267
|
yarn build-packages
|
|
267
268
|
yarn watch:demo
|
|
268
|
-
|
|
269
|
+
```
|
|
269
270
|
|
|
270
271
|
## Support
|
|
271
272
|
|
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-379",
|
|
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": "87e5b6e59b66aae31c2f163060b030b232a45d39"
|
|
66
66
|
}
|