From 1638c2b355a8677b14168ac7f7fc9839051a2253 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 15 May 2026 17:59:41 +0000 Subject: [PATCH 1/3] Initial plan From 40d01bca09324870dce3bf5266c70d3939e5f514 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 15 May 2026 18:00:51 +0000 Subject: [PATCH 2/3] Exclude legacy articles from search via fileMetadata in docfx.json Agent-Logs-Url: https://github.com/SampSharp/docs/sessions/49123ca5-81cd-4f7e-bdd4-cea611a9b34d Co-authored-by: ikkentim <2820647+ikkentim@users.noreply.github.com> --- docfx.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docfx.json b/docfx.json index e80c65b..af43247 100644 --- a/docfx.json +++ b/docfx.json @@ -27,6 +27,11 @@ "files": ["docs/**/images/**", "assets/**"] } ], + "fileMetadata": { + "_noindex": { + "docs/legacy/**": true + } + }, "globalMetadata": { "_appTitle": "SampSharp", "_appName": "SampSharp", From d3f56ce571390fc57864f8e48e57e5a1523086c7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 15 May 2026 18:54:49 +0000 Subject: [PATCH 3/3] Update sampsharp-src submodule to b1bb7968394a820a32221bc6dc43ab431029bd41 Co-authored-by: ikkentim <2820647+ikkentim@users.noreply.github.com> --- sampsharp-src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sampsharp-src b/sampsharp-src index f59772b..b1bb796 160000 --- a/sampsharp-src +++ b/sampsharp-src @@ -1 +1 @@ -Subproject commit f59772b528bbd104211deb8f15a4c3f24b7d9667 +Subproject commit b1bb7968394a820a32221bc6dc43ab431029bd41