Skip to content

Commit 38d7765

Browse files
committed
remove from docs
1 parent 80b8482 commit 38d7765

2 files changed

Lines changed: 0 additions & 24 deletions

File tree

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,6 @@ In `router.ex` of your Phoenix app, make sure your locally running Phoenix app c
9797
plug :put_secure_browser_headers, %{"content-security-policy" => @csp}
9898
```
9999

100-
### Dead View Mode
101-
102-
LiveDebugger allows you to inspect Live Views which has been redirected or crashed via Dead View Mode.
103-
It will wait for you to manually changed debugged LiveView when the process dies.
104-
It is turned on by default and you can disable it by adding:
105-
106-
```elixir
107-
# config/devs.exs
108-
109-
config :live_debugger, :dead_view_mode?, false
110-
```
111-
112100
### Other
113101

114102
```elixir

docs/config.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,6 @@ In `router.ex` of your Phoenix app, make sure your locally running Phoenix app c
2727
plug :put_secure_browser_headers, %{"content-security-policy" => @csp}
2828
```
2929

30-
### Dead View Mode
31-
32-
LiveDebugger allows you to inspect Live Views which has been redirected or crashed via Dead View Mode.
33-
It will wait for you to manually changed debugged LiveView when the process dies.
34-
It is turned on by default and you can disable it by adding:
35-
36-
```elixir
37-
# config/devs.exs
38-
39-
config :live_debugger, :dead_view_mode?, false
40-
```
41-
4230
### Other
4331

4432
```elixir

0 commit comments

Comments
 (0)