Skip to content

Commit 0dad0cf

Browse files
committed
sitemap and blogs
1 parent 936101a commit 0dad0cf

File tree

2 files changed

+122
-88
lines changed

2 files changed

+122
-88
lines changed

docs/blog/blog-articles.json

Lines changed: 39 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
{
22
"articles": [
3+
{
4+
"id": "e2b-claude-code-sandbox",
5+
"title": "E2B + Claude Code Sandbox: Secure Cloud Development Environment Guide",
6+
"description": "Complete guide to run Claude Code in isolated E2B cloud sandbox. Install components safely, execute prompts in secure environment, and develop without local system risks.",
7+
"url": "https://www.aitmpl.com/blog/e2b-claude-code-sandbox/",
8+
"image": "https://www.aitmpl.com/blog/assets/e2b-claude-code-sandbox-cover.png",
9+
"category": "Cloud Development",
10+
"publishDate": "2025-01-31",
11+
"readTime": "6 min read",
12+
"tags": ["E2B", "Cloud", "Sandbox", "Security", "Isolation"],
13+
"difficulty": "advanced",
14+
"featured": true,
15+
"order": 1
16+
},
317
{
418
"id": "supabase-integration",
519
"title": "Claude Code + Supabase Integration: Complete Guide with Agents, Commands and MCP",
@@ -12,7 +26,7 @@
1226
"tags": ["Supabase", "Database", "Agents", "Commands", "MCP"],
1327
"difficulty": "basic",
1428
"featured": true,
15-
"order": 1
29+
"order": 2
1630
},
1731
{
1832
"id": "git-flow-guide",
@@ -25,7 +39,7 @@
2539
"readTime": "7 min read",
2640
"tags": ["Git", "Workflow", "Version Control", "Automation"],
2741
"difficulty": "intermediate",
28-
"order": 2
42+
"order": 3
2943
},
3044
{
3145
"id": "google-cloud-vertex-ai",
@@ -38,7 +52,7 @@
3852
"readTime": "8 min read",
3953
"tags": ["Google Cloud", "Vertex AI", "Integration", "Cloud"],
4054
"difficulty": "advanced",
41-
"order": 3
55+
"order": 4
4256
},
4357
{
4458
"id": "automated-documentation",
@@ -51,7 +65,7 @@
5165
"readTime": "6 min read",
5266
"tags": ["Documentation", "Docusaurus", "Automation", "Agents"],
5367
"difficulty": "advanced",
54-
"order": 4
68+
"order": 5
5569
},
5670
{
5771
"id": "claude-code-templates-guide",
@@ -65,7 +79,7 @@
6579
"tags": ["Getting Started", "Templates", "Installation", "Configuration"],
6680
"difficulty": "basic",
6781
"featured": true,
68-
"order": 5
82+
"order": 6
6983
},
7084
{
7185
"id": "tunnel-vision-fix",
@@ -78,7 +92,7 @@
7892
"readTime": "3 min read",
7993
"tags": ["Hooks", "Automation", "Context", "Problem Solving"],
8094
"difficulty": "basic",
81-
"order": 6
95+
"order": 7
8296
},
8397
{
8498
"id": "telegram-integration",
@@ -92,7 +106,7 @@
92106
"tags": ["Telegram", "Hooks", "Notifications", "Integration"],
93107
"difficulty": "basic",
94108
"featured": true,
95-
"order": 7
109+
"order": 8
96110
},
97111
{
98112
"id": "vercel-statusline",
@@ -105,7 +119,20 @@
105119
"readTime": "3 min read",
106120
"tags": ["Vercel", "Statusline", "Deployment", "Monitoring"],
107121
"difficulty": "basic",
108-
"order": 8
122+
"order": 9
123+
},
124+
{
125+
"id": "cloudflare-sandbox",
126+
"title": "Claude Code Agents with Cloudflare Sandbox for Isolated Environments",
127+
"description": "Learn how to run Claude Code agents in isolated Cloudflare Workers sandbox environments for secure and scalable development.",
128+
"url": "https://medium.com/@dan.avila7/claude-code-agents-with-cloudflare-sandbox-for-isolated-environments-f89b2668a06d",
129+
"image": "https://miro.medium.com/v2/resize:fit:640/format:webp/1*g9xeEVW_qaX8vfrFY8lxqg.png",
130+
"category": "Cloud Development",
131+
"publishDate": "2025-10-21",
132+
"readTime": "7 min read",
133+
"tags": ["Cloudflare", "Sandbox", "Agents", "Security", "Workers"],
134+
"difficulty": "advanced",
135+
"order": 10
109136
},
110137
{
111138
"id": "prepare-codebase",
@@ -118,16 +145,16 @@
118145
"readTime": "4 min read",
119146
"tags": ["Best Practices", "Code Organization", "Optimization", "Setup"],
120147
"difficulty": "advanced",
121-
"order": 9
148+
"order": 11
122149
}
123150
],
124151
"metadata": {
125-
"lastUpdated": "2025-02-03",
126-
"totalArticles": 9,
152+
"lastUpdated": "2025-10-26",
153+
"totalArticles": 11,
127154
"difficultyLevels": {
128155
"basic": 5,
129156
"intermediate": 1,
130-
"advanced": 3
157+
"advanced": 5
131158
}
132159
}
133160
}

0 commit comments

Comments
 (0)