-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
105 lines (105 loc) · 3.02 KB
/
docs.json
File metadata and controls
105 lines (105 loc) · 3.02 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Numa Docs",
"colors": {
"primary": "#5E35B1",
"light": "#5E35B1",
"dark": "#5E35B1"
},
"favicon": "/logo/NumaLogo.png",
"navigation": {
"groups": [
{
"group": "Get Started",
"pages": [
"getstarted/overview",
"getstarted/how-to-self-host",
"getstarted/estimated-costs"
]
},
{
"group": "Documentation",
"pages": [
"documentation/architecture/tech-stack",
{
"group": "Architecture",
"pages": ["documentation/architecture/app-architecture",
"documentation/architecture/cloud-architecture"]
},
{
"group": "Components",
"pages": ["documentation/components/numacomponents",
"documentation/components/sermonsearch",
"documentation/components/managedocuments",
"documentation/components/adminsettings",
"documentation/components/mainlayout",
"documentation/components/navmenu",
"documentation/components/routes",
"documentation/components/app"]
},
{
"group": "Models",
"pages": ["documentation/models/numamodels",
"documentation/models/numacontext",
"documentation/models/user",
"documentation/models/conversation",
"documentation/models/message",
"documentation/models/citation",
"documentation/models/sermoncollection",
"documentation/models/group",
"documentation/models/adminsettings"]
},
{
"group": "Services",
"pages": ["documentation/services/numaservices",
"documentation/services/userservice",
"documentation/services/conversationservice",
"documentation/services/messageservice",
"documentation/services/citationservice",
"documentation/services/sermoncollectionservice",
"documentation/services/groupservice",
"documentation/services/adminsettingsservice",
"documentation/services/chatservice",
"documentation/services/markdownservice",
"documentation/services/documentstorageservice"]
}
]
},
{
"group": "Release Notes",
"pages": [
"releasenotes/releases",
"releasenotes/v1.1.0-beta",
"releasenotes/v1.0.0"
]
}
],
"global": {
"anchors": [
{
"anchor": "Numa Source Code",
"href": "https://github.com/secc/Numa",
"icon": "github"
}
]
}
},
"logo": {
"light": "/logo/NumaLogo.png",
"dark": "/logo/NumaLogo.png"
},
"navbar": {
"links": [
{
"label": "Support",
"href": "mailto:applications@secc.org"
}
]
},
"footer": {
"socials": {
"github": "https://github.com/secc/Numa"
}
}
}