瀏覽代碼

Fixed doc build to include schemas

Tig 10 月之前
父節點
當前提交
84642bec1b
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 2 1
      docfx/docfx.json
  2. 1 1
      docfx/schemas/tui-config-schema.json

+ 2 - 1
docfx/docfx.json

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

+ 1 - 1
docfx/schemas/tui-config-schema.json

@@ -1,6 +1,6 @@
 {
 {
   "$schema": "http://json-schema.org/draft-07/schema#",
   "$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",
   "type": "object",
   "properties": {
   "properties": {
     "Application.ArrangeKey": {
     "Application.ArrangeKey": {