Files
archived-next-auth/www/sidebars.js
Iain Collins 9446c26419 Improve documentation
* 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.
2020-07-27 05:20:34 +01:00

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'
],
}
}