Commit dff667a
fix(docs): escape Vue template syntax in Docker Compose documentation
Wrap environment variable examples in v-pre container to prevent VitePress from interpreting {{ }} syntax as Vue template interpolation. This fixes a runtime error where `{{environment.SOME_SHARED_VARIABLE}}` was being evaluated as JavaScript instead of displayed as literal documentation text.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent dc93f58 commit dff667a
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
| |||
141 | 143 | | |
142 | 144 | | |
143 | 145 | | |
| 146 | + | |
| 147 | + | |
144 | 148 | | |
145 | 149 | | |
146 | 150 | | |
| |||
0 commit comments