Skip to content

Commit

Permalink
docs: move adapters sidebar around
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Mar 20, 2023
1 parent f4f8c4a commit f0b475f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions docs/docs/reference/06-adapters/00-overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
---
title: Database Adapters
title: Overview
---

:::warning WIP
`@auth/*-adapter` is work in progress. for the time being, please go to [NextAuth.js Adapters](https://next-auth.js.org/adapters/overview).
:::
Auth.js / NextAuth.js database adapters.


:::warning
Auth.js (`@auth/*`) support is experimental.
:::
2 changes: 1 addition & 1 deletion docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ module.exports = {
label: "Database Adapters",
link: { type: "doc", id: "reference/adapters/overview" },
items: [
{ type: "autogenerated", dirName: "reference/06-adapters" },
{ type: "doc", id: "reference/adapter/prisma/index" },
{ type: "doc", id: "reference/adapter/typeorm/index" },
{ type: "doc", id: "reference/adapter/mongodb/index" },
{ type: "doc", id: "reference/adapter/firebase/index" },
{ type: "doc", id: "reference/adapter/dynamodb/index" },
{ type: "doc", id: "reference/adapter/fauna/index" },
{ type: "doc", id: "reference/adapter/pouchdb/index" },
{ type: "autogenerated", dirName: "reference/06-adapters" },
],
},
"reference/warnings",
Expand Down

1 comment on commit f0b475f

@vercel
Copy link

@vercel vercel bot commented on f0b475f Mar 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.