mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
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:
committed by
GitHub
parent
610a9c56e2
commit
066f5eb83d
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user