generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdocs.json
More file actions
130 lines (130 loc) · 3.22 KB
/
docs.json
File metadata and controls
130 lines (130 loc) · 3.22 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "MemSync Docs",
"theme": "mint",
"colors": {
"primary": "#0EA5E9",
"light": "#38BDF8",
"dark": "#0284C7"
},
"favicon": "/images/memsync_logo.png",
"customization": {
"script": "/custom-scripts.js"
},
"navigation": {
"tabs": [
{
"tab": "Guides",
"groups": [
{
"group": "Get Started",
"pages": [
"index",
"quickstart",
"development"
]
},
{
"group": "Core Concepts",
"pages": [
"essentials/memory-types",
"essentials/categories",
"essentials/search",
"essentials/profiles",
"essentials/integrations",
"essentials/authentication"
]
}
]
},
{
"tab": "API Reference",
"groups": [
{
"group": "Getting Started",
"pages": [
"api-reference/introduction"
]
},
{
"group": "Memory Management",
"pages": [
"api-reference/endpoint/store-memories",
"api-reference/endpoint/search-memories",
"api-reference/endpoint/get-memories",
"api-reference/endpoint/update-memory",
"api-reference/endpoint/delete-memory"
]
},
{
"group": "User Profiles",
"pages": [
"api-reference/endpoint/get-profile",
"api-reference/endpoint/get-bio",
"api-reference/endpoint/update-bio"
]
},
{
"group": "Integrations",
"pages": [
"api-reference/endpoint/social-integration",
"api-reference/endpoint/file-integration",
"api-reference/endpoint/chat-integration",
"api-reference/endpoint/integration-status"
]
},
{
"group": "API Keys",
"pages": [
"api-reference/endpoint/create-api-key",
"api-reference/endpoint/list-api-keys",
"api-reference/endpoint/delete-api-key"
]
}
]
}
],
"global": {
"anchors": [
{
"anchor": "About",
"href": "https://x.com/0xDeltaHedged/status/1938239003565719668",
"icon": "newspaper"
},
{
"anchor": "GitHub",
"href": "javascript:void(0)",
"icon": "github"
},
{
"anchor": "MemSync X",
"href": "https://x.com/memsync_ai",
"icon": "x-twitter"
}
]
}
},
"logo": {
"light": "/images/memsync-light.png",
"dark": "/images/memsync-dark.png"
},
"navbar": {
"links": [
{
"label": "Dashboard",
"href": "javascript:void(0)"
}
],
"primary": {
"type": "button",
"label": "Get Started",
"href": "https://www.opengradient.ai/memsync"
}
},
"footer": {
"socials": {
"x": "https://x.com/memsyncai",
"github": "https://github.com/memsync/memsync",
"linkedin": "https://linkedin.com/company/memsync"
}
}
}