kumahq / kuma-website

🐻 The official website for Kuma, the control plane for modern service connectivity.
https://kuma.io
Apache License 2.0
104 stars 87 forks source link

[Replatform] Variable interpolation not working in all code blocks #1064

Closed kleinfreund closed 1 year ago

kleinfreund commented 1 year ago

What happened?

Example: https://kuma.io/docs/dev/installation/kubernetes/

Some code blocks are rendered like this

ln -s kuma-{{ $page.latestVersion }}/bin/kumactl /usr/local/bin/kumactl

where {{ $page.latestVersion }} should be interpolated.

fabianrbz commented 1 year ago

@mheap should we close this one?

kleinfreund commented 1 year ago

@fabianrbz No as this isn’t resolved. The same page as referenced in the original issue shows:

ln -s kuma-{{ page.latest_version }}/bin/kumactl /usr/local/bin/kumactl
mheap commented 1 year ago

That's my mistake. It shouldn't be wrapped in raw tags (not sure how they got there!)