From ab8483a4379a263114289ef278e392b8642057ef Mon Sep 17 00:00:00 2001 From: gerteck Date: Fri, 26 Dec 2025 13:27:28 +0800 Subject: [PATCH] fix: Update ug-site.json --- docs/ug-site.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/ug-site.json b/docs/ug-site.json index 41efd4cba8..ee455e752c 100644 --- a/docs/ug-site.json +++ b/docs/ug-site.json @@ -8,6 +8,16 @@ { "glob": ["*.md", "userGuide/*.md", "userGuide/components/*.md"] }, + { + "src": "userGuide/customFileTypes/sampleJson.md", + "fileExtension": ".json", + "searchable": "no" + }, + { + "src": "userGuide/customFileTypes/sampleTxt.md", + "fileExtension": ".txt", + "searchable": "no" + }, { "src": [ "index.md",