mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* CSS Refactor to make it easier to maintain and UI more consistant. * Misc small updates to docs * Split off tutorials into a seperate menu item I would like to add more tutorials and explainers, including those people have written on other sites. This is a starting point for that.
49 lines
1.2 KiB
JavaScript
49 lines
1.2 KiB
JavaScript
module.exports = {
|
|
sidebar: {
|
|
'Getting Started': [
|
|
'getting-started/introduction',
|
|
'getting-started/example',
|
|
'getting-started/client',
|
|
'getting-started/rest-api'
|
|
],
|
|
Configuration: [
|
|
'configuration/options',
|
|
'configuration/providers',
|
|
'configuration/databases',
|
|
'configuration/pages',
|
|
'configuration/callbacks',
|
|
'configuration/events'
|
|
],
|
|
'Models & Schemas': [
|
|
'schemas/models',
|
|
'schemas/mysql',
|
|
'schemas/postgres',
|
|
'schemas/mongodb',
|
|
'schemas/adapters'
|
|
],
|
|
'Authentication Providers': [
|
|
'providers/apple',
|
|
'providers/auth0',
|
|
'providers/battle.net',
|
|
'providers/box',
|
|
'providers/cognito',
|
|
'providers/discord',
|
|
'providers/email',
|
|
'providers/credentials',
|
|
'providers/facebook',
|
|
'providers/github',
|
|
'providers/gitlab',
|
|
'providers/google',
|
|
'providers/identity-server4',
|
|
"providers/linkedin",
|
|
'providers/mixer',
|
|
'providers/okta',
|
|
'providers/slack',
|
|
'providers/spotify',
|
|
'providers/twitch',
|
|
'providers/twitter',
|
|
'providers/yandex'
|
|
],
|
|
}
|
|
}
|