mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 15:46:52 +03:00
57 lines
2.4 KiB
JSON
57 lines
2.4 KiB
JSON
{
|
|
"manifests": {
|
|
"nelmio/api-doc-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Nelmio\\ApiDocBundle\\NelmioApiDocBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/nelmio_api_doc.yaml": {
|
|
"contents": [
|
|
"#nelmio_api_doc:",
|
|
"# exclude_sections: []",
|
|
"# default_sections_opened: true",
|
|
"# motd:",
|
|
"# template: 'NelmioApiDocBundle::Components/motd.html.twig'",
|
|
"# request_listener:",
|
|
"# enabled: true",
|
|
"# parameter: _doc",
|
|
"# swagger:",
|
|
"# api_base_path: /api",
|
|
"# swagger_version: '1.2'",
|
|
"# api_version: '0.1'",
|
|
"# info:",
|
|
"# title: Symfony2",
|
|
"# description: 'My awesome Symfony2 app!'",
|
|
"# TermsOfServiceUrl: null",
|
|
"# contact: null",
|
|
"# license: null",
|
|
"# licenseUrl: null",
|
|
"# cache:",
|
|
"# enabled: false",
|
|
"# file: '%kernel.cache_dir%/api-doc.cache'",
|
|
""
|
|
],
|
|
"executable": false
|
|
},
|
|
"config/routes/nelmio_api_doc.yaml": {
|
|
"contents": [
|
|
"NelmioApiDocBundle:",
|
|
" resource: \"@NelmioApiDocBundle/Resources/config/routing.yml\"",
|
|
" prefix: /api/doc",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "d13bb99357ebcd2ffb6fe808a64961f5bc1c7546"
|
|
}
|
|
}
|
|
}
|