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
+4 -4
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: {