-
Notifications
You must be signed in to change notification settings - Fork 10k
Workers frameworks information architecture revamp #22717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 8 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
f81583f
frameworks IA revamp
ToriLindsay ec88462
Fixed redirect and removed directory from overview for now
ToriLindsay b457b5a
Fix broken link
ToriLindsay e3ccc62
Update src/content/docs/workers/frameworks/web-apps/more-web-framewor…
ToriLindsay d73a76b
change url, apps > applications, directory listings, overview page, "…
ToriLindsay d0d0178
fix merge conflict
ToriLindsay 1a4baf2
Added content to overview pages
ToriLindsay c999b2f
merge conflict
ToriLindsay 0cc557e
Update public/__redirects
kodster28 b5cd4f3
Added layer to directory listing in index page
ToriLindsay 4851350
Changed the root URLs to the new ones
ToriLindsay 9ad9f9a
Added full-stack tags and directories back
ToriLindsay c284994
Merge branch 'production' into tori/frameworks-IA-revamp
kodster28 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
src/content/docs/workers/framework-guides/ai-and-agents/agents-sdk.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| pcx_content_type: navigation | ||
| title: Agents SDK | ||
| external_link: /agents/ | ||
|
|
||
| --- |
19 changes: 19 additions & 0 deletions
19
src/content/docs/workers/framework-guides/ai-and-agents/index.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| --- | ||
| title: AI & agents | ||
| pcx_content_type: navigation | ||
| sidebar: | ||
| order: 4 | ||
| group: | ||
| hideIndex: true | ||
| --- | ||
|
|
||
| import { | ||
| Description, | ||
| DirectoryListing | ||
| } from "~/components"; | ||
|
|
||
| <Description> | ||
| Create full-stack applications deployed to Cloudflare Workers with AI & agent frameworks. | ||
| </Description> | ||
|
|
||
| <DirectoryListing folder="workers/framework-guides/ai-and-agents" maxDepth={2}/> |
6 changes: 6 additions & 0 deletions
6
src/content/docs/workers/framework-guides/ai-and-agents/langchain.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| pcx_content_type: navigation | ||
| title: LangChain | ||
| external_link: /workers/languages/python/packages/langchain/ | ||
|
|
||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| pcx_content_type: navigation | ||
| title: FastAPI | ||
| external_link: /workers/languages/python/packages/fastapi/ | ||
|
|
||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| pcx_content_type: navigation | ||
| title: Hono | ||
| external_link: /workers/framework-guides/web-apps/more-web-frameworks/hono/ | ||
|
|
||
| --- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| --- | ||
| title: APIs | ||
| pcx_content_type: navigation | ||
| sidebar: | ||
| order: 3 | ||
| group: | ||
| hideIndex: true | ||
| --- | ||
|
|
||
| import { | ||
| Description, | ||
| DirectoryListing | ||
| } from "~/components"; | ||
|
|
||
| <Description> | ||
| Create full-stack applications deployed to Cloudflare Workers using APIs. | ||
| </Description> | ||
|
|
||
| <DirectoryListing folder="workers/framework-guides/apis" maxDepth={2}/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| --- | ||
| pcx_content_type: navigation | ||
| title: Framework guides | ||
| sidebar: | ||
| order: 12 | ||
| group: | ||
| hideIndex: true | ||
| head: [] | ||
| description: Create full-stack applications deployed to Cloudflare Workers. | ||
| --- | ||
|
|
||
| import { | ||
| Description, | ||
| DirectoryListing | ||
| } from "~/components"; | ||
|
|
||
| <Description> | ||
| Create full-stack applications deployed to Cloudflare Workers. | ||
| </Description> | ||
|
|
||
| <DirectoryListing folder="workers/framework-guides" maxDepth={2}/> |
5 changes: 5 additions & 0 deletions
5
src/content/docs/workers/framework-guides/mobile-apps/expo.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| title: Expo | ||
| pcx_content_type: navigation | ||
| external_link: https://docs.expo.dev/eas/hosting/reference/worker-runtime/ | ||
| --- |
19 changes: 19 additions & 0 deletions
19
src/content/docs/workers/framework-guides/mobile-apps/index.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| --- | ||
| title: Mobile applications | ||
| pcx_content_type: navigation | ||
| sidebar: | ||
| order: 2 | ||
| group: | ||
| hideIndex: true | ||
| --- | ||
|
|
||
| import { | ||
| Description, | ||
| DirectoryListing | ||
| } from "~/components"; | ||
|
|
||
| <Description> | ||
| Create full-stack mobile applications deployed to Cloudflare Workers. | ||
| </Description> | ||
|
|
||
| <DirectoryListing folder="workers/framework-guides/mobile-apps" maxDepth={2}/> |
2 changes: 2 additions & 0 deletions
2
...ers/frameworks/framework-guides/astro.mdx → ...rkers/framework-guides/web-apps/astro.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
src/content/docs/workers/framework-guides/web-apps/index.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| --- | ||
| title: Web applications | ||
| pcx_content_type: navigation | ||
| sidebar: | ||
| order: 1 | ||
| group: | ||
| hideIndex: true | ||
| --- | ||
|
|
||
| import { | ||
| Description, | ||
| DirectoryListing | ||
| } from "~/components"; | ||
|
|
||
| <Description> | ||
| Create full-stack web applications deployed to Cloudflare Workers. | ||
| </Description> | ||
|
|
||
| <DirectoryListing folder="workers/framework-guides/web-apps" maxDepth={2}/> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions
6
...ers/frameworks/framework-guides/index.mdx → ...es/web-apps/more-web-frameworks/index.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| --- | ||
| title: More guides... | ||
| pcx_content_type: navigation | ||
| title: Framework guides | ||
| external_link: /workers/frameworks/ | ||
| sidebar: | ||
| order: 9 | ||
| group: | ||
| hideIndex: true | ||
| --- | ||
| --- |
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
...rs/frameworks/framework-guides/nextjs.mdx → ...kers/framework-guides/web-apps/nextjs.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...meworks/framework-guides/react-router.mdx → ...ramework-guides/web-apps/react-router.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
...ers/frameworks/framework-guides/react.mdx → ...rkers/framework-guides/web-apps/react.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...rameworks/framework-guides/redwoodsdk.mdx → .../framework-guides/web-apps/redwoodsdk.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...rs/frameworks/framework-guides/svelte.mdx → ...kers/framework-guides/web-apps/svelte.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
.../frameworks/framework-guides/tanstack.mdx → ...rs/framework-guides/web-apps/tanstack.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
...rkers/frameworks/framework-guides/vue.mdx → ...workers/framework-guides/web-apps/vue.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,9 +10,4 @@ import { WranglerConfig, Render, DirectoryListing } from "~/components"; | |
|
|
||
| Full-stack applications are web applications which are span both the client and server. The build process of these applications will produce a HTML files, accompanying client-side resources (e.g. JavaScript bundles, CSS stylesheets, images, fonts, etc.) and a Worker script. Data is typically fetched the Worker script at request-time and the initial page response is usually server-side rendered (SSR). From there, the client is then hydrated and a SPA-like experience ensues. | ||
|
|
||
| The following full-stack frameworks are natively supported by Workers: | ||
|
|
||
| <DirectoryListing | ||
| folder="workers/frameworks/framework-guides" | ||
| tag="full-stack" | ||
| /> | ||
| Visit our [framework guides](/workers/framework-guides/) to see the full-stack frameworks natively supported by Workers. | ||
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.