-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebars.js
28 lines (28 loc) · 1.03 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
module.exports = {
docs: {
Introduction: [
"introduction/gettingstarted",
"introduction/jsprimer",
"introduction/eventdrivenprogramming",
"introduction/websockets",
"introduction/webrtc",
"introduction/pwa",
"introduction/deployment-to-heroku",
],
"Tutorial: Group Chat App": ["chatapp/intro"],
"Tutorial: Video Call App": ["videocallapp/intro"],
"Tutorial: Exploring Browser APIs": ["browserapi/intro", "browserapi/main"],
"Tutorial: Location Sharing App": ["locationapp/intro"],
//"Tutorial: React PWA": ["reactpwa/intro"],
"Tutorial: Deploying to Heroku": [
"herokudeployment/react",
"herokudeployment/pythonapp",
],
"Slides": [
"slides/fossasia",
"slides/iapsession1",
"slides/iapsession2",
]
// Others: ["others/styleguide"], // Not shown in sidebar. Just visit /resources/docs/guide to view this.
},
};