Skip to content

Commit 0b572af

Browse files
authored
Updated live-editing guide and added .source to .gitignore (#184)
1 parent 2882434 commit 0b572af

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,6 @@ dist
134134
.yarn/build-state.yml
135135
.yarn/install-state.gz
136136
.pnp.*
137+
138+
# Fumadocs
139+
.source

content/docs/guides/live-editing.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ This Guide will help you customize the appearance of Zen Browser by live editing
3030
After Zen Browser version `1.0.0-a.31` the Browser Developer Tools is <strong>disabled</strong> by default for security.
3131

3232
1. Open the `about:config` page. This page contains advanced settings for the browser.
33-
2. Search for `devtools.debugger.remote-enabled`
34-
3. Toggle the setting to `true` by double-clicking on it
33+
2. Search for `devtools.debugger.remote-enabled` and toggle it to `true`.
34+
3. Search for `devtools.chrome.enabled` and toggle it to `true`.
3535
</Callout>
3636

3737
1. In Zen Browser, press `Ctrl + Shift + Alt + I` to open the Developer Tools.

0 commit comments

Comments
 (0)