Skip to content

[Icons] Docs: Shortening configuration #2794

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

Closed
wants to merge 1 commit into from
Closed
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
28 changes: 11 additions & 17 deletions src/Icons/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -550,23 +550,6 @@ Configuration
The UX Icons integrates seamlessly in Symfony applications. All these options are configured under
the ``ux_icons`` key in your application configuration.

.. code-block:: yaml

# config/packages/ux_icons.yaml
ux_icons:
{# ... #}

Debugging Configuration
~~~~~~~~~~~~~~~~~~~~~~~

.. code-block:: terminal

# Displays the default config values
$ php bin/console config:dump-reference ux_icons

# Displays the actual config values used by your application
$ php bin/console debug:config ux_icons

Full Configuration
~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -600,6 +583,17 @@ Full Configuration
# Whether to ignore errors when an icon is not found
ignore_not_found: false

Debugging Configuration
~~~~~~~~~~~~~~~~~~~~~~~

.. code-block:: terminal

# Displays the default config values
$ php bin/console config:dump-reference ux_icons

# Displays the actual config values used by your application
$ php bin/console debug:config ux_icons

Learn more
----------

Expand Down