-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.json
41 lines (41 loc) · 1.36 KB
/
footer.json
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
{
"style": "dark",
"links": [
{
"title": "Course",
"items": [
{ "label": "Introduction", "to": "docs/introduction" },
{ "label": "Setup Environment", "to": "docs/setup-environment" },
{ "label": "Setup Editor", "to": "docs/setup-editor" },
{ "label": "First Lecture", "to": "docs/unit1" }
]
},
{
"title": "Cornell DTI",
"items": [
{ "label": "Website", "href": "https://www.cornelldti.org" },
{ "label": "GitHub", "href": "https://github.com/cornell-dti" },
{ "label": "Facebook", "href": "https://www.facebook.com/cornelldti/" },
{
"label": "Medium",
"href": "https://medium.com/cornell-design-tech-initiative/"
}
]
},
{
"title": "Cornell DTI Products",
"items": [
{ "label": "Course Plan", "href": "https://courseplan.io/" },
{ "label": "CU Reviews", "href": "https://www.cureviews.org/" },
{ "label": "Queue Me In", "href": "https://queueme.in/" },
{ "label": "Design @ Cornell", "href": "https://www.cudesign.io/" },
{ "label": "Zing", "href": "https://zing-lsc-prod.web.app/" }
]
}
],
"logo": {
"alt": "Cornell DTI Text Logo",
"src": "img/dti-text-logo.png"
},
"copyright": "Copyright © 2021 Cornell Design & Tech Initiative. Built with Docusaurus."
}