-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoranda.json
More file actions
42 lines (42 loc) · 927 Bytes
/
oranda.json
File metadata and controls
42 lines (42 loc) · 927 Bytes
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
{
"project": {
"name": "Checkpoint.ts",
"repository": "https://github.com/ErenayDev/checkpoint-ts",
"license": "GPL-3.0-or-later"
},
"styles": {
"theme": "axodark",
"favicon": "https://erenaydev.com.tr/favicon.ico"
},
"marketing": {
"social": {
"image": "https://erenaydev.com.tr/favicon.png",
"image_alt": "erenay",
"twitter_account": "@erenaydev"
}
},
"build": {
"path_prefix": "checkpoint-ts"
},
"components": {
"changelog": true,
"funding": {
"yml_path": ".github/FUNDING.yml",
"preferred_funding": "github"
},
"mdbook": {
"path": "./doc"
},
"artifacts": {
"package_managers": {
"preferred": {
"cargo": "cargo install checkpoint-ts"
},
"additional": {
"binstall": "cargo binstall checkpoint-ts",
"aur": "yay -S checkpoint"
}
}
}
}
}