Skip to content

Commit

Permalink
add more
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriaxyz committed Nov 8, 2024
1 parent b0edecb commit 787149c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/customization/account-portal/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ For each application environment, Clerk provides pages for sign-up, sign-in, use

The sign-in page hosts the prebuilt [`<SignIn />`](/docs/components/authentication/sign-in) component, which renders a UI for signing in users. The functionality of the `<SignIn />` component is controlled by the instance settings you specify in your [Clerk Dashboard](https://dashboard.clerk.com), such as [sign-up and sign-in options](/docs/authentication/configuration/sign-up-sign-in-options) and [social connections](/docs/authentication/social-connections/overview).

![Clerk's Account Portal sign-in page hosts the \<SignIn /> component](/docs/images/account-portal/sign-in.png)
![The Account Portal sign-in page hosts the \<SignIn /> component](/docs/images/account-portal/sign-in.png)

Redirect users to the sign-in page using the [`<RedirectToSignIn />`](/docs/components/control/redirect-to-signin) control component.

### Sign-up

The sign-up page hosts the prebuilt [`<SignUp />`](/docs/components/authentication/sign-up) component, which renders a UI for signing up users. The functionality of the `<SignUp />` component is controlled by the instance settings you specify in your [Clerk Dashboard](https://dashboard.clerk.com), such as [sign-up and sign-in options](/docs/authentication/configuration/sign-up-sign-in-options) and [social connections](/docs/authentication/social-connections/overview).

![Clerk's Account Portal sign-up page hosts the \<SignUp /> component](/docs/images/account-portal/sign-up.png)
![The Account Portal sign-up page hosts the \<SignUp /> component](/docs/images/account-portal/sign-up.png)

Redirect users to the sign-up page using the [`<RedirectToSignUp />`](/docs/components/control/redirect-to-signup) control component.

Expand Down
4 changes: 2 additions & 2 deletions docs/deployments/changing-domains.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Learn how to change your Clerk production instance's domain or subdomain.
## Change domain

1. Update your production domain in two ways:
- [the Clerk Dashboard](#update-your-domain-via-clerk-dashboard)
- [Clerk's backend API](#update-your-domain-via-backend-api)
- the [Clerk Dashboard](#update-your-domain-via-clerk-dashboard)
- the [backend API](#update-your-domain-via-backend-api)
1. Once you make the change to your domain, you will need to update the following:
- Update DNS records
- Generate new SSL certificates
Expand Down
2 changes: 1 addition & 1 deletion docs/deployments/set-up-staging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Set up a staging environment with Clerk
description: Learn how to set up a staging environment with Clerk authentication.
---

Staging environments enable you to internally test and demo changes to your application or website before deploying them to production. Currently, Clerk only offers **Development** and **Production** instances. Official support for **Staging** instances is still on [Clerk's roadmap](https://feedback.clerk.com/roadmap/de417dd1-fa2e-4997-868f-4c9248027e7d). However, you can set up a "staging environment" by creating a subdomain for a separate Clerk application.
Staging environments enable you to internally test and demo changes to your application or website before deploying them to production. Currently, Clerk only offers **Development** and **Production** instances. Official support for **Staging** instances is still on the [roadmap](https://feedback.clerk.com/roadmap/de417dd1-fa2e-4997-868f-4c9248027e7d). However, you can set up a "staging environment" by creating a subdomain for a separate Clerk application.

Creating a separate Clerk application will prevent you from using live production environment data in your staging environment. If you are on a Pro, Enterprise, or Startup plan, **Clerk will fully upgrade your staging application for free.**

Expand Down

0 comments on commit 787149c

Please sign in to comment.