forked from redwoodjs/learn.redwoodjs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebars.js
35 lines (35 loc) · 1.11 KB
/
sidebars.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
module.exports = {
docs: {
Tutorial: [
'tutorial/welcome-to-redwood',
'tutorial/prerequisites',
'tutorial/installation-starting-development',
'tutorial/redwood-file-structure',
'tutorial/our-first-page',
'tutorial/a-second-page-and-a-link',
'tutorial/layouts',
'tutorial/getting-dynamic',
'tutorial/cells',
'tutorial/side-quest-how-redwood-works-with-data',
'tutorial/routing-params',
'tutorial/building-a-form',
'tutorial/saving-data',
'tutorial/authentication',
'tutorial/deployment',
'tutorial/wrapping-up',
],
'Tutorial II': [
'tutorial2/welcome-to-redwood-part-ii-redwoods-revenge',
'tutorial2/prerequisites',
'tutorial2/introduction-to-storybook',
'tutorial2/our-first-story',
'tutorial2/our-first-test',
'tutorial2/building-a-component-the-redwood-way',
'tutorial2/multiple-comments',
'tutorial2/adding-comments-to-the-schema',
'tutorial2/creating-a-comment-form',
'tutorial2/role-based-authorization-control-rbac',
'tutorial2/wrapping-up',
],
},
};