Skip to content

Commit

Permalink
Remove 404 quickstarts (#16141)
Browse files Browse the repository at this point in the history
  • Loading branch information
kodster28 authored Aug 14, 2024
1 parent 5e8662d commit 66612a2
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/content/docs/workers/get-started/quickstarts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,6 @@ To access a full list of available Cloudflare templates, refer to the [Cloudflar

## Example Projects

<WorkerStarter
title="Router"
repo="cloudflare/workers-sdk/templates/worker-router"
description="Run different logic based on the URL and request method. Use this starter to Build REST APIs or applications that require routing logic."
/>

<WorkerStarter
title="Speedtest"
repo="cloudflare/workers-sdk/templates/worker-speedtest"
description="Measure download/upload connection speed from the client side, using the Performance Timing API."
/>

<WorkerStarter
title="Sentry"
repo="mhart/cf-sentry"
Expand All @@ -75,12 +63,6 @@ To access a full list of available Cloudflare templates, refer to the [Cloudflar
description="Serve a JavaScript Binary AST via a Cloudflare Worker."
/>

<WorkerStarter
title="AWS DynamoDB SQS"
repo="cloudflare/workers-sdk/templates/worker-aws"
description="Use AWS services such as DynamoDB and SQS from a Cloudflare Worker."
/>

<WorkerStarter
title="Edge-Side Rendering"
repo="frandiox/vitessedge-template"
Expand All @@ -93,12 +75,6 @@ To access a full list of available Cloudflare templates, refer to the [Cloudflar
description="Build a fast, globally distributed REST API using Cloudflare Workers and Fauna, the data API for modern applications."
/>

<WorkerStarter
title="Analytics Engine Forwarder"
repo="cloudflare/workers-sdk/templates/worker-analytics-engine-forwarder"
description="Use a Worker to capture analytics data with Analytics Engine."
/>

***

## Frameworks
Expand Down

0 comments on commit 66612a2

Please sign in to comment.