This repository was archived by the owner on Apr 29, 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
105 lines (105 loc) · 2.61 KB
/
docs.json
File metadata and controls
105 lines (105 loc) · 2.61 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",
"name": "Knowledge Stack",
"theme": "luma",
"colors": {
"primary": "#2D2D2D",
"light": "#F5F5F0",
"dark": "#1A1A1A"
},
"navbar": {
"primary": {
"type": "github",
"href": "https://github.com/knowledgestack"
}
},
"navigation": {
"tabs": [
{
"tab": "Documentation",
"groups": [
{
"group": "Get Started",
"pages": [
"introduction",
"authentication",
"quickstart"
]
},
{
"group": "Core Concepts",
"pages": [
"concepts/knowledge-model",
"concepts/tenants",
"concepts/permissions"
]
},
{
"group": "Guides",
"pages": [
"guides/ingest-documents",
"guides/search",
"guides/threads",
"guides/workflows"
]
}
]
},
{
"tab": "API Reference",
"groups": [
{
"group": "Authentication",
"pages": [
"api-reference/auth/overview",
"api-reference/auth/password",
"api-reference/auth/sso"
]
},
{
"group": "Knowledge",
"pages": [
"api-reference/knowledge/folders",
"api-reference/knowledge/documents",
"api-reference/knowledge/document-versions",
"api-reference/knowledge/sections",
"api-reference/knowledge/chunks"
]
},
{
"group": "Search & AI",
"pages": [
"api-reference/search/semantic-search",
"api-reference/threads/threads",
"api-reference/threads/messages"
]
},
{
"group": "Organization",
"pages": [
"api-reference/tags",
"api-reference/path-parts"
]
},
{
"group": "Workspace",
"pages": [
"api-reference/workspace/tenants",
"api-reference/workspace/users",
"api-reference/workspace/groups",
"api-reference/workspace/invites",
"api-reference/workspace/api-keys"
]
},
{
"group": "Workflows",
"pages": [
"api-reference/workflows/definitions",
"api-reference/workflows/runs"
]
}
]
}
]
}
}