diff --git a/docfx/docfx.json b/docfx/docfx.json index b637f2c8d..0878c7b8e 100644 --- a/docfx/docfx.json +++ b/docfx/docfx.json @@ -48,7 +48,8 @@ "resource": [ { "files": [ - "images/**" + "images/**", + "schemas/**.json" ] } ], diff --git a/docfx/schemas/tui-config-schema.json b/docfx/schemas/tui-config-schema.json index f302a4a80..3f83fb4e5 100644 --- a/docfx/schemas/tui-config-schema.json +++ b/docfx/schemas/tui-config-schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "description": "The JSON schema for the Terminal.Gui Configuration Manager (https://gui-cs.github.io/Terminal.Gui/schemas/tui-config-schema.json).", + "description": "The JSON schema for the Terminal.Gui Configuration Manager (https://gui-cs.github.io/Terminal.GuiV2Docs/schemas/tui-config-schema.json).", "type": "object", "properties": { "Application.ArrangeKey": {