docs(plugins): register imap in generated plugin inventory (#130363)

The bundled imap plugin landed in #130230 without regenerating the plugin
inventory docs, so pnpm plugins:inventory:check failed on main and the plugin
was absent from the reference index. Regenerate, and register its operator
guide in PLUGIN_DOC_ALIASES so the generated reference page links to
/automation/imap (same mechanism codex and firecrawl use).
This commit is contained in:
Peter Steinberger
2026-08-26 13:33:30 -07:00
committed by GitHub
parent 610a9c56e2
commit 066f5eb83d
4 changed files with 28 additions and 2 deletions
@@ -33,6 +33,7 @@ const PLUGIN_DOC_ALIASES = new Map([
["duckduckgo", "/tools/duckduckgo-search"],
["exa", "/tools/exa-search"],
["firecrawl", "/tools/firecrawl"],
["imap", "/automation/imap"],
["parallel", "/tools/parallel-search"],
["perplexity", "/tools/perplexity-search"],
["policy", "/cli/policy"],