File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments