Skip to content

Commit b5b21d1

Browse files
committed
try to fix netlify build issue
1 parent f74f726 commit b5b21d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vendor/enterprise-portal-configure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ The following pre-built components are available in MDX templates:
266266
- Props: None (just wrap text content)
267267
- **Important**: To use template variables inside InlineCode, wrap them in template literals using curly braces: `{`...`}`
268268
- **Limitation**: Dynamic user input variables (like `installOptions.privateRegistryUrl`, `installOptions.proxyUrl`, `installOptions.adminConsoleUrl`) are not currently supported in code components. Use placeholders like `<YOUR_REGISTRY>` instead.
269-
- Example: `<InlineCode>{\`${app.slug}\`}</InlineCode>`
269+
- Example: `<InlineCode>{\`$\{app.slug\}\`}</InlineCode>`
270270

271271
- `<CodeBlock>`: Display multi-line code blocks with syntax highlighting
272272
- Props: `language` (string, optional), `maxHeight` (number | string, optional), `showCopyButton` (boolean, optional), `disabled` (boolean, optional)

0 commit comments

Comments
 (0)