Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions help/contributor/how-to/shortcodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ weight: "50"
type: "docs"
---

A list and examples of the custom shortcodes that are currently used and available
in knative.dev.
A list and examples of the custom shortcodes that are currently used and available in knative.dev.

STAUS: This page is in "draft state" and needs to be completed.
STATUS: This page is in "draft state" and needs to be completed.


## Knative custom shortcodes
Expand Down Expand Up @@ -42,7 +41,7 @@ https://github.com/knative/website/blob/main/layouts/shortcodes/readfile.md

Use them to reduce release maintenance and ensure content accuracy.

The following variable are dynamically populated based on the URL of the content in knative.dev:
The following variables are dynamically populated based on the URL of the content in knative.dev:

- The [branch shortcode](https://github.com/knative/website/blob/main/layouts/shortcodes/branch.md) <code>{<code>{< branch >}</code>}</code> renders: `{{< branch >}}`
- The [version shortcode](https://github.com/knative/website/blob/main/layouts/shortcodes/version.md) <code>{<code>{< version >}</code>}</code> renders: `{{< version >}}`
Expand Down