Skip to content

Commit

Permalink
Merging 7e3036d into trunk-temp/pr-290/9279ba70-4908-415f-9c2f-8409ca…
Browse files Browse the repository at this point in the history
…08b4a0
  • Loading branch information
trunk-io[bot] authored Mar 4, 2024
2 parents 6b8b6d8 + 7e3036d commit a784e65
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,13 @@ for TypeScript and JavaScript.

## Usage

Please refer to [docs.arcjet.com][arcjet-docs] for the most accurate
documentation in consuming our published packages.
**Using Next.js?** Use the
[`@arcjet/next`](https://www.npmjs.com/package/@arcjet/next) package.

**Using Node.js?** Use the
[`@arcjet/node`](https://www.npmjs.com/package/@arcjet/node) package.

See our docs at [docs.arcjet.com][arcjet-docs].

## Packages

Expand All @@ -33,8 +38,8 @@ find a specific one through the categories and descriptions below.

### SDKs

- [`arcjet`](./arcjet/README.md): TypeScript and JavaScript SDK core.
- [`@arcjet/next`](./arcjet-next/README.md): SDK for the Next.js framework.
- [`@arcjet/node`](./arcjet-node/README.md): SDK for Node.js.

### Analysis

Expand All @@ -44,6 +49,7 @@ find a specific one through the categories and descriptions below.

### Utilities

- [`arcjet`](./arcjet/README.md): TypeScript and JavaScript SDK core.
- [`@arcjet/protocol`](./protocol/README.md): TypeScript & JavaScript interface
into the Arcjet protocol.
- [`@arcjet/logger`](./logger/README.md): Logging interface which mirrors the
Expand Down
3 changes: 3 additions & 0 deletions arcjet-next/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ against common attacks.

This is the [Arcjet][arcjet] SDK for the [Next.js][next-js] framework.

**Looking for our Node.js SDK?** Check out the
[`@arcjet/node`](https://www.npmjs.com/package/@arcjet/node) package.

## Getting started

Visit [docs.arcjet.com](https://docs.arcjet.com/get-started/nextjs) to get
Expand Down
3 changes: 3 additions & 0 deletions arcjet-node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ against common attacks.

This is the [Arcjet][arcjet] SDK for [Node.js][node-js].

**Looking for our Next.js framework SDK?** Check out the
[`@arcjet/next`](https://www.npmjs.com/package/@arcjet/next) package.

## Installation

```shell
Expand Down

0 comments on commit a784e65

Please sign in to comment.