From 84642bec1b8da8a957ef96c685e496233e331d81 Mon Sep 17 00:00:00 2001 From: Tig Date: Wed, 25 Sep 2024 17:26:56 -0600 Subject: [PATCH] Fixed doc build to include schemas --- docfx/docfx.json | 3 ++- docfx/schemas/tui-config-schema.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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": {