diff --git a/config/daemon/index.md b/config/daemon/index.md index 36836af0d1..0813afc316 100644 --- a/config/daemon/index.md +++ b/config/daemon/index.md @@ -62,10 +62,7 @@ Here's what the configuration file might look like: "enabled": true } }, - "experimental": false, - "features": { - "buildkit": true - } + "experimental": false } ``` diff --git a/desktop/settings/linux.md b/desktop/settings/linux.md index a4ee1b933c..fbd6aa43d0 100644 --- a/desktop/settings/linux.md +++ b/desktop/settings/linux.md @@ -136,10 +136,7 @@ You configure the daemon using a JSON configuration file. Here's what the file m "enabled": true } }, - "experimental": false, - "features": { - "buildkit": true - } + "experimental": false } ``` diff --git a/desktop/settings/mac.md b/desktop/settings/mac.md index 091b3b429b..bdc4e0ceb5 100644 --- a/desktop/settings/mac.md +++ b/desktop/settings/mac.md @@ -189,10 +189,7 @@ You configure the daemon using a JSON configuration file. Here's what the file m "enabled": true } }, - "experimental": false, - "features": { - "buildkit": true - } + "experimental": false } ``` diff --git a/desktop/settings/windows.md b/desktop/settings/windows.md index 6b6ea3e576..37687c9cc9 100644 --- a/desktop/settings/windows.md +++ b/desktop/settings/windows.md @@ -223,10 +223,7 @@ You configure the daemon using a JSON configuration file. Here's what the file m "enabled": true } }, - "experimental": false, - "features": { - "buildkit": true - } + "experimental": false } ```