Skip to content

Commit 4413d11

Browse files
committed
Add basic navigation
1 parent 2db0333 commit 4413d11

File tree

1 file changed

+80
-71
lines changed

1 file changed

+80
-71
lines changed

docs.json

Lines changed: 80 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,104 +1,111 @@
11
{
22
"$schema": "https://mintlify.com/docs.json",
33
"theme": "mint",
4-
"name": "Mint Starter Kit",
4+
"name": "E2B Documentation",
55
"colors": {
66
"primary": "#16A34A",
77
"light": "#07C983",
88
"dark": "#15803D"
99
},
1010
"favicon": "/favicon.svg",
1111
"navigation": {
12-
"tabs": [
12+
"anchors": [
1313
{
14-
"tab": "Guides",
14+
"anchor": "Documentation",
15+
"icon": "book-open",
1516
"groups": [
1617
{
17-
"group": "Getting started",
18+
"group": "Getting Started",
1819
"pages": [
19-
"index",
20-
"quickstart",
21-
"development"
20+
"What's E2B?",
21+
"Quickstart",
22+
"Getting API Key"
2223
]
2324
},
2425
{
25-
"group": "Customization",
26+
"group": "Sandbox",
2627
"pages": [
27-
"essentials/settings",
28-
"essentials/navigation"
28+
"Sandbox lifecycle",
29+
"Environment variables",
30+
"Filesystem",
31+
"Commands",
32+
"Reconnect",
33+
"Internet access"
2934
]
3035
},
3136
{
32-
"group": "Writing content",
37+
"group": "Custom sandbox",
3338
"pages": [
34-
"essentials/markdown",
35-
"essentials/code",
36-
"essentials/images",
37-
"essentials/reusable-snippets"
39+
"Quickstart",
40+
"Overview"
3841
]
3942
},
4043
{
41-
"group": "AI tools",
44+
"group": "Premade sandboxes",
4245
"pages": [
43-
"ai-tools/cursor",
44-
"ai-tools/claude-code",
45-
"ai-tools/windsurf"
46+
"Base",
47+
"Code interpreter",
48+
"Desktop"
4649
]
47-
}
48-
]
49-
},
50-
{
51-
"tab": "API reference",
52-
"groups": [
50+
},
5351
{
54-
"group": "API documentation",
52+
"group": "Observability",
5553
"pages": [
56-
"api-reference/introduction"
54+
"Sandbox usage",
55+
"Sandbox RAM",
56+
"Sandbox CPU",
57+
"Sandbox logs"
5758
]
5859
},
5960
{
60-
"group": "Endpoint examples",
61+
"group": "Deployments",
6162
"pages": [
62-
"api-reference/endpoint/get",
63-
"api-reference/endpoint/create",
64-
"api-reference/endpoint/delete",
65-
"api-reference/endpoint/webhook"
63+
"E2B Cloud",
64+
"Self-hosting",
65+
"BYO Cloud"
6666
]
67+
},
68+
{
69+
"group": "Debugging",
70+
"pages": []
71+
},
72+
{
73+
"group": "E2B CLI",
74+
"pages": []
75+
},
76+
{
77+
"group": "Limits",
78+
"pages": [
79+
"Rate limits",
80+
"Upload & download limits"
81+
]
82+
},
83+
{
84+
"group": "Benchmarks",
85+
"pages": []
86+
},
87+
{
88+
"group": "API Reference",
89+
"pages": []
90+
},
91+
{
92+
"group": "SDK Reference",
93+
"pages": []
6794
}
6895
]
96+
},
97+
{
98+
"anchor": "SDK Reference",
99+
"icon": "square-terminal",
100+
"href": "https://external-link.com/blog"
69101
}
70-
],
71-
"global": {
72-
"anchors": [
73-
{
74-
"anchor": "Documentation",
75-
"href": "https://mintlify.com/docs",
76-
"icon": "book-open-cover"
77-
},
78-
{
79-
"anchor": "Community",
80-
"href": "https://mintlify.com/community",
81-
"icon": "slack"
82-
},
83-
{
84-
"anchor": "Blog",
85-
"href": "https://mintlify.com/blog",
86-
"icon": "newspaper"
87-
}
88-
]
89-
}
102+
]
90103
},
91104
"logo": {
92105
"light": "/logo/light.svg",
93106
"dark": "/logo/dark.svg"
94107
},
95108
"navbar": {
96-
"links": [
97-
{
98-
"label": "Support",
99-
"href": "mailto:hi@mintlify.com"
100-
}
101-
],
102109
"primary": {
103110
"type": "button",
104111
"label": "Dashboard",
@@ -107,21 +114,23 @@
107114
},
108115
"contextual": {
109116
"options": [
110-
"copy",
111-
"view",
112-
"chatgpt",
113-
"claude",
114-
"perplexity",
115-
"mcp",
116-
"cursor",
117-
"vscode"
118-
]
117+
"copy",
118+
"view",
119+
"chatgpt",
120+
"claude",
121+
"perplexity",
122+
"mcp",
123+
"cursor",
124+
"vscode"
125+
]
119126
},
120127
"footer": {
121128
"socials": {
122-
"x": "https://x.com/mintlify",
123-
"github": "https://github.com/mintlify",
124-
"linkedin": "https://linkedin.com/company/mintlify"
129+
"website": "https://e2b.dev",
130+
"x": "https://x.com/e2b",
131+
"github": "https://github.com/e2b-dev",
132+
"discord": "https://discord.gg/e2b",
133+
"linkedin": "https://linkedin.com/company/e2b-dev"
125134
}
126135
}
127-
}
136+
}

0 commit comments

Comments
 (0)