docs icon indicating copy to clipboard operation
docs copied to clipboard

Step Title Code / JSX.Node

Open grant opened this issue 1 year ago • 0 comments

Step titles should allow for code blocks.

Example:

<Steps>
  <Step title="First Step">
    These are instructions or content that only pertain to the first step.
  </Step>
  <Step title={<>Run the <code>mintlify</code> command</>}>
    These are instructions or content that only pertain to the second step.
  </Step>
</Steps>

Docs:

https://mintlify.com/docs/content/components/steps#individual-step-props

grant avatar Jul 26 '24 22:07 grant