Skip to content

Commit

Permalink
docs: /reference sidebar improvements (#6115)
Browse files Browse the repository at this point in the history
* wip

* πŸ€– lazy commit

* πŸ€– lazy commit

* revert some changes, remove prettier jsdoc plugin for now

* sidebar tweaks

* add adapter module docs

* remove provider docs

* embed all reflections under modules

Based on: TypeStrong/typedoc#2006

Related: typedoc2md/typedoc-plugin-markdown#338

* no trailing slash, update theme

* updates

* update snapshot

* update sidebar and overview
  • Loading branch information
balazsorban44 authored Dec 19, 2022
1 parent 6eab7ac commit e699ff1
Show file tree
Hide file tree
Showing 18 changed files with 368 additions and 958 deletions.
8 changes: 0 additions & 8 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,5 @@ module.exports = {
printWidth: 150,
},
},
{
files: "packages/core/src/**/*.ts",
excludeFiles: "packages/core/src/providers/oauth-types.ts",
options: {
plugins: ["prettier-plugin-jsdoc"],
tsdoc: true,
},
},
],
}
237 changes: 0 additions & 237 deletions docs/docs/reference/03-react/index.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/docs/reference/03-sveltekit/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: SvelteKit
title: SvelteKit Auth
---

:::warning
`@auth/sveltekit` is currently experimental. πŸ—
`@auth/sveltekit` is currently experimental.
:::

## Installation
Expand Down
7 changes: 7 additions & 0 deletions docs/docs/reference/04-nextjs/client.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Client
---

:::warning WIP
`@auth/nextjs/client` is work in progress. For now, please use [NextAuth.js Client API](https://next-auth.js.org/getting-started/client).
:::
Loading

1 comment on commit e699ff1

@vercel
Copy link

@vercel vercel bot commented on e699ff1 Dec 19, 2022

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.