forked from 06chaynes/http-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
oranda.json
34 lines (34 loc) · 1.02 KB
/
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
{
"project": {
"name": "http-cache",
"description": "An HTTP caching middleware",
"repository": "https://github.com/06chaynes/http-cache",
"license": "MIT OR Apache-2.0",
"readme_path": "./http-cache/README.md"
},
"build": {
"additional_pages": {
"http-cache changelog": "./http-cache/CHANGELOG.md",
"http-cache-reqwest": "./http-cache-reqwest/README.md",
"http-cache-reqwest changelog": "./http-cache-reqwest/CHANGELOG.md",
"http-cache-surf": "./http-cache-surf/README.md",
"http-cache-surf changelog": "./http-cache-surf/CHANGELOG.md",
"http-cache-quickcache": "./http-cache-quickcache/README.md",
"http-cache-quickcache changelog": "./http-cache-quickcache/CHANGELOG.md"
}
},
"components": {
"changelog": false,
"artifacts": {
"cargo_dist": false
},
"mdbook": {
"path": "./docs"
}
},
"styles": {
"theme": "axodark",
"favicon": "./.assets/images/favicon.ico",
"additional_css": ["./.assets/styles/oranda.css"]
}
}