docusaurus-plugin-openapi-docs 1.0.2 → 1.0.3

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.
@@ -1,4 +0,0 @@
1
- {
2
- "label": "Foods",
3
- "collapsed": true
4
- }
@@ -1,13 +0,0 @@
1
- openapi: 3.0.3
2
- info:
3
- title: Frozen Yogurt Example
4
- version: 1.0.0
5
- description: Sample description.
6
- paths:
7
- /flavors:
8
- get:
9
- summary: List All Flavors
10
- description: Froyo's the best!
11
- responses:
12
- 200:
13
- description: OK
@@ -1,13 +0,0 @@
1
- openapi: 3.0.3
2
- info:
3
- title: Nested Folder Example
4
- version: 1.0.0
5
- description: Sample description.
6
- paths:
7
- /flavors:
8
- get:
9
- summary: List All
10
- description: All
11
- responses:
12
- 200:
13
- description: OK