docs/content/docs/guides
Hongming Wang c5421c61f5 docs: fix MDX build — escape <1 + drop Callout JSX
Two errors caught by the docs build CI on PR #98:

1. external-agents.mdx line 15 had `<1 min.` — the literal `<` made the
   MDX parser try to read it as a JSX tag opener. Replaced with prose
   "under a minute" — equivalent meaning, no escape gymnastics.
2. claude-code-channel-plugin.md used `<Callout type="info">` JSX, but
   the rest of /content/docs/guides/ is plain .md (no JSX). The .md
   loader can't resolve the Callout component → "Cannot handle unknown
   node `raw`". Replaced with a `> **Note:**` blockquote — same visual
   hierarchy, plain markdown.

Verified locally that the offending characters are gone; build CI on
push will re-run and should now pass.
2026-05-01 16:31:05 -07:00
..
chrome-devtools-mcp-setup.md docs: add quickstart guide + Chrome DevTools MCP setup guide 2026-04-21 02:34:41 +00:00
claude-code-channel-plugin.md docs: fix MDX build — escape <1 + drop Callout JSX 2026-05-01 16:31:05 -07:00
external-agent-registration.md docs: add frontmatter to guides/external-agent-registration.md 2026-04-21 08:20:54 +00:00
external-workspace-quickstart.md docs: add Claude Code Channel Plugin guide + cross-references 2026-05-01 16:30:49 -07:00
index.md docs(cli): add molecli shell completion guide (#79) 2026-04-22 23:57:38 +00:00
mcp-server-setup.md docs(mcp-server): add LOG_LEVEL env var + structured pino logging section (#78) 2026-04-22 23:57:30 +00:00
molecli-shell-completion.md docs(cli): add molecli shell completion guide (#79) 2026-04-22 23:57:38 +00:00
org-api-keys.md docs: add org-api-keys setup guide 2026-04-21 02:49:37 +00:00
platform-instructions.md docs(guides): add Tool Trace and Platform Instructions (#85) 2026-04-24 01:48:13 +00:00
quickstart-audio.md docs: add quickstart-audio.md guide (synced from molecule-core) 2026-04-21 07:34:06 +00:00
remote-workspaces-faq.md docs: add frontmatter to guides/remote-workspaces-faq.md 2026-04-21 08:20:53 +00:00
remote-workspaces.md fix(docs): correct secrets endpoint path across public docs 2026-04-21 15:23:54 +00:00
same-origin-canvas-fetches.md docs: add frontmatter to guides/same-origin-canvas-fetches.md 2026-04-21 08:20:56 +00:00
skill-catalog.md fix: restore build infrastructure deleted by bad PR #59 merge 2026-04-22 14:03:24 -07:00
token-management.md docs: add frontmatter to guides/token-management.md 2026-04-21 08:20:50 +00:00
tool-trace.md docs(guides): add Tool Trace and Platform Instructions (#85) 2026-04-24 01:48:13 +00:00