-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenus.json
109 lines (108 loc) · 2.86 KB
/
menus.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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
[
{
"id": "visualisations",
"text": "Visualisations",
"href": "visualisations",
"submenus": [
{
"href": "polygon_intersection",
"text": "Polygon Intersection",
"eid":"polygon_intersection",
"initfunc": "polygon_intersection"
},
{
"href": "formula_test",
"text": "Formula Test",
"eid": "formula_test",
"initfunc": "formula_test"
},
{
"href": "matrix_multiply",
"text": "Matrix Multiply",
"eid": "matrix_multiply",
"initfunc": "matrix_multiply"
}
]
},
{
"id": "ALevel",
"text": "A-Level Unit 1 ",
"href": "alevel",
"submenus": [
{
"eid": "proofs",
"text": "Proofs"
},
{
"eid": "indices",
"text": "Indices",
"href": "indices"
},
{
"eid": "surds",
"text": "Surds",
"href": "surds"
},
{
"eid": "quadratics",
"text": "Quadratics"
},
{
"eid": "inequalities",
"text": "Inequalities"
},
{
"eid": "remainder_factor_theorem",
"text": "Remainder factors"
},
{
"eid": "coordinate_geometry",
"text": "Coordinate Geometry"
},
{
"eid": "binomial_theorem",
"text": "Binomial Theorem"
}
]
},
{
"id": "ALevel2",
"text": "A-Level Unit 2",
"href": "alevel",
"submenus": [
{
"href": "trigonometry",
"text": "Trigonometry"
},
{
"href": "exponential_logarithms",
"text": "Exponential Logarithms",
"eid": "exponential_logarithms"
},
{
"href": "differentiation",
"text": "Differentiation"
},
{
"href": "integration",
"text": "Integration"
},
{
"href": "transformations",
"text": "Transformations"
},
{
"href": "function_graphs",
"text": "Function graphs"
},
{
"href": "vectors",
"text": "Vectors"
},
{
"href": "transformations",
"text": "Transformations"
}
]
}
]