forked from milk-v/milkv.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebars.js
232 lines (231 loc) Β· 6.04 KB
/
sidebars.js
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
const sidebars = {
duo: [
{
type: 'link',
label: 'π Home',
href: '/docs',
},
'duo/overview',
{
type: "category",
label: 'π Getting Started',
collapsed: false,
link: {
type: "generated-index",
title: 'π Getting Started',
description: 'Getting Started with Duo',
slug: '/duo/getting-started'
},
items: [
'duo/getting-started/cv1800b',
'duo/getting-started/boot',
'duo/getting-started/setup',
'duo/getting-started/swap',
'duo/getting-started/buildroot-sdk',
'duo/getting-started/rtoscore',
],
},
{
type: "category",
label: 'π₯οΈ App Development',
collapsed: false,
link: {
type: "generated-index",
title: 'π₯οΈ App Development',
description: 'Application Development',
},
items: [
'duo/application-development/pinmux',
'duo/application-development/wiringx',
'duo/application-development/pinpong',
{
type: "category",
label: 'TPU',
collapsed: false,
link: {
title: 'TPU',
description: ' ',
},
items: [
'duo/application-development/tpu/tpu-introduction',
'duo/application-development/tpu/tpu-docker',
'duo/application-development/tpu/tpu-yolov5',
'duo/application-development/tpu/tpu-mobilenetv2',
'duo/application-development/tpu/tpu-shufflenetv2',
'duo/application-development/tpu/tpu-googlenet',
'duo/application-development/tpu/tpu-squeezenet',
'duo/application-development/tpu/tpu-densenet',
'duo/application-development/tpu/tpu-resnet18',
],
},
'duo/application-development/sensor-demo',
],
},
{
type: "category",
label: 'π§° Resources',
collapsed: false,
link: {
type: "generated-index",
title: 'π§° Resources',
description: 'Useful Resources',
},
items: [
'duo/resources/image-sdk',
'duo/resources/mmf',
'duo/resources/opencv-mobile',
'duo/resources/xyzdims',
],
},
{
type: "category",
label: 'π IO Boards',
collapsed: false,
link: {
type: 'doc',
id: 'duo/io-board/usb-ethernet-iob',
},
items: [
'duo/io-board/usb-ethernet-iob',
],
},
{
type: "category",
label: 'π· Camera',
collapsed: false,
link: {
type: 'doc',
id: 'duo/camera/gc2083',
},
items: [
'duo/camera/gc2083',
],
},
],
pioneer: [
{
type: 'link',
label: 'π Home',
href: '/docs',
},
'pioneer/overview',
{
type: "category",
label: 'π Getting Started',
collapsed: false,
link: {
type: 'generated-index',
title: 'π Getting Started',
description: 'Getting Started with Pionner',
slug: '/pioneer/getting-started'
},
items: [
'pioneer/getting-started/BeforeStart',
'pioneer/getting-started/processor',
'pioneer/getting-started/InstallOS',
'pioneer/getting-started/Memory',
'pioneer/getting-started/ExpansionCards',
'pioneer/getting-started/StorageDevices',
'pioneer/getting-started/PowerSupply',
'pioneer/getting-started/CompleteAssembly',
'pioneer/getting-started/download',
'pioneer/getting-started/buglist',
],
},
{
type: "category",
label: 'π§° Resources',
collapsed: false,
link: {
type: 'generated-index',
title: 'π§° Resources',
description: 'Useful Resources',
slug: '/pioneer/resources'
},
items: [
'pioneer/resources/repository',
'pioneer/resources/scoresoftware',
'pioneer/resources/gcc',
'pioneer/resources/inferllm',
'pioneer/resources/llvm',
'pioneer/resources/zcc',
],
},
'pioneer/faq',
],
mars: [
{
type: 'link',
label: 'π Home',
href: '/docs',
},
'mars/overview',
{
type: "category",
label: 'π Getting Started',
collapsed: false,
link: {
type: 'generated-index',
title: 'π Getting Started',
description: 'Getting Started with Mars',
slug: '/mars/getting-started'
},
items: [
'mars/getting-started/boot',
'mars/getting-started/setup',
'mars/getting-started/extendpartition',
'mars/getting-started/bootloader',
],
},
'mars/mipicsi-support',
'mars/mipidsi-support',
'mars/uvccam-support',
{
type: "category",
label: 'π³ Compute Module',
collapsed: false,
link: {
type: 'generated-index',
title: 'π³ Compute Module',
description: 'The Mars Compute Module is a System on Module (SoM) based on a the StarFive JH7110 System on Chip (SoC) integrates the Central Process Unit (CPU), Power Management Unit (PMU), DRAM memory, flash storage and wireless connectivity (WiFi 5 and BT 5.2) in a small form factor of just 55mm x 40mm.',
slug: '/mars/compute-module'
},
items: [
'mars/compute-module/introduction',
'mars/compute-module/boot',
'mars/compute-module/setup',
'mars/compute-module/extendpartition',
'mars/compute-module/bootloader',
{
type: "category",
label: 'π§° Resources',
collapsed: false,
link: {
type: 'doc',
id: 'mars/compute-module/resources/image',
},
items: [
'mars/compute-module/resources/image',
],
},
],
},
],
meles: [
{
type: 'link',
label: 'π Home',
href: '/docs',
},
'meles/overview'
],
vega: [
{
type: 'link',
label: 'π Home',
href: '/docs',
},
'vega/overview'
],
};
module.exports = sidebars;