summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole3/backend/config/packages/nelmio_api_doc.yaml
blob: eecdd4ac7e061630790a60079ab1dd64d1e340f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
nelmio_api_doc:
    name: Page Opengnsys API
#    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'