Files
symfony-flex-recipes-contrib/nelmio/api-doc-bundle/2.13/config/packages/nelmio_api_doc.yaml
T

23 lines
788 B
YAML

#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'