-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
73 lines (73 loc) · 1.51 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
{
"name": "Workflow86",
"logo": {
"light": "/logo/light.png",
"dark": "/logo/dark.png"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#2196f3",
"light": "#929292",
"dark": "#808080"
},
"modeToggle": {
"default": "light"
},
"topbarCtaButton": {
"name": "Start for free",
"url": "https://app.workflow86.com/signUp"
},
"feedback": {
"thumbsRating": true,
"suggestEdit": true
},
"topbarLinks": [
{
"name": "Login",
"url": "https://app.workflow86.com/"
}
],
"tabs": [
{
"name": "Courses",
"url": "courses"
}
],
"navigation": [
{
"group": "Home",
"pages": [
{
"group": "Introduction",
"pages": ["docs/introduction/welcome", "docs/introduction/terminology"]
},
{
"group": "Introduction",
"pages": [
"courses/welcome",
"courses/user-course",
"courses/apprentice-builder"
]
},
{
"group": "Getting Started",
"pages": [
"docs/getting-started/run-first-workflow",
"docs/getting-started/customise-workflow",
"docs/getting-started/build-workflow"
]
},
{
"group": "Notes",
"pages": [
"docs/notes/notes"
]
}
]
}
],
"footerSocials": {
"twitter": "https://twitter.com/workflow86",
"linkedin": "https://www.linkedin.com/company/18698636/admin/"
}
}