File tree Expand file tree Collapse file tree 5 files changed +49
-23
lines changed
src/content/docs/workers/framework-guides Expand file tree Collapse file tree 5 files changed +49
-23
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,15 @@ sidebar:
55 order : 4
66 group :
77 hideIndex : true
8- ---
8+ ---
9+
10+ import {
11+ Description ,
12+ DirectoryListing
13+ } from " ~/components" ;
14+
15+ <Description >
16+ Create full-stack applications deployed to Cloudflare Workers with AI & agent frameworks.
17+ </Description >
18+
19+ <DirectoryListing folder = " workers/framework-guides/ai-and-agents" maxDepth = { 2 } />
Original file line number Diff line number Diff line change @@ -5,4 +5,15 @@ sidebar:
55 order : 3
66 group :
77 hideIndex : true
8- ---
8+ ---
9+
10+ import {
11+ Description ,
12+ DirectoryListing
13+ } from " ~/components" ;
14+
15+ <Description >
16+ Create full-stack applications deployed to Cloudflare Workers using APIs.
17+ </Description >
18+
19+ <DirectoryListing folder = " workers/framework-guides/apis" maxDepth = { 2 } />
Original file line number Diff line number Diff line change @@ -18,22 +18,4 @@ import {
1818Create full-stack applications deployed to Cloudflare Workers.
1919</Description >
2020
21- ### Web applications
22-
23- <DirectoryListing folder = " /workers/framework-guides/web-apps" />
24-
25- ### Mobile applications
26-
27- <DirectoryListing folder = " /workers/framework-guides/mobile-apps" />
28-
29- ### APIs
30-
31- [ FastAPI] ( /workers/languages/python/packages/fastapi/ )
32-
33- [ Hono] ( /workers/frameworks/framework-guides/web-apps/more-web-frameworks/hono/ )
34-
35- ### AI & agents
36-
37- [ Agents SDK] ( /agents/ )
38-
39- [ LangChain] ( /workers/languages/python/packages/langchain/ )
21+ <DirectoryListing folder = " workers/framework-guides" maxDepth = { 2 } />
Original file line number Diff line number Diff line change @@ -5,4 +5,15 @@ sidebar:
55 order : 2
66 group :
77 hideIndex : true
8- ---
8+ ---
9+
10+ import {
11+ Description ,
12+ DirectoryListing
13+ } from " ~/components" ;
14+
15+ <Description >
16+ Create full-stack mobile applications deployed to Cloudflare Workers.
17+ </Description >
18+
19+ <DirectoryListing folder = " workers/framework-guides/mobile-apps" maxDepth = { 2 } />
Original file line number Diff line number Diff line change @@ -5,4 +5,15 @@ sidebar:
55 order : 1
66 group :
77 hideIndex : true
8- ---
8+ ---
9+
10+ import {
11+ Description ,
12+ DirectoryListing
13+ } from " ~/components" ;
14+
15+ <Description >
16+ Create full-stack web applications deployed to Cloudflare Workers.
17+ </Description >
18+
19+ <DirectoryListing folder = " workers/framework-guides/web-apps" maxDepth = { 2 } />
You can’t perform that action at this time.
0 commit comments