From 764a2a4654d6121492625be730d00c60d6ec3ca7 Mon Sep 17 00:00:00 2001 From: Jonas List Date: Fri, 9 May 2025 16:38:46 +0200 Subject: [PATCH] Updated live-editing guide and added .source to .gitignore --- .gitignore | 3 +++ content/docs/guides/live-editing.mdx | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1170717..5214611 100644 --- a/.gitignore +++ b/.gitignore @@ -134,3 +134,6 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.* + +# Fumadocs +.source \ No newline at end of file diff --git a/content/docs/guides/live-editing.mdx b/content/docs/guides/live-editing.mdx index b16f866..781e654 100644 --- a/content/docs/guides/live-editing.mdx +++ b/content/docs/guides/live-editing.mdx @@ -30,8 +30,8 @@ This Guide will help you customize the appearance of Zen Browser by live editing After Zen Browser version `1.0.0-a.31` the Browser Developer Tools is disabled by default for security. 1. Open the `about:config` page. This page contains advanced settings for the browser. - 2. Search for `devtools.debugger.remote-enabled` - 3. Toggle the setting to `true` by double-clicking on it + 2. Search for `devtools.debugger.remote-enabled` and toggle it to `true`. + 3. Search for `devtools.chrome.enabled` and toggle it to `true`. 1. In Zen Browser, press `Ctrl + Shift + Alt + I` to open the Developer Tools.