Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriaxyz committed Nov 8, 2024
1 parent 60c3757 commit b573eb7
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In July 2024, we introduced official support for Astro. This migration guide cov

Uninstall the community SDK and install Clerk's new official SDK for Astro.

<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
```bash {{ filename: 'terminal' }}
npm uninstall astro-clerk-auth
npm install @clerk/astro
Expand Down
2 changes: 1 addition & 1 deletion docs/references/astro/react.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you have not set up your Astro application to work with Clerk, visit the [Ast

Add the [Astro React integration](https://docs.astro.build/en/guides/integrations-guide/react/) to your project:

<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
```bash {{ filename: 'terminal' }}
npx astro add react
```
Expand Down
2 changes: 1 addition & 1 deletion docs/references/expo/local-credentials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This guide shows you how to use the `useLocalCredentials()` hook to enhance your

These packages are required to be installed in order to use the `useLocalCredentials()` hook.

<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
```bash {{ filename: 'terminal' }}
npm install expo-local-authentication expo-secure-store
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This guide uses [Expo Router](https://docs.expo.dev/router/introduction/) and th

To run your project, use the following command:

<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
```bash filename="terminal"
npm run web
```
Expand Down
2 changes: 1 addition & 1 deletion docs/references/javascript/types/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Types are a powerful tool for adding type-safety to your application. They can h

To get access to Clerk types, you need to add the `@clerk/types` package to your project. Run the following command to install it:

<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
```bash {{ filename: 'terminal' }}
npm install @clerk/types
```
Expand Down
2 changes: 1 addition & 1 deletion docs/references/nextjs/custom-signup-signin-pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ If Clerk's prebuilt components don't meet your specific needs or if you require

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

<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
```bash {{ filename: 'terminal' }}
npm run dev
```
Expand Down
2 changes: 1 addition & 1 deletion docs/references/nextjs/usage-with-older-versions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Clerk's [prebuilt components](/docs/components/overview) are exported from the `

Install `^4.0.0` of `@clerk/nextjs`. Newer major versions of `@clerk/nextjs` only support Next.js 13+.

<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
```bash {{ filename: 'terminal' }}
npm install @clerk/nextjs@^4.0.0
```
Expand Down
2 changes: 1 addition & 1 deletion docs/references/nodejs/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ description: Learn how to integrate Node.js into your Clerk application.

Once a Clerk application has been created, you can install and then start using Clerk Node.js in your application. An ESM module for the Clerk Node SDK is available under the [`@clerk/clerk-sdk-node`](https://www.npmjs.com/package/@clerk/clerk-sdk-node) npm package.

<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
```sh {{ filename: 'terminal' }}
npm install @clerk/clerk-sdk-node
```
Expand Down
2 changes: 1 addition & 1 deletion docs/references/react/add-react-router.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Learn how to add React Router to your application using React Router's new Data

React Router's `react-router-dom` is a mature, battle tested routing package for React that gives you many options. As it is the most popular routing option, it will be used for this guide.

<CodeBlockTabs options={["npm", "yarn", "pnpm" ]}>
<CodeBlockTabs options={["npm", "yarn", "pnpm" ]}>
```bash {{ filename: 'terminal' }}
npm install react-router-dom
```
Expand Down
2 changes: 1 addition & 1 deletion docs/references/redwood/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Learn how to use Clerk to quickly and easily add secure authentication and user
<Steps>
### Create a RedwoodJS application

<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
```bash {{ filename: 'terminal' }}
npm create redwood-app my-redwood-project --typescript
```
Expand Down
2 changes: 1 addition & 1 deletion docs/references/remix/custom-signup-signin-pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The functionality of the components are controlled by the instance settings you

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

<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
```bash {{ filename: 'terminal' }}
npm run dev
```
Expand Down
2 changes: 1 addition & 1 deletion docs/references/remix/spa-mode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ description: Clerk supports Remix SPA mode out-of-the-box.

Once you have a Remix application ready, you need to install Clerk's Remix SDK. This gives you access to our prebuilt components and hooks for Remix applications.

<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
<CodeBlockTabs options={["npm", "yarn", "pnpm"]}>
```bash {{ filename: 'terminal' }}
npm install @clerk/remix
```
Expand Down

0 comments on commit b573eb7

Please sign in to comment.