Skip to content

Commit aab76b8

Browse files
committed
minor #20924 [Console] Added Progress Indicator link to Console Helpers overview page. (kkevindev)
This PR was merged into the 6.4 branch. Discussion ---------- [Console] Added Progress Indicator link to Console Helpers overview page. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Added a missing page (https://symfony.com/doc/6.4/components/console/helpers/progressindicator.html) to the overview page (https://symfony.com/doc/6.4/components/console/helpers/index.html). Commits ------- 82bc857 Added Progress Indicator link to Console Helpers overview page.
2 parents ffa1c21 + 82bc857 commit aab76b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/console/helpers/map.rst.inc

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
* :doc:`/components/console/helpers/formatterhelper`
22
* :doc:`/components/console/helpers/processhelper`
33
* :doc:`/components/console/helpers/progressbar`
4+
* :doc:`/components/console/helpers/progressindicator`
45
* :doc:`/components/console/helpers/questionhelper`
56
* :doc:`/components/console/helpers/table`
67
* :doc:`/components/console/helpers/debug_formatter`

0 commit comments

Comments
 (0)