mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
16 lines
244 B
JavaScript
16 lines
244 B
JavaScript
module.exports = {
|
|
sidebar: {
|
|
'next-auth-v2': [
|
|
'getting-started',
|
|
'client',
|
|
'auth',
|
|
'upgrade'
|
|
],
|
|
'next-auth-v1': [
|
|
'v1/getting-started-v1',
|
|
'v1/client-v1',
|
|
'v1/auth-v1'
|
|
]
|
|
},
|
|
};
|