Skip to content

Commit 3dbf75a

Browse files
Copilotikkentim
andauthored
Exclude legacy articles from search (#43)
* Initial plan * 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> * Update sampsharp-src submodule to b1bb7968394a820a32221bc6dc43ab431029bd41 Co-authored-by: ikkentim <2820647+ikkentim@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ikkentim <2820647+ikkentim@users.noreply.github.com>
1 parent 55e3aa9 commit 3dbf75a

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

docfx.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727
"files": ["docs/**/images/**", "assets/**"]
2828
}
2929
],
30+
"fileMetadata": {
31+
"_noindex": {
32+
"docs/legacy/**": true
33+
}
34+
},
3035
"globalMetadata": {
3136
"_appTitle": "SampSharp",
3237
"_appName": "SampSharp",

sampsharp-src

0 commit comments

Comments
 (0)