Skip to content

Commit

Permalink
update navigation-copy section
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisintech committed Nov 29, 2023
1 parent 27df80c commit 25e8949
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions STYLEGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,14 +415,18 @@ Be sure to use the correct term with components vs functions.

> The `<SignUp />` component accepts the `signUpProps` parameter. The `buildUrlWithAuth()` function accepts the `to` property.
### 4.10 Start and end every Clerk Dashboard operation with specific links to the Clerk Dashboard
### 4.10 Navigating users should have clear instructions and should include direct links to the Clerk Dashboard

When telling learners to perform an operation in the Clerk Dashboard, begin with "In your Clerk Dashboard" and a link to **`https://dashboard.clerk.com/`**. Then end with a link to the page you are directing them to with this URL syntax: **`https://dashboard.clerk.com/last-active?path=PAGE`**
When telling learners to perform an operation in the Clerk Dashboard, begin with "In your Clerk Dashboard". Then, end with a link to the page you are directing them to with this URL syntax: **`https://dashboard.clerk.com/last-active?path=PAGE`**

#### Do

> In your [Clerk Dashboard](https://dashboard.clerk.com/), navigate to **[User & Authentication](https://dashboard.clerk.com/last-active?path=user-authentication)**.
> In your Clerk Dashboard, navigate to **[User & Authentication](https://dashboard.clerk.com/last-active?path=user-authentication)**.
> To specify the fallback redirects, in the Clerk Dashboard, go to the **[Account Portal](https://dashboard.clerk.com/last-active?path=account-portal)** page and open the **Redirects** tab.
#### Don't

> Go to **User & Authentication** in your dasboard.
> Go to **User & Authentication** in your dashboard.
> Find fallback redirects in the Redirect tab on the Account Portal in the Clerk Dashboard.

0 comments on commit 25e8949

Please sign in to comment.