From 2a0f46dd53dc596a28c8421cfbdaf23a7101bd4f Mon Sep 17 00:00:00 2001 From: ShreyasSar26 <136049061+ShreyasSar26@users.noreply.github.com> Date: Mon, 24 Aug 2026 11:16:33 +0530 Subject: [PATCH] Fix invalid feedback_system value in docfx.json (GitHub -> OpenSource) The validator requires feedback_system to be Standard, OpenSource, or None. This repo uses GitHub Issues for docs feedback (feedback_github_repo is set), so OpenSource is the correct value and preserves current behavior while clearing the build warning. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/docfx.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docfx.json b/docs/docfx.json index b67f80657..be8302a1c 100644 --- a/docs/docfx.json +++ b/docs/docfx.json @@ -42,7 +42,7 @@ "ms.author": "vesaj", "author": "VesaJuvonen", "ms.topic": "article", - "feedback_system": "GitHub", + "feedback_system": "OpenSource", "feedback_github_repo": "SharePoint/sp-dev-docs", "feedback_product_url": "https://aka.ms/spdev-uservoice", "search.appverid": "MET150"