Skip to content

Commit 1a4baf2

Browse files
committed
Added content to overview pages
1 parent d0d0178 commit 1a4baf2

File tree

5 files changed

+49
-23
lines changed

5 files changed

+49
-23
lines changed

src/content/docs/workers/framework-guides/ai-and-agents/index.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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}/>

src/content/docs/workers/framework-guides/apis/index.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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}/>

src/content/docs/workers/framework-guides/index.mdx

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,4 @@ import {
1818
Create 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}/>

src/content/docs/workers/framework-guides/mobile-apps/index.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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}/>

src/content/docs/workers/framework-guides/web-apps/index.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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}/>

0 commit comments

Comments
 (0)