Remove hidden toctree

This commit is contained in:
Antoine Lamirault
2023-08-08 19:26:54 +02:00
parent c9caaa1bd4
commit 16eeb74b0c
11 changed files with 0 additions and 229 deletions

View File

@@ -1,17 +1,6 @@
The Console Helpers
===================
.. toctree::
:hidden:
formatterhelper
processhelper
progressbar
questionhelper
table
debug_formatter
cursor
The Console component comes with some useful helpers. These helpers contain
functions to ease some common tasks.

View File

@@ -1,14 +1,4 @@
Contributing
============
.. toctree::
:hidden:
code_of_conduct/index
code/index
documentation/index
translations/index
community/index
diversity/index
.. include:: /contributing/map.rst.inc

View File

@@ -558,11 +558,6 @@ Next, learn all about :doc:`rendering templates with Twig </templates>`.
Learn more about Controllers
----------------------------
.. toctree::
:hidden:
templates
.. toctree::
:maxdepth: 1
:glob:

View File

@@ -92,15 +92,6 @@ Symfony UX Components
Other Front-End Articles
------------------------
.. toctree::
:hidden:
:glob:
frontend/assetic/index
frontend/encore/installation
frontend/encore/simple-example
frontend/encore/*
.. toctree::
:maxdepth: 1
:glob:

View File

@@ -8,11 +8,6 @@ Quick Tour
Get started fast with the Symfony :doc:`Quick Tour <quick_tour/index>`:
.. toctree::
:hidden:
quick_tour/index
* :doc:`quick_tour/the_big_picture`
* :doc:`quick_tour/flex_recipes`
* :doc:`quick_tour/the_architecture`
@@ -68,11 +63,6 @@ Topics
Components
----------
.. toctree::
:hidden:
components/
Read the :doc:`Components </components/>` documentation.
Reference Documents
@@ -80,11 +70,6 @@ Reference Documents
Get answers quickly with reference documents:
.. toctree::
:hidden:
reference/index
.. include:: /reference/map.rst.inc
Contributing
@@ -92,11 +77,6 @@ Contributing
Contribute to Symfony:
.. toctree::
:hidden:
contributing/index
.. include:: /contributing/map.rst.inc
Create your Own Framework
@@ -104,9 +84,4 @@ Create your Own Framework
Want to create your own framework based on Symfony?
.. toctree::
:hidden:
create_framework/index
.. include:: /create_framework/map.rst.inc

View File

@@ -349,11 +349,6 @@ Have fun!
Go Deeper with HTTP & Framework Fundamentals
--------------------------------------------
.. toctree::
:hidden:
routing
.. toctree::
:maxdepth: 1
:glob:

View File

@@ -1,86 +1,6 @@
Validation Constraints Reference
================================
.. toctree::
:maxdepth: 1
:hidden:
constraints/NotBlank
constraints/Blank
constraints/NotNull
constraints/IsNull
constraints/IsTrue
constraints/IsFalse
constraints/Type
constraints/Email
constraints/ExpressionLanguageSyntax
constraints/Length
constraints/Url
constraints/Regex
constraints/Hostname
constraints/Ip
constraints/Uuid
constraints/Ulid
constraints/Json
constraints/EqualTo
constraints/NotEqualTo
constraints/IdenticalTo
constraints/NotIdenticalTo
constraints/LessThan
constraints/LessThanOrEqual
constraints/GreaterThan
constraints/GreaterThanOrEqual
constraints/Range
constraints/DivisibleBy
constraints/Unique
constraints/Positive
constraints/PositiveOrZero
constraints/Negative
constraints/NegativeOrZero
constraints/Date
constraints/DateTime
constraints/Time
constraints/Timezone
constraints/Choice
constraints/Collection
constraints/Count
constraints/UniqueEntity
constraints/Language
constraints/Locale
constraints/Country
constraints/File
constraints/Image
constraints/CardScheme
constraints/Currency
constraints/Luhn
constraints/Iban
constraints/Bic
constraints/Isbn
constraints/Issn
constraints/Isin
constraints/AtLeastOneOf
constraints/Sequentially
constraints/Compound
constraints/Callback
constraints/Expression
constraints/All
constraints/UserPassword
constraints/NotCompromisedPassword
constraints/Valid
constraints/Traverse
constraints/CssColor
constraints/Cascade
constraints/EnableAutoMapping
constraints/DisableAutoMapping
The Validator is designed to validate objects against *constraints*.
In real life, a constraint could be: "The cake must not be burned". In
Symfony, constraints are similar: They are assertions that a condition is

View File

@@ -1,58 +1,6 @@
Form Types Reference
====================
.. toctree::
:maxdepth: 1
:hidden:
types/text
types/textarea
types/email
types/integer
types/money
types/number
types/password
types/percent
types/search
types/url
types/range
types/tel
types/color
types/choice
types/enum
types/entity
types/country
types/language
types/locale
types/timezone
types/currency
types/date
types/dateinterval
types/datetime
types/time
types/birthday
types/week
types/checkbox
types/file
types/radio
types/uuid
types/ulid
types/collection
types/repeated
types/hidden
types/button
types/reset
types/submit
types/form
A form is composed of *fields*, each of which are built with the help of
a field *type* (e.g. ``TextType``, ``ChoiceType``, etc). Symfony comes
standard with a large list of field types that can be used in your application.

View File

@@ -1,26 +1,4 @@
Reference Documents
===================
.. toctree::
:hidden:
configuration/framework
configuration/doctrine
configuration/security
configuration/swiftmailer
configuration/twig
configuration/monolog
configuration/web_profiler
configuration/debug
configuration/kernel
forms/types
constraints
twig_reference
dic_tags
events
.. include:: /reference/map.rst.inc

View File

@@ -3055,11 +3055,6 @@ or, in Twig:
Learn more about Routing
------------------------
.. toctree::
:hidden:
controller
.. toctree::
:maxdepth: 1
:glob:

View File

@@ -301,11 +301,6 @@ With setup behind you, it's time to :doc:`Create your first page in Symfony </pa
Learn More
----------
.. toctree::
:hidden:
page_creation
.. toctree::
:maxdepth: 1
:glob: