-
Notifications
You must be signed in to change notification settings - Fork 7
/
sidebars.js
93 lines (93 loc) · 1.89 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
module.exports = {
// before: {
// 'Introduction': ['before/introduction'],
// 'After Acceptance': ['before/after-acceptance'],
// },
after: {
'Introduction': ['after/introduction'],
'Housing Options': [
'after/housing',
'after/residential-colleges',
'after/halls',
'after/pgp',
],
'Before Departure': [
'after/photo',
'after/registration1',
'after/medical-exam',
'after/student-pass',
'after/qet',
],
'What To Prepare??': [
'after/registration2',
'after/document-verification',
'after/what-to-bring',
],
'After Arrival': [
'after/getting-to-nus',
'after/checkin',
'after/senior-pickup',
{
type: 'category',
label: 'Orientation',
items: [
'after/pinus-ori',
'after/hall-fac-ori',
]
},
'after/module-registration',
],
'Financial Issues': [
'after/bank-accounts',
'after/tg',
'after/financial-aid',
],
'Others': [
'after/apps',
'after/cellular',
'after/singlish',
'after/faq',
'after/things-to-know',
],
},
'CCAs and Clubs': {
'Index': ['cca/cca-index'],
'Academic': [
'cca/engin-club',
'cca/ise-club',
'cca/statistics-society',
],
'Cultural': [
'cca/angklung',
'cca/piano-ensemble',
'cca/choir',
'cca/genus',
'cca/nusso',
'cca/kdt'
],
'NUSSU': [
'cca/commit',
'cca/bizcom',
'cca/vpc',
],
'Specialist': [
'cca/nus-invest',
'cca/nes',
'cca/consulting',
'cca/bridges-enterprise',
'cca/dsc',
'cca/hackers',
'cca/fintech'
],
'Social Cause': [
'cca/aiesec',
'cca/tzuchi',
],
'Sports': [
'cca/archery',
'cca/taekwondo',
'cca/esport',
'cca/cuesports',
],
}
};