Skip to content

fix(docs): wrap CustomExtensionsRuntime placeholder for VitePress#389

Merged
geodro merged 1 commit into
mainfrom
fix/docs-vue-interpolation
May 19, 2026
Merged

fix(docs): wrap CustomExtensionsRuntime placeholder for VitePress#389
geodro merged 1 commit into
mainfrom
fix/docs-vue-interpolation

Conversation

@geodro
Copy link
Copy Markdown
Owner

@geodro geodro commented May 19, 2026

The v1.21.0 tag tripped the Docs workflow because the #364 changelog entry mentions {{.CustomExtensionsRuntime}} verbatim, and Vue's compiler parses interpolations even inside backtick code spans. The leading dot fails JS expression parsing and the build halts with Unexpected token (1:1). Same shape as the previous Resources.Memory case we fixed by wrapping the token in an explicit <code v-pre> element so Vue skips it.

Docs CI is gated to non-prerelease tags so the issue never showed up on v1.21.0-beta.1, only surfacing now that stable shipped. After this merges I'll run gh workflow run docs.yml to publish the rebuilt site.

The v1.21.0 release tag tripped the Docs workflow because the #364 changelog entry mentions `{{.CustomExtensionsRuntime}}` verbatim, and Vue's compiler parses interpolations even inside backtick code spans. The leading dot fails JS expression parsing and the build halts with `Unexpected token (1:1)`. Same shape as the previous Resources.Memory case we fixed by wrapping the token in an explicit <code v-pre> element so Vue skips it.

Docs CI is gated to non-prerelease tags so the issue never showed up on v1.21.0-beta.1, only surfacing now that stable shipped.
@geodro geodro merged commit 5705fba into main May 19, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant