Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add "first steps" page and reduce h3 spacing #703

Merged
merged 17 commits into from
Nov 8, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update www/src/pages/en/usage/first-steps.md
Co-authored-by: Ayanava Karmakar <[email protected]>
  • Loading branch information
c-ehrlich and AyanavaKarmakar committed Nov 8, 2022
commit 35937f84e2e08151d3a048e049897d29fb439b25
2 changes: 1 addition & 1 deletion www/src/pages/en/usage/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If your app includes Prisma, make sure to run `npx prisma db push` from the root

If your app includes NextAuth, we get you started with the `DiscordProvider`. This is one of the simplest providers that NextAuth.js offers, but it still requires a bit of initial setup on your part.
juliusmarminge marked this conversation as resolved.
Show resolved Hide resolved

Of course, if you prefer to use a different auth provider, you can also use one of the [many providers](https://next-auth.js.org/providers/) that NextAuth offers.
Of course, if you prefer to use a different auth provider, you can also use one of the [many providers](https://next-auth.js.org/providers/) that NextAuth.js offers.

1. You will need a Discord account, so register one if you haven't already.
2. Navigate to https://discord.com/developers/applications and click "New Application" in the top right corner. Give your application a name and agree to the Terms of Service.
Expand Down