Skip to content

Commit 16eeb74

Browse files
committed
Remove hidden toctree
1 parent c9caaa1 commit 16eeb74

File tree

11 files changed

+0
-229
lines changed

11 files changed

+0
-229
lines changed

components/console/helpers/index.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
The Console Helpers
22
===================
33

4-
.. toctree::
5-
:hidden:
6-
7-
formatterhelper
8-
processhelper
9-
progressbar
10-
questionhelper
11-
table
12-
debug_formatter
13-
cursor
14-
154
The Console component comes with some useful helpers. These helpers contain
165
functions to ease some common tasks.
176

contributing/index.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
Contributing
22
============
33

4-
.. toctree::
5-
:hidden:
6-
7-
code_of_conduct/index
8-
code/index
9-
documentation/index
10-
translations/index
11-
community/index
12-
diversity/index
13-
144
.. include:: /contributing/map.rst.inc

controller.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -558,11 +558,6 @@ Next, learn all about :doc:`rendering templates with Twig </templates>`.
558558
Learn more about Controllers
559559
----------------------------
560560

561-
.. toctree::
562-
:hidden:
563-
564-
templates
565-
566561
.. toctree::
567562
:maxdepth: 1
568563
:glob:

frontend.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,6 @@ Symfony UX Components
9292
Other Front-End Articles
9393
------------------------
9494

