Skip to content

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixafy committed Jan 6, 2025
1 parent d7d5fcf commit 72d97db
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@ For example:

```neon
nettrine.dbal:
debug:
panel: %debugMode%
types:
uuid: Ramsey\Uuid\Doctrine\UuidType
Expand Down Expand Up @@ -320,6 +317,7 @@ nettrine.dbal:
### Debug

This library provides Tracy panel for debugging queries. You can enable it by setting `debug.panel` to `true`.
Default value is reversed value of `Tracy\Debugger::$productionMode`, or you can pass it to extension constructor.
You can also specify source paths for Tracy panel. This is useful when you want to see the source code of the query.

```neon
Expand Down

0 comments on commit 72d97db

Please sign in to comment.