Skip to content

Commit 528efdd

Browse files
committed
minor #14196 Add a link to the "real" component overview on the component index page (wouterj)
This PR was merged into the 4.4 branch. Discussion ---------- Add a link to the "real" component overview on the component index page As suggested in #14194 (comment) @javiereguiluz if I'm correct, the "docs" link on the component overview page is customizable (i.e. Notifier is linking to the guide and not the component docs). Would it be a good idea to do the same for components that are already moved to guide-only mode (e.g. translation and routing) - to avoid weird redirects? Or remove the docs link completely for these components (e.g. all polyfills)? Commits ------- 69e8087 Link to the "real" component overview
2 parents 1081d63 + 69e8087 commit 528efdd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

components/index.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
The Components
22
==============
33

4+
.. seealso::
5+
6+
See the dedicated `Symfony Components`_ webpage for a full overview of decoupled
7+
and reusable Symfony components.
8+
49
.. toctree::
510
:maxdepth: 1
611
:glob:
712

813
using_components
914
*
15+
16+
.. _`Symfony Components`: https://symfony.com/components

0 commit comments

Comments
 (0)