Skip to content

Commit

Permalink
chore(docs): Add information about customization limitations in Accou…
Browse files Browse the repository at this point in the history
…nt Portal and Localization guides (#1609)

Signed-off-by: Kenton Duprey <[email protected]>
  • Loading branch information
kduprey authored Oct 8, 2024
1 parent e0e501c commit 1cde529
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/customization/account-portal/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ After a user has finished their flow in an Account Portal page, Clerk automatica

For each application environment, Clerk provides pages for sign-up, sign-in, user profile, organization profile, and organization creation flow. **To integrate the Account Portal with your application, check out the [setup guide](/docs/customization/account-portal/getting-started).**

> [!IMPORTANT]
> These pages cannot be customized beyond the options provided in the [Clerk Dashboard](https://dashboard.clerk.com). If you need more customization such as [localization](/docs/customization/localization), consider using Clerk's [prebuilt components](/docs/components/overview) or [building your own custom user interface using Clerk's API](/docs/custom-flows/overview).
## Hosted pages

### Sign-in
Expand Down
3 changes: 3 additions & 0 deletions docs/customization/localization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ Clerk currently supports the following languages with English as the default:

### Usage

> [!CAUTION]
> The localizations will only update the text in the [Clerk components](/docs/components/overview) used in your application. The hosted [Clerk Account Portal](/docs/customization/account-portal/overview) will remain in English.
To get started, install the `@clerk/localizations` package.

<CodeBlockTabs type="installer" options={["npm", "yarn", "pnpm"]}>
Expand Down

0 comments on commit 1cde529

Please sign in to comment.