Skip to content

Commit acdc22a

Browse files
committed
no more debugging
1 parent 28046da commit acdc22a

File tree

5 files changed

+2
-64
lines changed

5 files changed

+2
-64
lines changed

_build/redirection_map

+2-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@
127127
/cookbook/controller/index /controller
128128
/cookbook/controller/service /controller/service
129129
/cookbook/controller/upload_file /controller/upload_file
130-
/cookbook/debugging /debug/debugging
130+
/cookbook/debugging /
131+
/debug/debugging /
131132
/cookbook/deployment/azure-website /cookbook/azure-website
132133
/cookbook/deployment/fortrabbit /deployment/fortrabbit
133134
/cookbook/deployment/heroku /deployment/heroku

configuration/front_controllers_and_kernel.rst

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ to `decorate`_ the kernel with additional features. Examples include:
4545
* Configuring the autoloader or adding additional autoloading mechanisms;
4646
* Adding HTTP level caching by wrapping the kernel with an instance of
4747
:ref:`AppCache <symfony-gateway-cache>`;
48-
* Enabling (or skipping) the :doc:`ClassCache </debug/debugging>`;
4948
* Enabling the :doc:`Debug Component </components/debug>`.
5049

5150
The front controller can be chosen by requesting URLs like:

debug.rst

-8
This file was deleted.

debug/debugging.rst

-53
This file was deleted.

index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Topics
4040
bundles
4141
console
4242
doctrine
43-
debug
4443
deployment
4544
email
4645
event_dispatcher

0 commit comments

Comments
 (0)