95-
.. toctree::
96-
:hidden:
97-
:glob:
98-
99-
frontend/assetic/index
100-
frontend/encore/installation
101-
frontend/encore/simple-example
102-
frontend/encore/*
103-
10495
.. toctree::
10596
:maxdepth: 1
10697
:glob:

index.rst

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ Quick Tour
88

99
Get started fast with the Symfony :doc:`Quick Tour <quick_tour/index>`:
1010

11-
.. toctree::
12-
:hidden:
13-
14-
quick_tour/index
15-
1611
* :doc:`quick_tour/the_big_picture`
1712
* :doc:`quick_tour/flex_recipes`
1813
* :doc:`quick_tour/the_architecture`
@@ -68,45 +63,25 @@ Topics
6863
Components
6964
----------
7065

71-
.. toctree::
72-
:hidden:
73-
74-
components/
75-
7666
Read the :doc:`Components </components/>` documentation.
7767

7868
Reference Documents
7969
-------------------
8070

8171
Get answers quickly with reference documents:
8272

83-
.. toctree::
84-
:hidden:
85-
86-
reference/index
87-
8873
.. include:: /reference/map.rst.inc
8974

9075
Contributing
9176
------------
9277

9378
Contribute to Symfony:
9479

95-
.. toctree::
96-
:hidden:
97-
98-
contributing/index
99-
10080
.. include:: /contributing/map.rst.inc
10181

10282
Create your Own Framework
10383
-------------------------
10484

10585
Want to create your own framework based on Symfony?
10686

107-
.. toctree::
108-
:hidden:
109-
110-
create_framework/index
111-
11287
.. include:: /create_framework/map.rst.inc

page_creation.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -349,11 +349,6 @@ Have fun!
349349
Go Deeper with HTTP & Framework Fundamentals
350350
--------------------------------------------
351351

352-
.. toctree::
353-
:hidden:
354-
355-
routing
356-
357352
.. toctree::
358353
:maxdepth: 1
359354
:glob:

reference/constraints.rst

Lines changed: 0 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,6 @@
11
Validation Constraints Reference
22
================================
33

4-
.. toctree::
5-
:maxdepth: 1
6-
:hidden:
7-
8-
constraints/NotBlank
9-
constraints/Blank
10-
constraints/NotNull
11-
constraints/IsNull
12-
constraints/IsTrue
13-
constraints/IsFalse
14-
constraints/Type
15-
16-
constraints/Email
17-
constraints/ExpressionLanguageSyntax
18-
constraints/Length
19-
constraints/Url
20-
constraints/Regex
21-
constraints/Hostname
22-
constraints/Ip
23-
constraints/Uuid
24-
constraints/Ulid
25-
constraints/Json
26-
27-
constraints/EqualTo
28-
constraints/NotEqualTo
29-
constraints/IdenticalTo
30-
constraints/NotIdenticalTo
31-
constraints/LessThan
32-
constraints/LessThanOrEqual
33-
constraints/GreaterThan
34-
constraints/GreaterThanOrEqual
35-
constraints/Range
36-
constraints/DivisibleBy
37-
constraints/Unique
38-
39-
constraints/Positive
40-
constraints/PositiveOrZero
41-
constraints/Negative
42-
constraints/NegativeOrZero
43-
44-
constraints/Date
45-
constraints/DateTime
46-
constraints/Time
47-
constraints/Timezone
48-
49-
constraints/Choice
50-
constraints/Collection
51-
constraints/Count
52-
constraints/UniqueEntity
53-
constraints/Language
54-
constraints/Locale
55-
constraints/Country
56-
57-
constraints/File
58-
constraints/Image
59-
60-
constraints/CardScheme
61-
constraints/Currency
62-
constraints/Luhn
63-
constraints/Iban
64-
constraints/Bic
65-
constraints/Isbn
66-
constraints/Issn
67-
constraints/Isin
68-
69-
constraints/AtLeastOneOf
70-
constraints/Sequentially
71-
constraints/Compound
72-
constraints/Callback
73-
constraints/Expression
74-
constraints/All
75-
constraints/UserPassword
76-
constraints/NotCompromisedPassword
77-
constraints/Valid
78-
constraints/Traverse
79-
constraints/CssColor
80-
constraints/Cascade
81-
constraints/EnableAutoMapping
82-
constraints/DisableAutoMapping
83-
844
The Validator is designed to validate objects against *constraints*.
855
In real life, a constraint could be: "The cake must not be burned". In
866
Symfony, constraints are similar: They are assertions that a condition is

reference/forms/types.rst

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,6 @@
11
Form Types Reference
22
====================
33

4-
.. toctree::
5-
:maxdepth: 1
6-
:hidden:
7-
8-
types/text
9-
types/textarea
10-
types/email
11-
types/integer
12-
types/money
13-
types/number
14-
types/password
15-
types/percent
16-
types/search
17-
types/url
18-
types/range
19-
types/tel
20-
types/color
21-
22-
types/choice
23-
types/enum
24-
types/entity
25-
types/country
26-
types/language
27-
types/locale
28-
types/timezone
29-
types/currency
30-
31-
types/date
32-
types/dateinterval
33-
types/datetime
34-
types/time
35-
types/birthday
36-
types/week
37-
38-
types/checkbox
39-
types/file
40-
types/radio
41-
42-
types/uuid
43-
types/ulid
44-
45-
types/collection
46-
types/repeated
47-
48-
types/hidden
49-
50-
types/button
51-
types/reset
52-
types/submit
53-
54-
types/form
55-
564
A form is composed of *fields*, each of which are built with the help of
575
a field *type* (e.g. ``TextType``, ``ChoiceType``, etc). Symfony comes
586
standard with a large list of field types that can be used in your application.

reference/index.rst

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,4 @@
11
Reference Documents
22
===================
33

4-
.. toctree::
5-
:hidden:
6-
7-
configuration/framework
8-
configuration/doctrine
9-
configuration/security
10-
configuration/swiftmailer
11-
configuration/twig
12-
configuration/monolog
13-
configuration/web_profiler
14-
configuration/debug
15-
16-
configuration/kernel
17-
18-
forms/types
19-
constraints
20-
21-
twig_reference
22-
23-
dic_tags
24-
events
25-
264
.. include:: /reference/map.rst.inc

routing.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3055,11 +3055,6 @@ or, in Twig:
30553055
Learn more about Routing
30563056
------------------------
30573057

3058-
.. toctree::
3059-
:hidden:
3060-
3061-
controller
3062-
30633058
.. toctree::
30643059
:maxdepth: 1
30653060
:glob:

setup.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -301,11 +301,6 @@ With setup behind you, it's time to :doc:`Create your first page in Symfony </pa
301301
Learn More
302302
----------
303303

304-
.. toctree::
305-
:hidden:
306-
307-
page_creation
308-
309304
.. toctree::
310305
:maxdepth: 1
311306
:glob:

0 commit comments

Comments
 (0)