-
Notifications
You must be signed in to change notification settings - Fork 8
/
mint.json
114 lines (114 loc) · 2.8 KB
/
mint.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
110
111
112
113
114
{
"$schema": "https://mintlify.com/schema.json",
"name": "tscircuit docs",
"logo": {
"dark": "/logo/logo.svg",
"light": "/logo/logo.svg"
},
"favicon": "/logo/ts.svg",
"colors": {
"primary": "#0077CE",
"light": "#00ADF8",
"dark": "#0077CE",
"anchors": {
"from": "#0077CE",
"to": "#00ADF8"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:[email protected]"
}
],
"topbarCtaButton": {
"name": "Find Packages",
"url": "https://tscircuit.com/trending"
},
"tabs": [
{
"name": "API Reference",
"url": "api-reference"
}
],
"anchors": [
{
"name": "Github",
"icon": "github",
"url": "https://github.com/tscircuit/tscircuit"
},
{
"name": "Twitter/X",
"icon": "x-twitter",
"url": "https://x.com/tscircuit"
},
{
"name": "Community",
"icon": "discord",
"url": "https://tscircuit.com/community/join-redirect"
}
],
"navigation": [
{
"group": "Get Started",
"pages": ["quickstart", "registry"]
},
{
"group": "Tutorials",
"pages": [
"tutorials/blinking-led-circuit",
"tutorials/pushbutton-led-circuit",
"tutorials/copying-a-reference-circuit",
"tutorials/parts-of-a-pcb",
"tutorials/motor-driver-circuit"
]
},
{
"group": "Core Components",
"pages": [
"api-reference/components/bug",
"api-reference/components/resistor",
"api-reference/components/capacitor",
"api-reference/components/trace",
"api-reference/components/component",
"api-reference/components/diode",
"api-reference/components/led",
"api-reference/components/netalias",
"api-reference/components/powersource",
"api-reference/components/group"
]
},
{
"group": "Footprint Components",
"pages": [
"api-reference/footprint-components/hole",
"api-reference/footprint-components/platedhole",
"api-reference/footprint-components/smtpad"
]
},
{
"group": "Schematic Symbol Components",
"pages": [
"api-reference/schematic-symbol-components/schematicbox",
"api-reference/schematic-symbol-components/schematicline",
"api-reference/schematic-symbol-components/schematicpath"
]
},
{
"group": "Layout Engines",
"pages": [
"api-reference/layout-engines/constrainedlayout",
"api-reference/layout-engines/constraint"
]
},
{
"group": "Advanced",
"pages": ["api-reference/advanced/soup"]
}
],
"footerSocials": {
"x": "https://x.com/tscircuit",
"github": "https://github.com/tscircuit/tscircuit",
"linkedin": "https://www.linkedin.com/company/mintsearch"
}
}