-
Notifications
You must be signed in to change notification settings - Fork 5
/
sidebars.js
86 lines (86 loc) · 1.49 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
module.exports = {
workshop2022: [
{
type: "doc",
id: "2022/index",
label: "About",
},
{
type: "doc",
id: "2022/objectives",
label: "Objectives",
},
{
type: "doc",
id: "2022/organizers",
label: "Organizers",
},
{
type: "doc",
id: "2022/sponsors",
label: "Sponsors",
},
{
type: "doc",
id: "2022/speakers",
label: "Speakers",
},
{
type: "doc",
id: "2022/program",
label: "Program",
},
// {
// type: "doc",
// id: "2022/report",
// label: "Scientific report",
// },
{
type: "link",
label: "Discussions",
href: "https://github.com/MADICES/MADICES-2022/discussions",
},
],
workshop2024: [
{
type: "doc",
id: "2024/index",
label: "About",
},
{
type: "doc",
id: "2024/objectives",
label: "Objectives",
},
{
type: "doc",
id: "2024/organizers",
label: "Organizers",
},
{
type: "doc",
id: "2024/sponsors",
label: "Sponsors",
},
{
type: "doc",
id: "2024/program",
label: "Program",
},
{
type: "doc",
id: "2024/gallery",
label: "Gallery",
},
{
type: "doc",
id: "2024/report",
label: "Scientific report",
},
{
type: "link",
label: "Discussions",
href: "https://github.com/MADICES/MADICES-2024/discussions",
},
],
};