Skip to content

Remove hidden toctree #18724

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions components/console/helpers/index.rst
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
10 changes: 0 additions & 10 deletions contributing/index.rst
Original file line number Diff line number Diff line change
@@ -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
5 changes: 0 additions & 5 deletions controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
9 changes: 0 additions & 9 deletions frontend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
25 changes: 0 additions & 25 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -68,45 +63,25 @@ Topics
Components
----------

.. toctree::
:hidden:

components/

Read the :doc:`Components </components/>` documentation.

Reference Documents
-------------------

Get answers quickly with reference documents:

.. toctree::
:hidden:

reference/index

.. include:: /reference/map.rst.inc

Contributing
------------

Contribute to Symfony:

.. toctree::
:hidden:

contributing/index

.. include:: /contributing/map.rst.inc

Create your Own Framework
-------------------------

Want to create your own framework based on Symfony?

.. toctree::
:hidden:

create_framework/index

.. include:: /create_framework/map.rst.inc
5 changes: 0 additions & 5 deletions page_creation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -349,11 +349,6 @@ Have fun!
Go Deeper with HTTP & Framework Fundamentals
--------------------------------------------

.. toctree::
:hidden:

routing

.. toctree::
:maxdepth: 1
:glob:
Expand Down
80 changes: 0 additions & 80 deletions reference/constraints.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
52 changes: 0 additions & 52 deletions reference/forms/types.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
22 changes: 0 additions & 22 deletions reference/index.rst
Original file line number Diff line number Diff line change
@@ -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
5 changes: 0 additions & 5 deletions routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3055,11 +3055,6 @@ or, in Twig:
Learn more about Routing
------------------------

.. toctree::
:hidden:

controller

.. toctree::
:maxdepth: 1
:glob:
Expand Down
5 changes: 0 additions & 5 deletions setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down