8000 Removed the full config dumps from config reference articles by javiereguiluz · Pull Request #9961 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Removed the full config dumps from config reference articles #9961

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 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Use the full command name
  • Loading branch information
javiereguiluz committed Jun 25, 2018
commit 7a4f75326bc4641ecd464e3bced5660e87050482
2 changes: 1 addition & 1 deletion reference/configuration/assetic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You can get the full Asstic configuration reference as follows:
.. code-block:: terminal

# displays the default config values defined by Symfony
$ php bin/console config:dump assetic
$ php bin/console config:dump-reference assetic

# displays the actual config values used by your application
$ php bin/console debug:config assetic
2 changes: 1 addition & 1 deletion reference/configuration/debug.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ key in your application configuration.
.. code-block:: terminal

# displays the default config values defined by Symfony
$ php app/console config:dump debug
$ php app/console config:dump-reference debug

# displays the actual config values used by your application
$ php app/console debug:config debug
Expand Down
2 changes: 1 addition & 1 deletion reference/configuration/doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ configuration.
.. code-block:: terminal

# displays the default config values defined by Symfony
$ php app/console config:dump doctrine
$ php app/console config:dump-reference doctrine

# displays the actual config values used by your application
$ php app/console debug:config doctrine
Expand Down
2 changes: 1 addition & 1 deletion reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ configured under the ``framework`` key in your application configuration.
.. code-block:: terminal

# displays the default config values defined by Symfony
$ php app/console config:dump framework
$ php app/console config:dump-reference framework

# displays the actual config values used by your application
$ php app/console debug:config framework
Expand Down
2 changes: 1 addition & 1 deletion reference/configuration/monolog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ in your application configuration.
.. code-block:: terminal

# displays the default config values defined by Symfony
$ php app/console config:dump monolog
$ php app/console config:dump-reference monolog

# displays the actual config values used by your application
$ php app/console debug:config monolog
Expand Down
2 changes: 1 addition & 1 deletion reference/configuration/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ key in your application configuration.
.. code-block:: terminal

# displays the default config values defined by Symfony
$ php app/console config:dump security
$ php app/console config:dump-reference security

# displays the actual config values used by your application
$ php app/console debug:config security
Expand Down
2 changes: 1 addition & 1 deletion reference/configuration/swiftmailer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ to :doc:`send emails </email>`. All these options are configured under the
.. code-block:: terminal

# displays the default config values defined by Symfony
$ php app/console config:dump swiftmailer
$ php app/console config:dump-reference swiftmailer

# displays the actual config values used by your application
$ php app/console debug:config swiftmailer
Expand Down
2 changes: 1 addition & 1 deletion reference/configuration/twig.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ the ``twig`` key in your application configuration.
.. code-block:: terminal

# displays the default config values defined by Symfony
$ php app/console config:dump twig
$ php app/console config:dump-reference twig

# displays the actual config values used by your application
$ php app/console debug:config twig
Expand Down
2 changes: 1 addition & 1 deletion reference/configuration/web_profiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ execution and displays it in both the web debug toolbar and the
.. code-block:: terminal

# displays the default config values defined by Symfony
$ php app/console config:dump web_profiler
$ php app/console config:dump-reference web_profiler

# displays the actual config values used by your application
$ php app/console debug:config web_profiler
Expand Down
0