-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
107 lines (107 loc) · 2.43 KB
/
docs.json
File metadata and controls
107 lines (107 loc) · 2.43 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
{
"$schema": "https://mintlify.com/docs.json",
"name": "si",
"theme": "mint",
"colors": {
"primary": "#0f6d5f",
"light": "#8bf0c9",
"dark": "#0c4b42"
},
"favicon": "/docs/images/branding/favicon.ico",
"logo": {
"light": "/docs/images/branding/aureuma-logo-dark.png",
"dark": "/docs/images/branding/aureuma-logo-light.png"
},
"navigation": {
"global": {
"anchors": [
{
"anchor": "Aureuma AI",
"href": "https://aureuma.ai"
},
{
"anchor": "GitHub",
"href": "https://github.com/Aureuma/si"
}
]
},
"tabs": [
{
"tab": "Get Started",
"groups": [
{
"group": "Overview",
"pages": [
"docs/index",
"docs/CLI_REFERENCE",
"docs/COMMAND_REFERENCE",
"docs/INTEGRATIONS_OVERVIEW",
"docs/SETTINGS",
"docs/testing"
]
}
]
},
{
"tab": "Core Runtime",
"groups": [
{
"group": "Runtime",
"pages": [
"docs/VAULT",
"docs/BROWSER",
"docs/PLUGIN_MARKETPLACE",
"docs/INTEGRATION_GATEWAY_ARCHITECTURE",
"docs/PROVIDERS",
"docs/API_CHARACTERISTICS",
"docs/INTEGRATION_ECOSYSTEM"
]
},
{
"group": "Operations",
"pages": [
"docs/operations/agents"
]
}
]
},
{
"tab": "Integrations",
"groups": [
{
"group": "Provider Guides",
"pages": [
"docs/GITHUB",
"docs/CLOUDFLARE",
"docs/GCP",
"docs/GOOGLE_PLACES",
"docs/GOOGLE_PLAY",
"docs/GOOGLE_YOUTUBE",
"docs/AWS",
"docs/OPENAI",
"docs/OCI",
"docs/STRIPE",
"docs/SOCIAL",
"docs/WORKOS",
"docs/APPLE_APPSTORE",
"docs/PUBLISH"
]
}
]
},
{
"tab": "Release",
"groups": [
{
"group": "Release Docs",
"pages": [
"docs/RELEASING",
"docs/RELEASE_RUNBOOK",
"docs/HOMEBREW_CORE"
]
}
]
}
]
}
}