-
Notifications
You must be signed in to change notification settings - Fork 173
/
chiller.json
47 lines (47 loc) · 1.02 KB
/
chiller.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
{
"name": "Radash",
"favicon": "docs/favicon.ico",
"domain": "https://radash-docs.vercel.app",
"description": "A functional utility library - modern, simple, typed, powerful",
"logo": {
"light": "docs/logo-light.png",
"dark": "docs/logo-dark.png"
},
"version": "v10.x.x",
"index": "docs/getting-started",
"pages": "./docs/**/*.mdx",
"theme": "red-400",
"repo": "https://github.com/rayepps/radash",
"branch": "master",
"sidebar": {
"links": [
{
"url": "/docs/getting-started",
"icon": "book",
"label": "Documentation"
},
{
"url": "https://npm.runkit.com/radash",
"icon": "code",
"label": "Playground"
},
{
"url": "https://github.com/rayepps/radash/discussions",
"icon": "chat",
"label": "Community"
}
],
"order": [
"Getting Started",
"Array",
"Async",
"Curry",
"Number",
"Object",
"Random",
"Series",
"String",
"Typed"
]
}
}