-
Notifications
You must be signed in to change notification settings - Fork 4
/
retype.json
48 lines (48 loc) · 1.32 KB
/
retype.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
{
"input": ".",
"output": ".retype",
"base": "interlock-whitepaper",
"branding": {
"title": "Interlock",
"label": "Alpha",
"logo": "/static/Interlock_WhiteCircle.png",
"logoDark": "/static/Interlock_BlackCircle.png"
},
"meta": {
"title": " | Interlock - Decentralize Trust"
},
"edit": {
"repo": "https://github.com/interlock-network/interlock-whitepaper",
"branch": "master"
},
"links": [
{
"text": "Home",
"link": "/README.md"
},
{
"text": "GitHub",
"link": "https://github.com/interlock-network/interlock-whitepaper",
"target": "blank"
},
{
"text": "Issues",
"link": "https://github.com/interlock-network/interlock-whitepaper/issues",
"target": "blank"
},
{
"text": "PDF",
"link": "https://github.com/interlock-network/interlock-whitepaper/raw/master/pdf/whitepaper.pdf",
"target": "blank"
}
],
"footer": {
"copyright": "© Copyright {{ year }}. [Apozy, Inc.](https://www.apozy.com/) All rights reserved.",
"links": [
{
"text": "About",
"link": "README.md"
}
]
}
}