Skip to content

Commit c9012f5

Browse files
authored
Revert "[Workers] Add documentation for cf-tutor tool (#17627)" (#17820)
This reverts commit e69d73c.
1 parent 7feba46 commit c9012f5

File tree

6 files changed

+12
-99
lines changed

6 files changed

+12
-99
lines changed

src/content/docs/d1/get-started.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,5 +533,4 @@ If you have any feature requests or notice any bugs, share your feedback directl
533533

534534
- See supported [Wrangler commands for D1](/workers/wrangler/commands/#d1).
535535
- Learn how to use the [D1 client API](/d1/build-with-d1/d1-client-api/) within your Worker.
536-
- Learn the basics of using Workers with D1 and CLI development in a guided learning experience with [Cloudflare CLI tutor](/workers/get-started/cf-tutor/).
537536
- Explore [community projects built on D1](/d1/reference/community-projects/).

src/content/docs/r2/get-started.mdx

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,14 @@ sidebar:
66
head:
77
- tag: title
88
content: Get started guide
9+
910
---
1011

11-
import { Render } from "~/components";
12+
import { Render } from "~/components"
1213

1314
Cloudflare R2 Storage allows developers to store large amounts of unstructured data without the costly egress bandwidth fees associated with typical cloud storage services.
1415

15-
<div style="position: relative; padding-top: 56.25%;">
16-
<iframe
17-
src="https://customer-6qw1mjlclhl2mqdy.cloudflarestream.com/c247ba8eb4b61355184867bec9e5c532/iframe?poster=https%3A%2F%2Fcustomer-6qw1mjlclhl2mqdy.cloudflarestream.com%2Fc247ba8eb4b61355184867bec9e5c532%2Fthumbnails%2Fthumbnail.jpg%3Ftime%3D%26height%3D600"
18-
style="border: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%;"
19-
allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;"
20-
allowfullscreen="true"
21-
></iframe>
22-
</div>
16+
<div style="position: relative; padding-top: 56.25%;"><iframe src="https://customer-6qw1mjlclhl2mqdy.cloudflarestream.com/c247ba8eb4b61355184867bec9e5c532/iframe?poster=https%3A%2F%2Fcustomer-6qw1mjlclhl2mqdy.cloudflarestream.com%2Fc247ba8eb4b61355184867bec9e5c532%2Fthumbnails%2Fthumbnail.jpg%3Ftime%3D%26height%3D600" style="border: none; position: absolute; top: 0; left: 0; height: 100%; width: 100%;" allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture;" allowfullscreen="true"></iframe></div>
2317

2418
## 1. Install and authenticate Wrangler
2519

@@ -57,10 +51,6 @@ You will receive a confirmation message after a successful upload.
5751

5852
Cloudflare provides multiple ways for developers to access their R2 buckets:
5953

60-
- [Workers Runtime API](/r2/api/workers/workers-api-usage/)
61-
- [S3 API compatibility](/r2/api/s3/api/)
62-
- [Public buckets](/r2/buckets/public-buckets/)
63-
64-
## Related resources
65-
66-
- [Cloudflare CLI tutor](/workers/get-started/cf-tutor/) - Learn the basics of using Workers with R2 and CLI development in a guided learning experience.
54+
* [Workers Runtime API](/r2/api/workers/workers-api-usage/)
55+
* [S3 API compatibility](/r2/api/s3/api/)
56+
* [Public buckets](/r2/buckets/public-buckets/)

src/content/docs/workers-ai/get-started/workers-wrangler.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,3 @@ By finishing this tutorial, you have created a Worker, connected it to Workers A
135135

136136
- [Cloudflare Developers community on Discord](https://discord.cloudflare.com) - Submit feature requests, report bugs, and share your feedback directly with the Cloudflare team by joining the Cloudflare Discord server.
137137
- [Models](/workers-ai/models/) - Browse the Workers AI models catalog.
138-
- [Cloudflare CLI tutor](/workers/get-started/cf-tutor/) - Learn the basics of Workers AI and CLI development in a guided learning experience.

src/content/docs/workers/get-started/cf-tutor.mdx

Lines changed: 0 additions & 33 deletions
This file was deleted.

src/content/docs/workers/get-started/guide.mdx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ cd my-first-worker
4848

4949
In your project directory, C3 will have generated the following:
5050

51-
- `wrangler.toml`: Your [Wrangler](/workers/wrangler/configuration/#sample-wranglertoml-configuration) configuration file.
52-
- `index.js` (in `/src`): A minimal `'Hello World!'` Worker written in [ES module](/workers/reference/migrate-to-module-workers/) syntax.
53-
- `package.json`: A minimal Node dependencies configuration file.
54-
- `package-lock.json`: Refer to [`npm` documentation on `package-lock.json`](https://docs.npmjs.com/cli/v9/configuring-npm/package-lock-json).
55-
- `node_modules`: Refer to [`npm` documentation `node_modules`](https://docs.npmjs.com/cli/v7/configuring-npm/folders#node-modules).
51+
* `wrangler.toml`: Your [Wrangler](/workers/wrangler/configuration/#sample-wranglertoml-configuration) configuration file.
52+
* `index.js` (in `/src`): A minimal `'Hello World!'` Worker written in [ES module](/workers/reference/migrate-to-module-workers/) syntax.
53+
* `package.json`: A minimal Node dependencies configuration file.
54+
* `package-lock.json`: Refer to [`npm` documentation on `package-lock.json`](https://docs.npmjs.com/cli/v9/configuring-npm/package-lock-json).
55+
* `node_modules`: Refer to [`npm` documentation `node_modules`](https://docs.npmjs.com/cli/v7/configuring-npm/folders#node-modules).
5656

5757
</Details>
5858

@@ -191,7 +191,7 @@ Preview your Worker at `<YOUR_WORKER>.<YOUR_SUBDOMAIN>.workers.dev`.
191191

192192
<Details header="Seeing 523 errors?">
193193

194-
If you see [`523` errors](/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-523-origin-is-unreachable) when pushing your `*.workers.dev` subdomain for the first time, wait a minute or so and the errors will resolve themselves.
194+
If you see [`523` errors](/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#error-523-origin-is-unreachable) when pushing your `*.workers.dev` subdomain for the first time, wait a minute or so and the errors will resolve themselves.
195195

196196
</Details>
197197

@@ -201,7 +201,6 @@ To do more:
201201

202202
- Visit the [Cloudflare dashboard](https://dash.cloudflare.com/) for simpler editing.
203203
- Review our [Examples](/workers/examples/) and [Tutorials](/workers/tutorials/) for inspiration.
204-
- Learn the basics of developing Cloudflare applications through a CLI with our [Cloudflare CLI tutor tool](/workers/get-started/cf-tutor/).
205204
- Set up [bindings](/workers/runtime-apis/bindings/) to allow your Worker to interact with other resources and unlock new functionality.
206205
- Learn how to [test and debug](/workers/testing/) your Workers.
207206
- Read about [Workers limits and pricing](/workers/platform/).

src/content/partials/workers/cf-tutor.mdx

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)