Skip to content

Commit 2d1cbba

Browse files
authored
chore: update steps toc=true (#1107)
1 parent d542c3e commit 2d1cbba

File tree

1 file changed

+8
-8
lines changed
  • fern/products/docs/pages/component-library/default-components

1 file changed

+8
-8
lines changed

fern/products/docs/pages/component-library/default-components/steps.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,32 +26,32 @@ The Steps component helps organize sequential content with automatic numbering,
2626

2727
<Tabs>
2828
<Tab title="Multiple Steps">
29-
<Steps>
30-
<Step title="Getting Started" toc={true}>
29+
<Steps toc={true}>
30+
<Step title="Getting Started">
3131
Initial instructions.
3232
</Step>
3333

34-
<Step title="Configuration" toc={true}>
34+
<Step title="Configuration">
3535
More instructions.
3636
</Step>
3737

38-
<Step title="Completion" toc={true}>
38+
<Step title="Completion">
3939
Final Instructions
4040
</Step>
4141
</Steps>
4242
</Tab>
4343
<Tab title="Markdown">
4444
```jsx
45-
<Steps>
46-
<Step title="Getting Started" toc={true}>
45+
<Steps toc={true}>
46+
<Step title="Getting Started">
4747
Initial instructions.
4848
</Step>
4949

50-
<Step title="Configuration" toc={true}>
50+
<Step title="Configuration">
5151
More instructions.
5252
</Step>
5353

54-
<Step title="Completion" toc={true}>
54+
<Step title="Completion">
5555
Final Instructions
5656
</Step>
5757
</Steps>

0 commit comments

Comments
 (0)