You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #8537 Docs re-org and removal of small sections (weaverryan)
This PR was squashed before being merged into the 2.7 branch (closes#8537).
Discussion
----------
Docs re-org and removal of small sections
Hi guys!
I'd like to have less "Guides" on the left. Some of them only have 1 article or (imo) are not something that's helpful for the user. In this PR, i:
1) Move Assetic out of the top-level and under `frontend`.
2) Removed/moved the Expressions guide
3) Removed/moved the "Request" guides
On Symfony.com, we would need to remove the "Assetic", "Expressions" and "Request" guides. All of this content still exists, just somewhere else.
The bigger goal is - through a number of PR's - to reduce the number of "guides" links and make sure we have the best links that people will be looking for.
Thanks!
Commits
-------
678a921 Docs re-org and removal of small sections
Copy file name to clipboardExpand all lines: components/psr7.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Installation
13
13
14
14
You can install the component in 2 different ways:
15
15
16
-
* :doc:`Install it via Composer </components/using_components>` (`symfony/psr-http-message-bridge on Packagist<https://packagist.org/packages/symfony/psr-http-message-bridge>`_);
16
+
* :doc:`Install it via Composer </components/using_components>` (`symfony/psr-http-message-bridge on Packagist`_);
17
17
* Use the official Git repository (https://github.com/symfony/psr-http-message-bridge).
18
18
19
19
The bridge also needs a PSR-7 implementation to allow converting HttpFoundation
@@ -87,3 +87,4 @@ to a :class:`Symfony\\Component\\HttpFoundation\\Response` instance::
0 commit comments