Skip to content

Commit 1b18870

Browse files
authored
fix: missing tab in doc (#2455)
## Description It also concern 4x branch Closes #... ## What type of PR is this? (check all applicable) - [ ] Bug Fix - [ ] Feature - [ ] Refactor - [ ] Deprecation - [ ] Breaking Change - [x] Documentation Update - [ ] CI ## Checklist - [x] I have made corresponding changes to the documentation (`docs/`) - [ ] I have made corresponding changes to the changelog (`CHANGELOG.md`)
1 parent 44a40c3 commit 1b18870

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

docs/configuration_reference.rst

+28-28
Original file line numberDiff line numberDiff line change
@@ -55,21 +55,21 @@ The bundle configuration is stored under the ``nelmio_api_doc`` key in your appl
5555
name_patterns:
5656
# Example:
5757
# - ^api_v1
58-
# whether to filter by attributes
59-
with_attribute: false
60-
# if set disables default routes without attributes
61-
disable_default_routes: false
62-
# The base documentation used for the area
63-
documentation:
64-
# Example:
65-
# info:
66-
# title: 'My App'
67-
# description: 'My App Description'
68-
cache:
69-
# define cache pool to use for the area
70-
pool: null
71-
# define cache item id for the area
72-
item_id: null
58+
# whether to filter by attributes
59+
with_attribute: false
60+
# if set disables default routes without attributes
61+
disable_default_routes: false
62+
# The base documentation used for the area
63+
documentation:
64+
# Example:
65+
# info:
66+
# title: 'My App'
67+
# description: 'My App Description'
68+
cache:
69+
# define cache pool to use for the area
70+
pool: null
71+
# define cache item id for the area
72+
item_id: null
7373
models:
7474
use_jms: false
7575
names:
@@ -205,18 +205,18 @@ Filter the routes that are documented.
205205
name_patterns:
206206
# Example:
207207
# - ^api_v1
208-
with_attribute: false
209-
disable_default_routes: false
210-
documentation:
211-
# Example:
212-
# info:
213-
# title: 'My App'
214-
# description: 'My App Description'
215-
cache:
216-
# define cache pool to use for the area
217-
pool: null
218-
# define cache item id for the area
219-
item_id: null
208+
with_attribute: false
209+
disable_default_routes: false
210+
documentation:
211+
# Example:
212+
# info:
213+
# title: 'My App'
214+
# description: 'My App Description'
215+
cache:
216+
# define cache pool to use for the area
217+
pool: null
218+
# define cache item id for the area
219+
item_id: null
220220
221221
path_patterns
222222
.............
@@ -314,4 +314,4 @@ List of models, this can be used to:
314314
- 'private'
315315
316316
317-
.. _`symfony/type-info`: https://symfony.com/doc/current/components/type_info.html
317+
.. _`symfony/type-info`: https://symfony.com/doc/current/components/type_info.html

0 commit comments

Comments
 (0)