-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.json
60 lines (56 loc) · 848 Bytes
/
menu.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
[
{
"title": "Get started",
"type": "label"
},
{
"title": "Printer support",
"link": "get-started/printer-support"
},
{
"title": "Run custom client",
"link": "get-started/run-custom-client"
},
{
"title": "Reference",
"type": "label"
},
{
"title": "Katana",
"link": "reference/katana",
"children": [
]
},
{
"title": "Updates",
"type": "label"
},
{
"title": "Katana Desktop",
"link": "updates/katana-desktop"
},
{
"title": "Resources",
"type": "label"
},
{
"title": "Blog",
"link": "http://formidedev.tumblr.com",
"type": "external"
},
{
"title": "Support",
"link": "http://support.formide.com",
"type": "external"
},
{
"title": "GitHub",
"link": "https://github.com/PRINTR3D",
"type": "external"
},
{
"title": "Policies",
"link": "",
"type": "external"
}
]