Skip to content

Commit 60c0817

Browse files
authored
docs(fix): fix import mistake (#5331)
1 parent d403394 commit 60c0817

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pages/guidelines.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ The introduction should be a few sentences, or a few short paragraphs, which exp
488488

489489
### Requirements
490490

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

503505
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:
504506

0 commit comments

Comments
 (0)