Skip to content

Commit 3b6cb80

Browse files
committed
Added python image processing and updated docs.json
1 parent ec1cec5 commit 3b6cb80

File tree

2 files changed

+553
-2
lines changed

2 files changed

+553
-2
lines changed

docs/docs.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,17 +299,21 @@
299299
}
300300
]
301301
},
302+
302303
{
303304
"group": "Example projects",
304305
"pages": [
305306
"guides/example-projects/batch-llm-evaluator",
306307
"guides/example-projects/claude-thinking-chatbot",
307308
"guides/example-projects/realtime-fal-ai",
308309
"guides/example-projects/realtime-csv-importer",
309-
"guides/example-projects/vercel-ai-sdk-image-generator",
310-
"guides/python/python-crawl4ai"
310+
"guides/example-projects/vercel-ai-sdk-image-generator"
311311
]
312312
},
313+
{
314+
"group": "Python examples",
315+
"pages": ["guides/python/python-image-processing", "guides/python/python-crawl4ai"]
316+
},
313317
{
314318
"group": "Example tasks",
315319
"pages": [

0 commit comments

Comments
 (0)