After adding this great feature to import config files using glob patterns (http://symfony.com/blog/new-in-symfony-3-3-import-config-files-with-glob-patterns) Symfony generalized this behavior to import/load any file (config and routing) using glob patterns. In addition to explaining this feature, we should actually use it in the examples where appropriate. See https://github.com/symfony/symfony/pull/21635