Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Oct 20, 2024
1 parent 67ff698 commit 0d88027
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/malta.config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Arctic",
"name": "Arctic v1",
"description": "Arctic is a library that provides OAuth 2.0 clients for major providers.",
"domain": "https://arctic.js.org",
"domain": "https://v1.arcticjs.dev",
"twitter": "@pilcrowonpaper",
"sidebar": [
{
Expand Down Expand Up @@ -67,7 +67,7 @@
{
"title": "Links",
"pages": [
["Upgrade to v2 beta", "https://arcticjs.dev"],
["Upgrade to v2", "https://arcticjs.dev"],
["GitHub", "https://github.com/pilcrowonpaper/arctic"],
["Twitter", "https://twitter.com/pilcrowonpaper"],
["Donate", "https://github.com/sponsors/pilcrowOnPaper"]
Expand Down
8 changes: 3 additions & 5 deletions docs/pages/index.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
---
title: "Arctic documentation"
title: "Arctic v1 documentation"
---

# Arctic documentation
# Arctic v1 documentation

**The v2 beta is here - [check it out!](https://arcticjs.dev)**
**Arctic v2 available - [check it out!](https://arcticjs.dev)**

Arctic is a TypeScript library that provides OAuth 2.0 and OpenID Connect clients for major providers. It runs on any runtime, including Node.js, Bun, Deno, and Cloudflare Workers.

If you need a generic OAuth 2.0 client, see [Oslo](https://oslo.js.org).

## Installation

```
Expand Down

0 comments on commit 0d88027

Please sign in to comment.