Skip to content

Commit 79abeb1

Browse files
authored
[docs] fix syntax highlighting for cli invocation output (#29261)
## Summary & Motivation See title. Closes DOC-1071. ### Before <img width="1380" alt="image" src="https://github.com/user-attachments/assets/1bfb9c15-c7c0-4fa8-bf72-06ee863f62fb" /> ### After <img width="963" alt="image" src="https://github.com/user-attachments/assets/86da6749-a37c-4b94-b5a6-305c43943e10" /> ## How I Tested These Changes _localhost_ ## Changelog NOCHANGELOG
1 parent a87bffe commit 79abeb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/components/CliInvocationExample.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const CliInvocationExampleInner: React.FC<CliInvocationExampleProps> = (props) =
5151
</div>
5252
{command && result && (
5353
<div className="cli-invocation-example-result">
54-
<CodeBlock language={language} {...extraProps}>
54+
<CodeBlock language="text" {...extraProps}>
5555
{result || 'Loading...'}
5656
</CodeBlock>
5757
</div>

0 commit comments

Comments
 (0)