We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db0333 commit fe0add7Copy full SHA for fe0add7
deployment/byoc.mdx
@@ -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
+title: "Self-Hosting"
+icon: "server"
docs.json
@@ -44,6 +44,13 @@
44
"ai-tools/claude-code",
45
"ai-tools/windsurf"
46
]
47
+ },
48
+ {
49
+ "group": "Deploy E2B",
50
+ "pages": [
51
+ "deployment/byoc",
52
+ "deployment/self-hosting"
53
+ ]
54
}
55
56
},
0 commit comments