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
2 changes: 2 additions & 0 deletions pages/guidelines.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ The introduction should be a few sentences, or a few short paragraphs, which exp

### Requirements

```
---
import Requirements from '@macros/iam/requirements.mdx'

Expand All @@ -499,6 +500,7 @@ import Requirements from '@macros/iam/requirements.mdx'
- Configured [kubectl](/kubernetes/how-to/connect-cluster-kubectl/) on your machine
- Installed `helm` (version 3.2+), the Kubernetes [packet manager](https://helm.sh/), on your local machine
---
```

Import the `<Requirements />` macro under the page's [metadata](#metadata) as shown in the example above, then use the macro or type the macro text manually. For example:

Expand Down