From c6494de5ad3e53520e37dbce3290e9b3ddec6205 Mon Sep 17 00:00:00 2001 From: Hongming Wang Date: Wed, 29 Apr 2026 13:29:46 -0700 Subject: [PATCH] docs: wrap placeholders in backticks to fix MDX build Bare in headings emitted a `raw` HAST node that the renderer couldn't handle ("Cannot handle unknown node `raw`"). Wrapping in backticks renders as inline code instead of being parsed as JSX/HTML. Verified locally with `npm run build` (106/106 static pages green). --- content/docs/guides/claude-code-channel-plugin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/guides/claude-code-channel-plugin.md b/content/docs/guides/claude-code-channel-plugin.md index bfcbe04..da77bc4 100644 --- a/content/docs/guides/claude-code-channel-plugin.md +++ b/content/docs/guides/claude-code-channel-plugin.md @@ -174,14 +174,14 @@ Only one channel server runs per host — multiple instances would race the dedu The plugin started before you filled in `.env`. Re-run the snippet from Step 2, then re-launch Claude Code. -### "molecule channel: poll returned 401" +### "molecule channel: poll `` returned 401" Bearer token mismatch. Two common causes: - The token in `MOLECULE_WORKSPACE_TOKENS` doesn't match the workspace whose ID is in the corresponding position of `MOLECULE_WORKSPACE_IDS`. Verify same-order pairing. - The workspace was rotated and the token was revoked. Generate a new token from the canvas Settings tab (or `POST /admin/workspaces/:id/tokens`). -### "molecule channel: poll returned 404" +### "molecule channel: poll `` returned 404" Either the workspace doesn't exist or the `MOLECULE_PLATFORM_URL` is wrong. Confirm: