Skip to content

Commit

Permalink
Add missing pages to sidenav (#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisintech authored Feb 26, 2025
1 parent ba852a6 commit b6e8b47
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 48 deletions.
75 changes: 71 additions & 4 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,18 @@
"title": "`ClerkPaginatedResponse`",
"href": "/docs/references/javascript/types/clerk-paginated-response"
},
{
"title": "`CustomMenuItem`",
"href": "/docs/references/javascript/types/custom-menu-item"
},
{
"title": "`CustomPage`",
"href": "/docs/references/javascript/types/custom-page"
},
{
"title": "`DeletedObject`",
"href": "/docs/references/javascript/types/deleted-object"
},
{
"title": "`EmailAddress`",
"href": "/docs/references/javascript/types/email-address"
Expand All @@ -339,17 +347,29 @@
"href": "/docs/references/javascript/types/email-link-error"
},
{
"title": "`ExternalAccount`",
"href": "/docs/references/javascript/types/external-account"
"title": "`EnterpriseAccount`",
"href": "/docs/references/javascript/types/enterprise-account"
},
{
"title": "`DeletedObject`",
"href": "/docs/references/javascript/types/deleted-object"
"title": "`EnterpriseAccountConnection`",
"href": "/docs/references/javascript/types/enterprise-account-connection"
},
{
"title": "`ExternalAccount`",
"href": "/docs/references/javascript/types/external-account"
},
{
"title": "Metadata types",
"href": "/docs/references/javascript/types/metadata"
},
{
"title": "`OrganizationCustomRoleKey`",
"href": "/docs/references/javascript/types/organization-custom-role-key"
},
{
"title": "`OrganizationCustomPermissionKey`",
"href": "/docs/references/javascript/types/organization-custom-permission-key"
},
{
"title": "`OrganizationDomain`",
"href": "/docs/references/javascript/types/organization-domain"
Expand Down Expand Up @@ -394,6 +414,14 @@
"title": "`RoleResource`",
"href": "/docs/references/javascript/types/role"
},
{
"title": "`SamlAccount`",
"href": "/docs/references/javascript/types/saml-account"
},
{
"title": "`SamlAccountConnection`",
"href": "/docs/references/javascript/types/saml-account-connection"
},
{
"title": "`SessionStatus`",
"href": "/docs/references/javascript/types/session-status"
Expand Down Expand Up @@ -442,6 +470,10 @@
"title": "`TOTPResource`",
"href": "/docs/references/javascript/types/totp"
},
{
"title": "`UserOrganizationInvitation`",
"href": "/docs/references/javascript/types/user-organization-invitation"
},
{
"title": "`Verification`",
"href": "/docs/references/javascript/types/verification"
Expand Down Expand Up @@ -1030,6 +1062,11 @@
"wrap": false,
"href": "/docs/references/backend/organization/get-organization-list"
},
{
"title": "`getOrganizationInvitation()`",
"wrap": false,
"href": "/docs/references/backend/organization/get-organization-invitation"
},
{
"title": "`getOrganizationMembershipList()`",
"wrap": false,
Expand Down Expand Up @@ -1085,6 +1122,11 @@
"wrap": false,
"href": "/docs/references/backend/organization/delete-organization"
},
{
"title": "`deleteOrganizationLogo()`",
"wrap": false,
"href": "/docs/references/backend/organization/delete-organization-logo"
},
{
"title": "`deleteOrganizationMembership()`",
"wrap": false,
Expand Down Expand Up @@ -1121,6 +1163,19 @@
]
]
},
{
"title": "Domains",
"collapse": true,
"items": [
[
{
"title": "`deleteDomain()`",
"wrap": false,
"href": "/docs/references/backend/domains/delete-domain"
}
]
]
},
{
"title": "Sessions",
"collapse": true,
Expand Down Expand Up @@ -1406,6 +1461,10 @@
{
"title": "`PaginatedResourceResponse`",
"href": "/docs/references/backend/types/paginated-resource-response"
},
{
"title": "`SamlConnection`",
"href": "/docs/references/backend/types/saml-connection"
}
]
]
Expand Down Expand Up @@ -2524,6 +2583,10 @@
{
"title": "Hide personal accounts and force organizations",
"href": "/docs/organizations/force-organizations"
},
{
"title": "Use org slugs in URLs",
"href": "/docs/organizations/org-slugs-in-urls"
}
]
]
Expand Down Expand Up @@ -3147,6 +3210,10 @@
"title": "Upgrading to Core 1",
"href": "/docs/upgrade-guides/upgrading-from-v2-to-v3"
},
{
"title": "Upgrading to @clerk/clerk-expo v2",
"href": "/docs/upgrade-guides/expo/v2"
},
{
"title": "Upgrading to @clerk/nextjs v6",
"href": "/docs/upgrade-guides/nextjs/v6"
Expand Down
2 changes: 1 addition & 1 deletion docs/references/expo/passkeys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Learn how to configure passkeys for your Expo application.
[Passkeys](/docs/authentication/configuration/sign-up-sign-in-options#passkeys) are a secure, passwordless authentication method that use biometrics and a physical device to authenticate users. This guide shows you how to configure passkeys for your Expo application.

> [!WARNING]
> This API is available only for [`@clerk/clerk-expo >=2.2.0`](/docs/upgrade-guides/expo-v2/upgrade).
> This API is available only for [`@clerk/clerk-expo >=2.2.0`](/docs/upgrade-guides/expo/v2).
<Steps>
## Enable passkeys
Expand Down
2 changes: 1 addition & 1 deletion docs/references/expo/use-local-credentials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The `useLocalCredentials()` hook enables you to store a user's password credenti

> [!WARNING]
> This hook isn't supported in web apps and can only be used in native apps.
> This API is available only for [@clerk/clerk-expo v2](/docs/upgrade-guides/expo-v2/upgrade) >=2.2.0.
> This API is available only for [`@clerk/clerk-expo >=2.2.0`](/docs/upgrade-guides/expo/v2).
> Be aware that this works only for sign-in attempts with the [password strategy](/docs/authentication/configuration/sign-up-sign-in-options#authentication-strategies).
## Returns
Expand Down
42 changes: 0 additions & 42 deletions docs/upgrade-guides/expo-v2/upgrade.mdx

This file was deleted.

39 changes: 39 additions & 0 deletions docs/upgrade-guides/expo/v2.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: Upgrade to @clerk/clerk-expo v2
description: Learn how to upgrade your application to use the latest Clerk Expo SDK.
---

`@clerk/clerk-expo@2` introduces updated platform requirements:

- React Native ≥ `0.73.0`
- Expo SDK ≥ `50.0.0`

## Upgrade steps

<Steps>
### Update Expo to version 50 or later

Update your Expo package to version `50` or later. To upgrade your Expo package, follow the [Expo upgrade guide](https://docs.expo.dev/workflow/upgrading-expo-sdk-walkthrough/).

### Update Clerk Expo SDK

Run the following command to update the Clerk Expo SDK to the latest version:

<CodeBlockTabs options={["npm", "yarn", "pnpm", "bun"]}>
```bash {{ filename: 'terminal' }}
npm i @clerk/clerk-expo@latest
```

```bash {{ filename: 'terminal' }}
yarn add @clerk/clerk-expo@latest
```

```bash {{ filename: 'terminal' }}
pnpm add @clerk/clerk-expo@latest
```

```bash {{ filename: 'terminal' }}
bun add @clerk/clerk-expo@latest
```
</CodeBlockTabs>
</Steps>

0 comments on commit b6e8b47

Please sign in to comment.