From 2367f5749d248869a389cf06875fdd481d398d77 Mon Sep 17 00:00:00 2001 From: Rootiest Date: Mon, 21 Sep 2026 21:36:39 -0400 Subject: [PATCH] docs(index): add config-help keyword aliases for CLASSIFICATION The CLASSIFICATION schema (docs/function-classification-schema.md) had no path into config-help's lookup: no fish-config.index keyword, and the only in-pipeline section (the C1 doc's "For function authors") doesn't contain the word classification itself, so even the normalized-heading-scan fallback missed it on that term. Two aliases added, pointing at the existing section -- no heading renamed, matching the index file's own stated purpose. --- docs/fish-config.index | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/fish-config.index b/docs/fish-config.index index 3b398dc..4d0c204 100644 --- a/docs/fish-config.index +++ b/docs/fish-config.index @@ -291,6 +291,8 @@ network-shadow=### network monitor=### monitor shell-tools=### shell-tools dev-tools=### dev-tools +classification=### For function authors +shadow-classification=### For function authors c2=## C2 — Startup Side-Effects autoexec=## C2 — Startup Side-Effects startup=## C2 — Startup Side-Effects