Skip to content

Commit db0257c

Browse files
committed
try to fix netlify build issue
1 parent b582a07 commit db0257c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/vendor/enterprise-portal-configure.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,8 @@ Here's an example of a custom installation template using MDX with conditional r
348348

349349
[View a larger version of this image](/images/enterprise-portal-custom-instructions-linux-online.png)
350350

351-
```mdx
352-
# Install \{app.name\}
351+
```jsx
352+
# Install {app.name}
353353

354354
<ConditionalRender when="installOptions.installType === 'helm'">
355355
## Helm Installation
@@ -405,7 +405,7 @@ Here's an example of a custom installation template using MDX with conditional r
405405
<br /><br />
406406
### Need help?
407407

408-
Contact our support team: <SupportLink href=\{branding?.supportPortalLink\}>Get Support</SupportLink>
408+
Contact our support team: <SupportLink href={branding?.supportPortalLink}>Get Support</SupportLink>
409409
</Troubleshooting>
410410
</ConditionalRender>
411411

@@ -481,7 +481,7 @@ Here's an example of a custom installation template using MDX with conditional r
481481
</ConditionalRender>
482482
<br /><br />
483483
<Tip>
484-
The installer will provision a Kubernetes cluster and deploy \{app.name\}.
484+
The installer will provision a Kubernetes cluster and deploy {app.name}.
485485
</Tip>
486486
</InstallStep>
487487

0 commit comments

Comments
 (0)