Fixed doc build to include schemas

This commit is contained in:
Tig
2024-09-25 17:26:56 -06:00
parent dd88c392dd
commit 84642bec1b
2 changed files with 3 additions and 2 deletions

View File

@@ -48,7 +48,8 @@
"resource": [
{
"files": [
"images/**"
"images/**",
"schemas/**.json"
]
}
],

View File

@@ -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": {