Jelajahi Sumber

Fixed doc build to include schemas

Tig 10 bulan lalu
induk
melakukan
84642bec1b
2 mengubah file dengan 3 tambahan dan 2 penghapusan
  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": [
       {
         "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#",
-  "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": {