Autogenerate docs/cli/settings.md docs/getting-started/configuration.md was already autogenerated but settings.md was not. (#14408)

This commit is contained in:
Jacob Richman
2026-01-09 14:28:09 -08:00
committed by GitHub
parent d74bf9ef2f
commit 1fb55dcb2e
6 changed files with 179 additions and 97 deletions

View File

@@ -323,7 +323,7 @@ const SETTINGS_SCHEMA = {
category: 'General',
requiresRestart: false,
default: 'text',
description: 'The format of the CLI output.',
description: 'The format of the CLI output. Can be `text` or `json`.',
showInDialog: true,
options: [
{ value: 'text', label: 'Text' },
@@ -605,7 +605,7 @@ const SETTINGS_SCHEMA = {
category: 'IDE',
requiresRestart: true,
default: false,
description: 'Enable IDE integration mode',
description: 'Enable IDE integration mode.',
showInDialog: true,
},
hasSeenNudge: {
@@ -854,7 +854,7 @@ const SETTINGS_SCHEMA = {
category: 'Context',
requiresRestart: true,
default: true,
description: 'Respect .gitignore files when searching',
description: 'Respect .gitignore files when searching.',
showInDialog: true,
},
respectGeminiIgnore: {
@@ -863,7 +863,7 @@ const SETTINGS_SCHEMA = {
category: 'Context',
requiresRestart: true,
default: true,
description: 'Respect .geminiignore files when searching',
description: 'Respect .geminiignore files when searching.',
showInDialog: true,
},
enableRecursiveFileSearch: {

View File

@@ -29,7 +29,7 @@ exports[`SettingsDialog > Initial Rendering > should render settings list with v
│ Enable automatic session cleanup │
│ │
│ Output Format Text │
│ The format of the CLI output.
│ The format of the CLI output. Can be \`text\` or \`json\`.
│ │
│ Hide Window Title false │
│ Hide the window title bar │
@@ -75,7 +75,7 @@ exports[`SettingsDialog > Snapshot Tests > should render 'accessibility settings
│ Enable automatic session cleanup │
│ │
│ Output Format Text │
│ The format of the CLI output.
│ The format of the CLI output. Can be \`text\` or \`json\`.
│ │
│ Hide Window Title false │
│ Hide the window title bar │
@@ -121,7 +121,7 @@ exports[`SettingsDialog > Snapshot Tests > should render 'all boolean settings d
│ Enable automatic session cleanup │
│ │
│ Output Format Text │
│ The format of the CLI output.
│ The format of the CLI output. Can be \`text\` or \`json\`.
│ │
│ Hide Window Title false* │
│ Hide the window title bar │
@@ -167,7 +167,7 @@ exports[`SettingsDialog > Snapshot Tests > should render 'default state' correct
│ Enable automatic session cleanup │
│ │
│ Output Format Text │
│ The format of the CLI output.
│ The format of the CLI output. Can be \`text\` or \`json\`.
│ │
│ Hide Window Title false │
│ Hide the window title bar │
@@ -213,7 +213,7 @@ exports[`SettingsDialog > Snapshot Tests > should render 'file filtering setting
│ Enable automatic session cleanup │
│ │
│ Output Format Text │
│ The format of the CLI output.
│ The format of the CLI output. Can be \`text\` or \`json\`.
│ │
│ Hide Window Title false │
│ Hide the window title bar │
@@ -259,7 +259,7 @@ exports[`SettingsDialog > Snapshot Tests > should render 'focused on scope selec
│ Enable automatic session cleanup │
│ │
│ Output Format Text │
│ The format of the CLI output.
│ The format of the CLI output. Can be \`text\` or \`json\`.
│ │
│ Hide Window Title false │
│ Hide the window title bar │
@@ -305,7 +305,7 @@ exports[`SettingsDialog > Snapshot Tests > should render 'mixed boolean and numb
│ Enable automatic session cleanup │
│ │
│ Output Format Text │
│ The format of the CLI output.
│ The format of the CLI output. Can be \`text\` or \`json\`.
│ │
│ Hide Window Title false* │
│ Hide the window title bar │
@@ -351,7 +351,7 @@ exports[`SettingsDialog > Snapshot Tests > should render 'tools and security set
│ Enable automatic session cleanup │
│ │
│ Output Format Text │
│ The format of the CLI output.
│ The format of the CLI output. Can be \`text\` or \`json\`.
│ │
│ Hide Window Title false │
│ Hide the window title bar │
@@ -397,7 +397,7 @@ exports[`SettingsDialog > Snapshot Tests > should render 'various boolean settin
│ Enable automatic session cleanup │
│ │
│ Output Format Text │
│ The format of the CLI output.
│ The format of the CLI output. Can be \`text\` or \`json\`.
│ │
│ Hide Window Title true* │
│ Hide the window title bar │