Skip to content

Commit 389182f

Browse files
committed
minor #15901 Remove some Table of Contents which are maintained manually (javiereguiluz)
This PR was merged into the 4.4 branch. Discussion ---------- Remove some Table of Contents which are maintained manually The current (and also the upcoming) doc builder already generates a TOC using the `<h2>`, `<h3>`, etc. elements of the page, so we don't need to create (and maintain) a TOC manually. In fact, in the current symfony.com design we use CSS to hide the automatic TOC and show only the manual TOC to avoid duplicities. This is absurd, let's remove the manual TOC and remove some maintenance burden from ourselves. Commits ------- 5c24b62 Remove some Table of Contents which are maintained manually
2 parents db09e71 + 5c24b62 commit 389182f

File tree

6 files changed

+0
-347
lines changed

6 files changed

+0
-347
lines changed

reference/configuration/debug.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ key in your application configuration.
2525
Configuration
2626
-------------
2727

28-
.. rst-class:: list-config-options
29-
30-
* `dump_destination`_
31-
* `max_items`_
32-
* `min_depth`_
33-
* `max_string_length`_
34-
3528
max_items
3629
~~~~~~~~~
3730

reference/configuration/framework.rst

Lines changed: 0 additions & 267 deletions
Original file line numberDiff line numberDiff line change
@@ -27,273 +27,6 @@ configured under the ``framework`` key in your application configuration.
2727
Configuration
2828
-------------
2929

