docs: wrap <ws-id> placeholders in backticks to fix MDX build

Bare <ws-id> 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).
This commit is contained in:
Hongming Wang 2026-04-29 13:29:46 -07:00
parent c5421c61f5
commit c6494de5ad

View File

@ -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. The plugin started before you filled in `.env`. Re-run the snippet from Step 2, then re-launch Claude Code.
### "molecule channel: poll <ws-id> returned 401" ### "molecule channel: poll `<ws-id>` returned 401"
Bearer token mismatch. Two common causes: 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 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`). - 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 <ws-id> returned 404" ### "molecule channel: poll `<ws-id>` returned 404"
Either the workspace doesn't exist or the `MOLECULE_PLATFORM_URL` is wrong. Confirm: Either the workspace doesn't exist or the `MOLECULE_PLATFORM_URL` is wrong. Confirm: