mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 11:06:41 +03:00
18 lines
503 B
JSON
18 lines
503 B
JSON
{
|
|
"bundles": {
|
|
"Ehyiah\\ApiDocBundle\\EhyiahApiDocBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"copy-from-package": {
|
|
"src/Swagger/": "%SRC_DIR%/Swagger/"
|
|
},
|
|
"env": {
|
|
"#1": "Directory where the source api doc should be living",
|
|
"SOURCE_PATH": "/src/Swagger",
|
|
"#2": "The bundle will create a dump folder inside SOURCE_PATH Directory when you use the dump command",
|
|
"DUMP_PATH": "dump"
|
|
}
|
|
}
|