-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
113 lines (113 loc) · 2.82 KB
/
docs.json
File metadata and controls
113 lines (113 loc) · 2.82 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Davia",
"description": "Davia is the AI workspace that captures your team's updates and keeps your knowledge accurate and up-to-date.",
"colors": {
"primary": "#29bbca",
"light": "#76d9e3",
"dark": "#186d75"
},
"favicon": {
"light": "/logo/favicon.svg",
"dark": "/logo/favicon-dark.svg"
},
"icons": {
"library": "lucide"
},
"fonts": {
"family": "Uncut Sans",
"source": "https://davia.ai/UncutSans-Variable.woff2",
"format": "woff2"
},
"background": {
"image": {
"light": "https://storage.googleapis.com/davia-public-assets/documentation/backgrounds/background-light.png",
"dark": "https://storage.googleapis.com/davia-public-assets/documentation/backgrounds/background-dark.png"
}
},
"navigation": {
"groups": [
{
"group": "Getting Started",
"pages": ["quickstart", "what-is-davia", "practical-examples"],
"icon": "rocket"
},
{
"group": "Concepts",
"pages": [
"core-concepts/overview",
"core-concepts/whiteboards",
"core-concepts/project-structure",
"core-concepts/data"
],
"icon": "layers-2"
},
{
"group": "Reference",
"pages": ["reference/cli-commands", "reference/supported-agents"],
"icon": "book"
},
{
"group": "Creators",
"hidden": true,
"pages": [
"creators/publishing-as-template",
"creators/become-a-creator",
"creators/start-earning",
"creators/open-source-community"
]
}
],
"global": {
"anchors": [
{
"anchor": "Home Page",
"href": "https://davia.ai/",
"icon": "house"
},
{
"anchor": "Discord",
"href": "https://discord.gg/A79mEzP8me",
"icon": "discord"
}
]
}
},
"logo": {
"light": "/logo/logo.webp",
"dark": "/logo/logo-dark.webp",
"href": "https://davia.ai/"
},
"navbar": {
"primary": {
"type": "button",
"label": "Join our Discord",
"href": "https://discord.gg/A79mEzP8me"
},
"links": [
{
"label": "Github",
"href": "https://github.com/davialabs/davia",
"icon": "github"
}
]
},
"footer": {
"socials": {
"x": "https://x.com/DaviaLabs",
"github": "https://github.com/davialabs",
"linkedin": "https://www.linkedin.com/company/davia-labs",
"reddit": "https://www.reddit.com/r/davia_ai/",
"youtube": "https://www.youtube.com/@DaviaLabs"
}
},
"contextual": {
"options": ["copy", "chatgpt", "claude"]
},
"integrations": {
"posthog": {
"apiKey": "phc_ROYu9Dq54HnFpmCE9LzCXYPRPXLUCxgjA8O7EI8FUdS"
}
}
}