This repository was archived by the owner on Jan 10, 2026. It is now read-only.
generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
120 lines (120 loc) · 3.27 KB
/
docs.json
File metadata and controls
120 lines (120 loc) · 3.27 KB
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
110
111
112
113
114
115
116
117
118
119
120
{
"$schema": "https://mintlify.com/docs.json",
"theme": "almond",
"name": "Abscissa",
"colors": {
"primary": "#6666B9",
"light": "#7F7FD2",
"dark": "#4D4DA0"
},
"description": "Abscissa and Mathsys documentation.",
"favicon": {
"light": "/logoDark.svg",
"dark": "/logoLight.svg"
},
"thumbnails": {
"background": "/background.png"
},
"styling": {
"eyebrows": "section",
"codeblocks": "dark"
},
"appearance": {
"strict": true
},
"api": {
"params": {
"expanded": "all"
},
"playground": {
"display": "interactive"
}
},
"integrations": {
"ga4": {
"measurementId": "G-BLTVPB0N6L"
}
},
"errors": {
"404": {
"redirect": true
}
},
"navigation": {
"tabs": [
{
"tab": "Mathsys",
"groups": [
{
"group": "Learn",
"pages": [
"/Mathsys/Learn/Getting-started",
"/Mathsys/Learn/Addition-and-subtraction",
"/Mathsys/Learn/Multiplication-and-division",
"/Mathsys/Learn/Exponentiation",
"/Mathsys/Learn/Declarations-and-definitions",
"/Mathsys/Learn/Variables",
"/Mathsys/Learn/Infinite",
"/Mathsys/Learn/Tensors",
"/Mathsys/Learn/Type-declarations",
"/Mathsys/Learn/Limits",
"/Mathsys/Learn/Comments",
"/Mathsys/Learn/Modules"
]
}
]
}
],
"global": {
"anchors": [
{
"anchor": "Abscissa",
"href": "https://github.com/alejandro-vaz/abscissa",
"icon": "github"
},
{
"anchor": "Mathsys",
"href": "https://github.com/alejandro-vaz/mathsys",
"icon": "github"
}
]
}
},
"logo": {
"light": "/logoDark.svg",
"dark": "/logoLight.svg",
"href": "https://abscissa.eu"
},
"navbar": {
"links": [
{
"label": "Contact us",
"href": "mailto:support@abscissa.eu"
}
],
"primary": {
"type": "button",
"label": "Live",
"href": "https://abscissa.eu"
}
},
"contextual": {
"options": ["copy"]
},
"footer": {
"socials": {
"x": "https://x.com/abscissa_math",
"github": "https://github.com/abscissa_math"
}
},
"seo": {
"metatags": {
"og:type": "website",
"og:site_name": "Abscissa Documentation",
"twitter:card": "summary_large_image",
"twitter:image": "/background.png",
"og:image": "/background.png",
"twitter:site": "@abscissa_math"
}
}
}