This repository was archived by the owner on Mar 16, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
109 lines (109 loc) · 2.36 KB
/
Copy pathdocs.json
File metadata and controls
109 lines (109 loc) · 2.36 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
108
109
{
"$schema": "https://mintlify.com/docs.json",
"theme": "aspen",
"name": "Quorim Documentation",
"colors": {
"primary": "#00C79C",
"light": "#3BE6BF",
"dark": "#009E7D"
},
"favicon": "/favicon.svg",
"errors": {
"404": {
"redirect": false,
"title": "Nothing to see here",
"description": "This page doesn’t exist. Try checking the URL or heading back."
}
},
"navigation": {
"tabs": [
{
"tab": "Guides",
"groups": [
{
"group": "Getting started",
"pages": [
"introduction",
"quickstart",
"create-server"
]
},
{
"group": "Dashboard",
"pages": [
"/dashboard/overview",
"/dashboard/settings",
"/dashboard/members",
"/dashboard/members/request",
"/dashboard/auditlogs",
"/dashboard/analytics"
]
},
{
"group": "Miscellaneous",
"pages": [
"/miscellaneous/flags",
"/miscellaneous/badges",
"/miscellaneous/enforcement-appeal"
]
}
]
}
],
"global": {
"anchors": [
{
"anchor": "Website",
"href": "https://quorim.xyz",
"icon": "globe"
},
{
"anchor": "Blog",
"href": "https://quorim.xyz/blog",
"icon": "newspaper"
},
{
"anchor": "Discord",
"href": "https://quorim.xyz/discord",
"icon": "discord"
},
{
"anchor": "X (Twitter)",
"href": "https://x.com/usequorim",
"icon": "x-twitter"
}
]
}
},
"logo": {
"light": "/logo/dark.svg",
"dark": "/logo/dark.svg"
},
"navbar": {
"links": [
{
"label": "Support",
"icon": "discord",
"href": "https://quorim.xyz/discord"
}
],
"primary": {
"type": "button",
"label": "Dashboard",
"href": "https://quorim.xyz/dashboard"
}
},
"contextual": {
"options": [
"chatgpt",
"perplexity"
]
},
"footer": {
"socials": {
"x": "https://x.com/usequorim",
"discord": "https://quorim.xyz/discord",
"website": "https://quorim.xyz"
}
}
}