Skip to content

Commit

Permalink
update headings in steps component
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisintech committed Dec 12, 2024
1 parent 23bf8e5 commit 389a689
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions docs/references/remix/custom-sign-in-or-up-page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ This guide shows you how to use the [`<SignIn />`](/docs/components/authenticati

If Clerk's prebuilt components don't meet your specific needs or if you require more control over the logic, you can rebuild the existing Clerk flows using the Clerk API. For more information, see the [custom flow guides](/docs/custom-flows/overview).

The functionality of the components are controlled by the instance settings you specify in the [Clerk Dashboard](https://dashboard.clerk.com).

> [!NOTE]
> Just getting started with Clerk and Remix? See the [quickstart tutorial](/docs/quickstarts/remix)!
<Steps>
### Build a sign-in-or-up page
## Build a sign-in-or-up page

The following example demonstrates how to render the [`<SignIn />`](/docs/components/authentication/sign-up) component to allow users to both sign-in or sign-up from a single flow.

Expand All @@ -25,7 +23,7 @@ The functionality of the components are controlled by the instance settings you
}
```

### Configure your sign-in-or-up page
## Configure your sign-in-or-up page

<Tabs items={["SSR Mode", "SPA Mode"]}>
<Tab>
Expand All @@ -50,7 +48,7 @@ The functionality of the components are controlled by the instance settings you
</Tab>
</Tabs>

### Visit your new page
## Visit your new page

Run your project with the following terminal command from the root directory of your project:

Expand Down
8 changes: 3 additions & 5 deletions docs/references/remix/custom-signup-page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ If the prebuilt components don't meet your specific needs or if you require more
> [!NOTE]
> Just getting started with Clerk and Next.js? See the [quickstart tutorial](/docs/quickstarts/remix)!
{/* TODO: Update these Steps once Steps component accepts other headings types. These headings should be H2s. */}

<Steps>
### Build a sign-up page
## Build a sign-up page

The following example demonstrates how to render the [`<SignUp />`](/docs/components/authentication/sign-up) component.

Expand All @@ -25,7 +23,7 @@ If the prebuilt components don't meet your specific needs or if you require more
}
```

### Configure your sign-up page
## Configure your sign-up page

<Tabs items={["SSR Mode", "SPA Mode"]}>
<Tab>
Expand Down Expand Up @@ -54,7 +52,7 @@ If the prebuilt components don't meet your specific needs or if you require more
</Tab>
</Tabs>

### Visit your new page
## Visit your new page

Run your project with the following command:

Expand Down

0 comments on commit 389a689

Please sign in to comment.