-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourse.json
More file actions
30 lines (30 loc) · 801 Bytes
/
course.json
File metadata and controls
30 lines (30 loc) · 801 Bytes
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
{
"slug": "linear-algebra",
"title": "Algebra Lineal",
"repository": "https://github.com/trigoporres/disCourses.git",
"level": "initial",
"categories": [
"Math",
"Algebra"
],
"tags": [
"initial"
],
"image": "image.jpg",
"imageCredits": "Photo by [John Moeses Bauan](https://unsplash.com/@johnmoeses?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/algebra?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)",
"stars": 0,
"toc": [
{
"slug": "introduction",
"title": "Introducción",
"path": "units/introduction.md",
"type": "doc"
},
{
"slug": "matrix",
"title": "Matrices",
"path": "units/matrix.md",
"type": "doc"
}
]
}