File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
content/en/meshmap/contribution-guidelines Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -207,9 +207,9 @@ To create a shortcode:
207
207
208
208
To use a shortcode in a document, wrap the name of the shortcode in braces and percent signs like this:
209
209
210
- ` ` `
211
- {{% shortcode-name %}}
212
- ` ` `
210
+ ` ` ` code
211
+ { {% shortcode-name %}}
212
+ ` ` `
213
213
214
214
The shortcode name is the file name minus the ` .html` file extension.
215
215
@@ -230,7 +230,7 @@ The shortcode name is the file name minus the `.html` file extension.
230
230
* Usage in a document:
231
231
232
232
` ` `
233
- You need Kubernetes version {{% kubernetes-min-version %}} or later.
233
+ You need Kubernetes version 1.28 or later.
234
234
` ` `
235
235
236
236
Useful Hugo docs:
@@ -256,7 +256,7 @@ For information on how to update the website to a new version, see the [Layer5 r
256
256
Whenever any documents reference any source code, you should use the version shortcode in the links, like so:
257
257
258
258
` ` `
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
260
260
` ` `
261
261
262
262
This ensures that all the links in a versioned webpage point to the correct branch.
You can’t perform that action at this time.
0 commit comments