Skip to content

Commit 5ff2e61

Browse files
committed
update
Signed-off-by: Lee Calcote <[email protected]>
1 parent 0cfdf38 commit 5ff2e61

File tree

1 file changed

+5
-5
lines changed
  • content/en/meshmap/contribution-guidelines

1 file changed

+5
-5
lines changed

content/en/meshmap/contribution-guidelines/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ To create a shortcode:
207207

208208
To use a shortcode in a document, wrap the name of the shortcode in braces and percent signs like this:
209209

210-
```
211-
{{% shortcode-name %}}
212-
```
210+
```code
211+
{ {% shortcode-name %}}
212+
```
213213
214214
The shortcode name is the file name minus the `.html` file extension.
215215
@@ -230,7 +230,7 @@ The shortcode name is the file name minus the `.html` file extension.
230230
* Usage in a document:
231231
232232
```
233-
You need Kubernetes version {{% kubernetes-min-version %}} or later.
233+
You need Kubernetes version 1.28 or later.
234234
```
235235
236236
Useful Hugo docs:
@@ -256,7 +256,7 @@ For information on how to update the website to a new version, see the [Layer5 r
256256
Whenever any documents reference any source code, you should use the version shortcode in the links, like so:
257257
258258
```
259-
https://github.com/layer5io/docs/blob/{{< params "githubbranch" >}}/scripts/gke/deploy.sh
259+
https://github.com/layer5io/docs/blob/master/scripts/gke/deploy.sh
260260
```
261261
262262
This ensures that all the links in a versioned webpage point to the correct branch.

0 commit comments

Comments
 (0)