mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
Co-authored-by: Balázs Orbán <info@balazsorban.com> Co-authored-by: Lluis Agusti <hi@llu.lu> Co-authored-by: Thang Vu <hi@thvu.dev>
27 lines
384 B
JavaScript
27 lines
384 B
JavaScript
module.exports = {
|
|
gettingStarted: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "getting-started",
|
|
},
|
|
],
|
|
guides: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "guides",
|
|
},
|
|
],
|
|
reference: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "reference",
|
|
},
|
|
],
|
|
concepts: [
|
|
{
|
|
type: "autogenerated",
|
|
dirName: "concepts",
|
|
},
|
|
],
|
|
}
|