Skip to content

Commit ad94afd

Browse files
[Icons] Docs: Shortening configuration
Page: https://symfony.com/bundles/ux-icons/current/index.html#configuration I moved "Debugging" to the bottom (didn't change anything). And then the first (short) code block isn't needed anymore, since the second shows it all.
1 parent 8f02bd6 commit ad94afd

File tree

1 file changed

+11
-17
lines changed

1 file changed

+11
-17
lines changed

src/Icons/doc/index.rst

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -550,23 +550,6 @@ Configuration
550550
The UX Icons integrates seamlessly in Symfony applications. All these options are configured under
551551
the ``ux_icons`` key in your application configuration.
552552

553-
.. code-block:: yaml
554-
555-
# config/packages/ux_icons.yaml
556-
ux_icons:
557-
{# ... #}
558-
559-
Debugging Configuration
560-
~~~~~~~~~~~~~~~~~~~~~~~
561-
562-
.. code-block:: terminal
563-
564-
# Displays the default config values
565-
$ php bin/console config:dump-reference ux_icons
566-
567-
# Displays the actual config values used by your application
568-
$ php bin/console debug:config ux_icons
569-
570553
Full Configuration
571554
~~~~~~~~~~~~~~~~~~
572555

@@ -600,6 +583,17 @@ Full Configuration
600583
# Whether to ignore errors when an icon is not found
601584
ignore_not_found: false
602585
586+
Debugging Configuration
587+
~~~~~~~~~~~~~~~~~~~~~~~
588+
589+
.. code-block:: terminal
590+
591+
# Displays the default config values
592+
$ php bin/console config:dump-reference ux_icons
593+
594+
# Displays the actual config values used by your application
595+
$ php bin/console debug:config ux_icons
596+
603597
Learn more
604598
----------
605599

0 commit comments

Comments
 (0)