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