Skip to content

Commit a612c33

Browse files
committed
add screenshot, update copy
1 parent 0299fa9 commit a612c33

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/vendor/enterprise-portal-configure.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,11 @@ To create channel-specific installation instructions:
140140

141141
1. Select the channel you want to customize from the dropdown.
142142

143-
1. Toggle **Enable custom install instructions** to enable the MDX template editor.
143+
1. Toggle **Enable** to enable the MDX template editor.
144+
145+
![Enable toggle](/images/vendor-portal-custom-instructions-enable.png)
146+
147+
[View a larger version of this image](/images/vendor-portal-custom-instructions-enable.png)
144148

145149
1. In the MDX template editor, write your custom installation instructions using Markdown, template variables, and MDX components.
146150

@@ -339,7 +343,7 @@ Here's an example of a custom installation template using MDX with conditional r
339343
[View a larger version of this image](/images/enterprise-portal-custom-instructions-linux-online.png)
340344

341345
```mdx
342-
# Install {app.name}
346+
# Install \{app.name\}
343347

344348
<ConditionalRender when="installOptions.installType === 'helm'">
345349
## Helm Installation
@@ -471,7 +475,7 @@ Here's an example of a custom installation template using MDX with conditional r
471475
</ConditionalRender>
472476
<br /><br />
473477
<Tip>
474-
The installer will provision a Kubernetes cluster and deploy {app.name}.
478+
The installer will provision a Kubernetes cluster and deploy \{app.name\}.
475479
</Tip>
476480
</InstallStep>
477481

112 KB
Loading

0 commit comments

Comments
 (0)