-
-
Notifications
You must be signed in to change notification settings - Fork 109
/
oranda.json
37 lines (37 loc) · 1010 Bytes
/
oranda.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
{
"build": {
"path_prefix": "scaphandre"
},
"project": {
"repository": "https://github.com/hubblo-org/scaphandre"
},
"styles": {
"theme": "light",
"favicon": "docs_src/favicon.ico"
},
"marketing": {
"social": {
"image": "https://raw.githubusercontent.com/hubblo-org/scaphandre/dev/docs_src/scaphandre.cleaned.png",
"image_alt": "Hubblo's twitter/x account",
"twitter_account": "@HubbloOrg"
}
},
"components": {
"changelog": true,
"artifacts": {
"auto": false,
"cargo_dist": false,
"package_managers": {
"preferred": {
"crates.io": "cargo install scaphandre",
"DEB package": "dpkg -i scaphandre.X.deb",
"docker": "docker pull hubblo/scaphandre",
"RPM package": "rpm -ivh scaphandre.X.rpm"
}
}
},
"funding": {
"preferred_funding": "github"
}
}
}