diff --git a/nelmio/api-doc-bundle/2.13/etc/packages/nelmio_api_doc.yaml b/nelmio/api-doc-bundle/2.13/etc/packages/nelmio_api_doc.yaml new file mode 100644 index 00000000..4ee4142d --- /dev/null +++ b/nelmio/api-doc-bundle/2.13/etc/packages/nelmio_api_doc.yaml @@ -0,0 +1,22 @@ +#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' diff --git a/nelmio/api-doc-bundle/2.13/etc/routing/nelmio_api_doc.yaml b/nelmio/api-doc-bundle/2.13/etc/routing/nelmio_api_doc.yaml new file mode 100644 index 00000000..58ebd413 --- /dev/null +++ b/nelmio/api-doc-bundle/2.13/etc/routing/nelmio_api_doc.yaml @@ -0,0 +1,3 @@ +NelmioApiDocBundle: + resource: "@NelmioApiDocBundle/Resources/config/routing.yml" + prefix: /api/doc diff --git a/nelmio/api-doc-bundle/2.13/manifest.json b/nelmio/api-doc-bundle/2.13/manifest.json new file mode 100644 index 00000000..7ac3390f --- /dev/null +++ b/nelmio/api-doc-bundle/2.13/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Nelmio\\ApiDocBundle\\NelmioApiDocBundle": ["all"] + }, + "copy-from-recipe": { + "etc/": "%ETC_DIR%/" + } +}