mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-02 07:41:43 +03:00
Removed ambiguity
This commit is contained in:
parent
04818b00e5
commit
af5cb3dd76
@ -83,7 +83,7 @@ The routes registered with the method above will read your `@ApiDoc` annotation
|
||||
php app/console api:swagger:dump --all app/Resources/swagger-docs
|
||||
```
|
||||
|
||||
The above command will dump JSON files under the `app/Resources/swagger-docs` directory (relative to your project root, which is the default destination if the argument is not provided), and you can now process or server the files however you want.
|
||||
The above command will dump JSON files under the `app/Resources/swagger-docs` directory (relative to your project root), and you can now process or server the files however you want. (If the destination defaults to the project root if not specified.)
|
||||
|
||||
####Selective dumps
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user