-
Notifications
You must be signed in to change notification settings - Fork 6
/
site-metadata.json
88 lines (88 loc) · 2.49 KB
/
site-metadata.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
{
"description": "Open, Cloud Native, Distributed Tracing Platform",
"palette": "violet",
"palettes": {
"blue": {
"sass": {
"accent1": "#00c6ff",
"accent2": "#0072ff"
}
},
"green": {
"sass": {
"accent1": "#12db5d",
"accent2": "#11998e"
}
},
"navy": {
"sass": {
"accent1": "#004e92",
"accent2": "#000428"
}
},
"violet": {
"sass": {
"accent1": "#8273f1",
"accent2": "#8273f1"
}
}
},
"header": {
"title": "Hypertrace",
"logo_img": "images/logo.png",
"has_nav": true,
"has_social:":true,
"nav_links": [
{
"label": "GitHub",
"url": "https://github.com/hypertrace/hypertrace",
"type": "icon",
"icon_class": "fa-github",
"new_window": true
},
{
"label": "Slack",
"url": "https://join.slack.com/t/hypertrace/shared_invite/zt-oln0psj9-lm1CSkXE1vsWdcw6YKWGDg",
"type": "icon",
"icon_class": "fa-slack",
"new_window": true
}
]
},
"footer": {
"content": "©2020 Traceable Inc.",
"links": [
{
"label": "Privacy Policy",
"url": "https://hypertrace.org/privacy-policy/1-0",
"type": "link",
"new_window": true
}
],
"has_social": true,
"social_links": [
{
"label": "Slack",
"url": "https://join.slack.com/t/hypertrace/shared_invite/zt-oln0psj9-lm1CSkXE1vsWdcw6YKWGDg",
"type": "icon",
"icon_class": "fa-slack",
"new_window": true
},
{
"label": "Twitter",
"url": "https://twitter.com/hypertraceorg",
"type": "icon",
"icon_class": "fa-twitter",
"new_window": true
},
{
"label": "GitHub",
"url": "https://github.com/hypertrace/hypertrace",
"type": "icon",
"icon_class": "fa-github",
"new_window": true
}
]
},
"title": "Hypertrace"
}