Commit 1772be7
committed
Preserve backticks in Helm ref docs
The Cloudflare builds were failing, and I noticed this error in them:
```
2025-12-05T16:56:27.380Z Error occurred prerendering page "/docs/kagent/resources/helm". Read more: https://nextjs.org/docs/messages/prerender-error
2025-12-05T16:56:27.381Z ReferenceError: KMCP_VERSION is not defined
2025-12-05T16:56:27.381Z at g (.next/server/app/docs/kagent/resources/helm/page.js:1:3812)
2025-12-05T16:56:27.381Z at h (.next/server/app/docs/kagent/resources/helm/page.js:1:37261)
2025-12-05T16:56:27.381Z at stringify (<anonymous>) {
2025-12-05T16:56:27.382Z digest: '3541987100'
2025-12-05T16:56:27.382Z }
```
the update-ref-docs was removing backticks from the Helm ref docs, I'm not sure why. But I think adding it will prevent the build from thinking this `${KMCP_VERSION}` variable is jsx that it needs to interpret.
Signed-off-by: Art Berger <art.berger@solo.io>1 parent 7d04ec9 commit 1772be7
File tree
2 files changed
+1
-4
lines changed- .github/workflows
- src/app/docs/kagent/resources/helm
2 files changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | 227 | | |
231 | 228 | | |
232 | 229 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments