File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -210,14 +210,15 @@ You may also generate OpenAPI docs for a single path or OAS by specifying the un
210
210
``` bash
211
211
yarn docusaurus gen-api-docs < id>
212
212
```
213
+ The <id > is the name of the folder of specs in "openapispecs" folder.
213
214
214
215
Example:
215
216
216
217
``` bash
217
218
yarn docusaurus gen-api-docs commerceextensions
218
219
```
219
220
220
- > The example above will only generate API docs relative to ` commerceextensions ` .
221
+ > The example above will only generate API docs relative to ` commerceextensions ` .
221
222
222
223
### Cleaning API Docs
223
224
@@ -233,6 +234,8 @@ You may also remove a particular set of API docs by specifying the unique `id` o
233
234
yarn docusaurus clean-api-docs < id>
234
235
```
235
236
237
+ The <id > is the name of the folder of specs in "openapispecs" folder.
238
+
236
239
Example:
237
240
238
241
``` bash
You can’t perform that action at this time.
0 commit comments