mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
docs: fix a few broken link in themes' json schema
This commit is contained in:
parent
01cc0f2d27
commit
02e06f9cb5
|
@ -4741,19 +4741,19 @@
|
||||||
"disable_notice": {
|
"disable_notice": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Disable Upgrade Notice",
|
"title": "Disable Upgrade Notice",
|
||||||
"description": "https://ohmyposh.dev/docs/configuration/title#general-settings",
|
"description": "https://ohmyposh.dev/docs/configuration/general#general-settings",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
"auto_upgrade": {
|
"auto_upgrade": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Enable automatic upgrades for Oh My Posh (supports Windows/macOS only)",
|
"title": "Enable automatic upgrades for Oh My Posh (supports Windows/macOS only)",
|
||||||
"description": "https://ohmyposh.dev/docs/configuration/title#general-settings",
|
"description": "https://ohmyposh.dev/docs/configuration/general#general-settings",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
"patch_pwsh_bleed": {
|
"patch_pwsh_bleed": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"title": "Patch PowerShell Color Bleed",
|
"title": "Patch PowerShell Color Bleed",
|
||||||
"description": "https://ohmyposh.dev/docs/configuration/title#general-settings",
|
"description": "https://ohmyposh.dev/docs/configuration/general#general-settings",
|
||||||
"default": false
|
"default": false
|
||||||
},
|
},
|
||||||
"console_title_template": {
|
"console_title_template": {
|
||||||
|
|
Loading…
Reference in a new issue