-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
63 lines (63 loc) · 1.49 KB
/
docs.json
File metadata and controls
63 lines (63 loc) · 1.49 KB
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
57
58
59
60
61
62
63
{
"theme": {
"name": "picasso",
"logo": {
"light": "/public/assets/logo.svg",
"dark": "/public/assets/logo-dark.svg"
},
"favicon": "/public/assets/logo.svg",
"banner": {
"content": "**xyd 0.1.0** - Docs platform for future dev.",
"label": "Coming Soon",
"icon": "sparkles"
}
},
"navigation": {
"tabs": [
{
"title": "Guides",
"page": "",
"href": "introduction"
},
{
"title": "API Reference",
"page": "api-reference"
}
],
"sidebar": [
{
"group": "Get Started",
"pages": [
"introduction",
"pages-and-routing"
]
},
{
"group": "Writing",
"pages": [
"markdown",
"developer-content"
]
},
{
"group": "Customization",
"pages": [
"make-docs-yours",
"icons"
]
}
]
},
"api": {
"openapi": {
"source": "openapi.json",
"route": "api-reference"
}
},
"redirects": [
{
"source": "index",
"destination": "introduction"
}
]
}