30-
.. rst-class:: list-config-options list-config-options--complex
31-
32-
* `annotations`_
33-
34-
* :ref:`cache <reference-annotations-cache>`
35-
* `debug`_
36-
* `file_cache_dir`_
37-
38-
* `assets`_
39-
40-
* `base_path`_
41-
* `base_urls`_
42-
* `json_manifest_path`_
43-
* `packages`_
44-
* `version_format`_
45-
* `version_strategy`_
46-
* `version`_
47-
48-
* :ref:`cache <reference-cache>`
49-
50-
* :ref:`app <reference-cache-app>`
51-
* `default_doctrine_provider`_
52-
* `default_memcached_provider`_
53-
* `default_pdo_provider`_
54-
* `default_psr6_provider`_
55-
* `default_redis_provider`_
56-
* `directory`_
57-
* `pools`_
58-
59-
* :ref:`name <reference-cache-pools-name>`
60-
61-
* `adapter`_
62-
* `clearer`_
63-
* `default_lifetime`_
64-
* `provider`_
65-
* `public`_
66-
* `tags`_
67-
68-
* `prefix_seed`_
69-
* `system`_
70-
71-
* `csrf_protection`_
72-
73-
* :ref:`enabled <reference-csrf_protection-enabled>`
74-
75-
* `default_locale`_
76-
* `disallow_search_engine_index`_
77-
* `error_controller`_
78-
* `esi`_
79-
80-
* :ref:`enabled <reference-esi-enabled>`
81-
82-
* :ref:`form <reference-framework-form>`
83-
84-
* :ref:`enabled <reference-form-enabled>`
85-
86-
* `fragments`_
87-
88-
* :ref:`enabled <reference-fragments-enabled>`
89-
* `hinclude_default_template`_
90-
* :ref:`path <reference-fragments-path>`
91-
92-
* `http_client`_
93-
94-
* :ref:`default_options <reference-http-client-default-options>`
95-
96-
* `bindto`_
97-
* `buffer`_
98-
* `cafile`_
99-
* `capath`_
100-
* `ciphers`_
101-
* :ref:`headers <http-headers>`
102-
* `http_version`_
103-
* `local_cert`_
104-
* `local_pk`_
105-
* `max_redirects`_
106-
* `no_proxy`_
107-
* `passphrase`_
108-
* `peer_fingerprint`_
109-
* `proxy`_
110-
* `resolve`_
111-
* `timeout`_
112-
* `max_duration`_
113-
* `verify_host`_
114-
* `verify_peer`_
115-
116-
* `max_host_connections`_
117-
* :ref:`scoped_clients <reference-http-client-scoped-clients>`
118-
119-
* `scope`_
120-
* `auth_basic`_
121-
* `auth_bearer`_
122-
* `auth_ntlm`_
123-
* `base_uri`_
124-
* `bindto`_
125-
* `buffer`_
126-
* `cafile`_
127-
* `capath`_
128-
* `ciphers`_
129-
* :ref:`headers <http-headers>`
130-
* `http_version`_
131-
* `local_cert`_
132-
* `local_pk`_
133-
* `max_redirects`_
134-
* `no_proxy`_
135-
* `passphrase`_
136-
* `peer_fingerprint`_
137-
* `proxy`_
138-
* `query`_
139-
* `resolve`_
140-
* `timeout`_
141-
* `max_duration`_
142-
* `verify_host`_
143-
* `verify_peer`_
144-
145-
* `http_method_override`_
146-
* `ide`_
147-
* :ref:`lock <reference-lock>`
148-
149-
* :ref:`enabled <reference-lock-enabled>`
150-
* :ref:`resources <reference-lock-resources>`
151-
152-
* :ref:`name <reference-lock-resources-name>`
153-
154-
* `mailer`_
155-
156-
* :ref:`dsn <mailer-dsn>`
157-
* `transports`_
158-
* `envelope`_
159-
160-
* `sender`_
161-
* `recipients`_
162-
163-
* `php_errors`_
164-
165-
* `log`_
166-
* `throw`_
167-
168-
* `profiler`_
169-
170-
* `collect`_
171-
* :ref:`dsn <profiler-dsn>`
172-
* :ref:`enabled <reference-profiler-enabled>`
173-
* `only_exceptions`_
174-
* `only_master_requests`_
175-
176-
* `property_access`_
177-
178-
* `magic_call`_
179-
* `throw_exception_on_invalid_index`_
180-
* `throw_exception_on_invalid_property_path`_
181-
182-
* `property_info`_
183-
184-
* :ref:`enabled <reference-property-info-enabled>`
185-
186-
* `request`_:
187-
188-
* `formats`_
189-
190-
* `router`_
191-
192-
* `http_port`_
193-
* `https_port`_
194-
* `resource`_
195-
* `strict_requirements`_
196-
* :ref:`type <reference-router-type>`
197-
* `utf8`_
198-
199-
* `secret`_
200-
* `secrets`_
201-
202-
* `decryption_env_var`_
203-
* `local_dotenv_file`_
204-
* `vault_directory`_
205-
206-
* `serializer`_
207-
208-
* :ref:`circular_reference_handler <reference-serializer-circular_reference_handler>`
209-
* :ref:`enable_annotations <reference-serializer-enable_annotations>`
210-
* :ref:`enabled <reference-serializer-enabled>`
211-
* :ref:`mapping <reference-serializer-mapping>`
212-
213-
* :ref:`paths <reference-serializer-mapping-paths>`
214-
215-
* :ref:`name_converter <reference-serializer-name_converter>`
216-
217-
* `session`_
218-
219-
* `cache_limiter`_
220-
* `cookie_domain`_
221-
* `cookie_httponly`_
222-
* `cookie_lifetime`_
223-
* `cookie_path`_
224-
* `cookie_samesite`_
225-
* `cookie_secure`_
226-
* :ref:`enabled <reference-session-enabled>`
227-
* `gc_divisor`_
228-
* `gc_maxlifetime`_
229-
* `gc_probability`_
230-
* `handler_id`_
231-
* `metadata_update_threshold`_
232-
* `name`_
233-
* `save_path`_
234-
* `sid_length`_
235-
* `sid_bits_per_character`_
236-
* `storage_id`_
237-
* `use_cookies`_
238-
239-
* `templating`_
240-
241-
* :ref:`cache <reference-templating-cache>`
242-
* `engines`_
243-
* :ref:`form <reference-templating-form>`
244-
245-
* :ref:`resources <reference-templating-form-resources>`
246-
247-
* `loaders`_
248-
249-
* `test`_
250-
* `translator`_
251-
252-
* `cache_dir`_
253-
* :ref:`default_path <reference-translator-default_path>`
254-
* :ref:`enabled <reference-translator-enabled>`
255-
* `fallbacks`_
256-
* `formatter`_
257-
* `logging`_
258-
* :ref:`paths <reference-translator-paths>`
259-
260-
* `trusted_hosts`_
261-
* `trusted_proxies`_
262-
* `validation`_
263-
264-
* :ref:`cache <reference-validation-cache>`
265-
* `email_validation_mode`_
266-
* :ref:`enable_annotations <reference-validation-enable_annotations>`
267-
* :ref:`enabled <reference-validation-enabled>`
268-
* :ref:`mapping <reference-validation-mapping>`
269-
270-
* :ref:`paths <reference-validation-mapping-paths>`
271-
272-
* :ref:`not_compromised_password <reference-validation-not-compromised-password>`
273-
274-
* :ref:`enabled <reference-validation-not-compromised-password-enabled>`
275-
* `endpoint`_
276-
277-
* `static_method`_
278-
* `strict_email`_
279-
* `translation_domain`_
280-
281-
* `web_link`_
282-
* `workflows`_
283-
284-
* :ref:`enabled <reference-workflows-enabled>`
285-
* :ref:`name <reference-workflows-name>`
286-
287-
* `audit_trail`_
288-
* `initial_marking`_
289-
* `marking_store`_
290-
* `metadata`_
291-
* `places`_
292-
* `supports`_
293-
* `support_strategy`_
294-
* `transitions`_
295-
* :ref:`type <reference-workflows-type>`
296-
29730
secret
29831
~~~~~~
29932

