-
Notifications
You must be signed in to change notification settings - Fork 1
/
retype.json
56 lines (50 loc) · 1.09 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
49
50
51
52
53
54
55
56
{
"input": "./",
"output": ".retype",
"cname": "docs.mojee.io",
"meta": {
"title": " | Mojee Documentation"
},
"branding": {
"label": "docs",
"logo": "static/logo.svg",
"logoDark": "static/logo-dark.svg"
},
"api": {
"projects": [
{
"input": "../mojee-dev/src/csharp/Mojee"
}
]
},
"edit": {
"repo": "https://github.com/MojeeIO/Mojee/",
"branch": "master"
},
"links": [{
"text": "Home",
"link": "https://mojee.io/"
}, {
"text": "Emojis",
"link": "https://mojee.io/emojis"
}, {
"text": "Pricing",
"link": "https://mojee.io/pricing"
}, {
"text": "Docs",
"link": "/"
}, {
"text": "GitHub",
"link": "https://github.com/MojeeIO/Mojee"
}
],
"footer": {
"copyright": "© Copyright 2008-{{ year }}. [Object.NET, Inc.](https://object.net/) All rights reserved.",
"links": [
{
"text": "LICENSE",
"link": "/LICENSE/"
}
]
}
}