Skip to content

Commit

Permalink
Fixed doc page sort ordering.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed Oct 11, 2024
1 parent 99bc8e5 commit b7431eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stories/Overview.mdx → stories/1.Overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Meta } from '@storybook/blocks';

<Meta title="1. Overview" />
<Meta title="Overview" />

# Overview: Polis-Storybook

Expand Down
2 changes: 1 addition & 1 deletion stories/OurComponents.mdx → stories/2.OurComponents.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import LinkTo from '@storybook/addon-links/react';
import { Meta } from '@storybook/blocks';

<Meta title="2. Our Components" />
<Meta title="Our Components" />

# Our Custom Components

Expand Down

0 comments on commit b7431eb

Please sign in to comment.