Skip to content

Commit fe0add7

Browse files
committed
Init E2B deploy section
1 parent 2db0333 commit fe0add7

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

deployment/byoc.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "Bring Your Own Cloud"
3+
description: "Configure Cursor for your documentation workflow"
4+
icon: "cloud"
5+
---

deployment/self-hosting.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: "Self-Hosting"
3+
description: "Configure Cursor for your documentation workflow"
4+
icon: "server"
5+
---

docs.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@
4444
"ai-tools/claude-code",
4545
"ai-tools/windsurf"
4646
]
47+
},
48+
{
49+
"group": "Deploy E2B",
50+
"pages": [
51+
"deployment/byoc",
52+
"deployment/self-hosting"
53+
]
4754
}
4855
]
4956
},

0 commit comments

Comments
 (0)