Skip to content

Commit

Permalink
docs: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Dec 13, 2022
1 parent df37a24 commit 64aac2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/adapters/supabase.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ const { data, error } = await supabase.from("users").select("*")

## Usage with TypeScript

You can pass types that were [generated with the Supabase CLI](/docs/reference/javascript/typescript-support#generating-types) to the Supabase Client to get enhanced type safety and auto completion.
You can pass types that were [generated with the Supabase CLI](https://supabase.com/docs/reference/javascript/typescript-support#generating-types) to the Supabase Client to get enhanced type safety and auto completion.

Creating a new supabase client object:

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/configuration/providers/oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,6 @@ You only need to add three changes:
- Make sure you use a named default export, like this: `export default function YourProvider`
- Add two SVG's of the provider logo, like `google-dark.svg` (dark mode) and `google.svg` (light mode), to the `/packages/next-auth/provider-logos/` directory as well as the styling config to the provider config object. See existing provider for example
2. Add provider documentation: [`/docs/providers/{provider}.md`](https://github.com/nextauthjs/next-auth/tree/main/docs/docs/providers)
3. Add the new provider name to the `Provider type` dropdown options in [`the provider issue template`](<[http](https://github.com/nextauthjs/next-auth/edit/main/.github/ISSUE_TEMPLATE/2_bug_provider.yml)>)
3. Add the new provider name to the `Provider type` dropdown options in [`the provider issue template`](https://github.com/nextauthjs/next-auth/edit/main/.github/ISSUE_TEMPLATE/2_bug_provider.yml)
That's it! 🎉 Others will be able to discover and use this provider much more easily now!

1 comment on commit 64aac2e

@vercel
Copy link

@vercel vercel bot commented on 64aac2e Dec 13, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

next-auth-docs – ./docs

v4.authjs.dev
next-auth-docs-authjs.vercel.app
next-auth-docs-dun.vercel.app
next-auth-docs-git-v4-authjs.vercel.app

Please sign in to comment.