2021-07-23 15:45:27 +03:00
|
|
|
module.exports = {
|
|
|
|
docs: [
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Introduction',
|
|
|
|
collapsed: false,
|
|
|
|
items: [
|
|
|
|
'getting-started',
|
|
|
|
'about',
|
2022-09-30 15:31:09 +03:00
|
|
|
'how-it-works',
|
2021-07-23 15:45:27 +03:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Tutorials',
|
|
|
|
collapsed: false,
|
|
|
|
items: [
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Todo app',
|
|
|
|
collapsed: true,
|
|
|
|
items: [
|
|
|
|
'tutorials/todo-app',
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Basics',
|
|
|
|
collapsed: true,
|
|
|
|
items: [
|
2022-09-30 15:31:09 +03:00
|
|
|
'tutorials/todo-app/01-creating-new-project',
|
|
|
|
'tutorials/todo-app/02-task-entity',
|
|
|
|
'tutorials/todo-app/03-listing-tasks',
|
|
|
|
'tutorials/todo-app/04-creating-tasks',
|
|
|
|
'tutorials/todo-app/05-updating-tasks'
|
2021-07-23 15:45:27 +03:00
|
|
|
]
|
|
|
|
},
|
2022-09-30 15:31:09 +03:00
|
|
|
'tutorials/todo-app/06-auth',
|
|
|
|
'tutorials/todo-app/07-dependencies',
|
|
|
|
'tutorials/todo-app/08-the-end'
|
|
|
|
]
|
|
|
|
},
|
2021-07-23 15:45:27 +03:00
|
|
|
]
|
|
|
|
},
|
2023-01-30 15:48:05 +03:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Guides',
|
|
|
|
collapsed: false,
|
|
|
|
items: [
|
|
|
|
'examples',
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Auth Providers',
|
|
|
|
collapsed: false,
|
|
|
|
items: [
|
|
|
|
'integrations/github',
|
|
|
|
'integrations/google',
|
|
|
|
]
|
|
|
|
},
|
|
|
|
'integrations/css-frameworks',
|
|
|
|
'deploying',
|
|
|
|
|
|
|
|
],
|
|
|
|
|
|
|
|
},
|
2021-07-23 15:45:27 +03:00
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Language',
|
|
|
|
collapsed: false,
|
|
|
|
items: [
|
|
|
|
'language/overview',
|
2022-01-20 13:45:14 +03:00
|
|
|
'language/syntax',
|
|
|
|
'language/features'
|
2021-07-23 15:45:27 +03:00
|
|
|
]
|
|
|
|
},
|
|
|
|
'cli',
|
|
|
|
{
|
|
|
|
type: 'category',
|
|
|
|
label: 'Other',
|
2023-01-30 15:48:05 +03:00
|
|
|
collapsed: true,
|
2021-07-23 15:45:27 +03:00
|
|
|
items: [
|
|
|
|
'contributing',
|
|
|
|
'vision',
|
|
|
|
'telemetry',
|
|
|
|
'contact'
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|