-
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.47 KB
/
Copy pathdocs.json
File metadata and controls
63 lines (63 loc) · 1.47 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
{
"$schema": "https://mintlify.com/docs.json",
"name": "Meridian",
"theme": "luma",
"favicon": "https://media.brand.dev/d09a4cd4-9230-46f8-810c-343b72cf7a71.png",
"colors": {
"primary": "#6c6c6c",
"light": "#080808",
"dark": "#e2e2e2"
},
"navbar": {
"primary": {
"type": "github",
"href": "https://github.com/meridiona/meridian"
}
},
"navigation": {
"tabs": [
{
"tab": "Documentation",
"groups": [
{
"group": "Get Started",
"pages": [
"introduction",
"quickstart",
"configuration"
]
},
{
"group": "Core Concepts",
"pages": [
"concepts/how-it-works",
"concepts/sessions",
"concepts/categories",
"concepts/task-classification"
]
},
{
"group": "Guides",
"pages": [
"guides/jira",
"guides/github-linear",
"guides/mcp-setup",
"guides/dashboard",
"guides/querying-data"
]
},
{
"group": "Reference",
"pages": [
"reference/cli",
"reference/environment-variables",
"reference/mcp-tools",
"reference/session-schema",
"reference/troubleshooting"
]
}
]
}
]
}
}