reference/configuration/kernel.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@ the parent :class:`Symfony\\Component\\HttpKernel\\Kernel` class.
1111
Configuration
1212
-------------
1313

14-
* `Charset`_
15-
* `Kernel Name`_
16-
* `Project Directory`_
17-
* `Cache Directory`_
18-
* `Log Directory`_
19-
* `Container Build Time`_
20-
2114
.. _configuration-kernel-charset:
2215

2316
Charset

reference/configuration/swiftmailer.rst

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -25,36 +25,6 @@ to :doc:`send emails </email>`. All these options are configured under the
2525
Configuration
2626
-------------
2727

28-
.. rst-class:: list-config-options list-config-options--complex
29-
30-
* `antiflood`_
31-
32-
* `sleep`_
33-
* `threshold`_
34-
35-
* `auth_mode`_
36-
* `command`_
37-
* `delivery_addresses`_
38-
* `delivery_whitelist`_
39-
* `disable_delivery`_
40-
* `encryption`_
41-
* `host`_
42-
* `local_domain`_
43-
* `logging`_
44-
* `password`_
45-
* `port`_
46-
* `sender_address`_
47-
* `source_ip`_
48-
* `spool`_
49-
50-
* `path`_
51-
* `type`_
52-
53-
* `timeout`_
54-
* `transport`_
55-
* `url`_
56-
* `username`_
57-
5828
url
5929
~~~
6030

reference/configuration/twig.rst

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -25,36 +25,6 @@ under the ``twig`` key in your application configuration.
2525
Configuration
2626
-------------
2727

28-
.. rst-class:: list-config-options list-config-options--complex
29-
30-
* `auto_reload`_
31-
* `autoescape`_
32-
* `autoescape_service`_
33-
* `autoescape_service_method`_
34-
* `base_template_class`_
35-
* `cache`_
36-
* `charset`_
37-
* `date`_
38-
39-
* `format`_
40-
* `interval_format`_
41-
* `timezone`_
42-
43-
* `debug`_
44-
* `default_path`_
45-
* `exception_controller`_
46-
* `form_themes`_
47-
* `globals`_
48-
* `number_format`_
49-
50-
* `decimals`_
51-
* `decimal_point`_
52-
* `thousands_separator`_
53-
54-
* `optimizations`_
55-
* `paths`_
56-
* `strict_variables`_
57-
5828
auto_reload
5929
~~~~~~~~~~~
6030

reference/configuration/web_profiler.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ under the ``web_profiler`` key in your application configuration.
3030
Configuration
3131
-------------
3232

33-
.. rst-class:: list-config-options
34-
35-
* `excluded_ajax_paths`_
36-
* `intercept_redirects`_
37-
* `toolbar`_
38-
3933
excluded_ajax_paths
4034
~~~~~~~~~~~~~~~~~~~
4135

0 commit comments

Comments
 (0)