-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdocs.json
More file actions
107 lines (106 loc) · 2.42 KB
/
docs.json
File metadata and controls
107 lines (106 loc) · 2.42 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "baobun docs",
"description": "documentation for baobun",
"colors": {
"primary": "#e57a9e",
"light": "#f7c0d0",
"dark": "#d44d76"
},
"seo": {
"indexing": "all",
"metatags": {
"theme-color": "#e3c2cd",
"og:site_name": "https://www.baobun.dev",
"canonical": "https://docs.baobun.dev"
}
},
"integrations": {
"ga4": {
"measurementId": "G-ECT0R7C9NE"
}
},
"navigation": {
"groups": [
{
"group": "Overview",
"pages": ["overview/introduction", "overview/support", "overview/links"]
},
{
"group": "Modules",
"pages": [
{
"group": "Giveaways",
"icon": "party-horn",
"pages": [
"modules/giveaway/quickstart",
"modules/giveaway/management",
"modules/giveaway/configuration",
"modules/giveaway/preset",
"modules/giveaway/template"
]
},
{
"group": "Guild",
"icon": "house",
"pages": [
"modules/guild/welcomer",
"modules/guild/dmonjoin",
"modules/guild/customcontents",
"modules/guild/customization"
]
},
{
"group": "Utility",
"icon": "sliders",
"pages": [
"modules/utility/channels",
"modules/utility/info",
"modules/utility/reminder"
]
}
]
},
{
"group": "Tutorials",
"pages": [
"tutorials/customcontent",
"tutorials/welcomer",
"tutorials/dm"
]
},
{
"group": "Resources",
"pages": [
"resources/message_id",
"resources/syntax",
"resources/variables",
"resources/embed_layout"
]
}
]
},
"logo": {
"light": "https://www.baobun.dev/bot.png",
"dark": "https://www.baobun.dev/bot.png"
},
"favicon": "favicon.ico",
"navbar": {
"links": [
{
"label": "Support Server",
"href": "https://discord.gg/AXRShswtZ4"
}
]
},
"footer": {
"socials": {
"discord": "https://discord.gg/AXRShswtZ4",
"github": "https://github.com/bao-bun"
}
},
"styling": {
"eyebrows": "breadcrumbs"
}
}