root('nelmio_api_doc') ->children() ->arrayNode('routes') ->info('Filter the routes that are documented') ->addDefaultsIfNotSet() ->children() ->arrayNode('path_patterns') ->example(['^/api', '^/api(?!/admin)']) ->prototype('scalar')->end() ->end() ->end() ->end() ->end(); return $treeBuilder; } }