Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/content/docs/developer-spotlight/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ Applications are currently open until Thursday, the 24th of October 2024. To app
By Mackenly Jones
</LinkTitleCard>

<LinkTitleCard
title="Generate Dynamic OG Images using Cloudflare Workers"
href="/workers/tutorials/generate-dynamic-og-images-using-workers/"
>
By Mohammed Abdulatef Al-Musaibeli
</LinkTitleCard>

<LinkTitleCard
title="Build a Voice Notes App with auto transcriptions using Workers AI"
href="/workers-ai/tutorials/build-a-voice-notes-app-with-auto-transcription/"
Expand Down
6 changes: 0 additions & 6 deletions src/content/docs/pages/get-started/c3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@ yarn create cloudflare [--] [<DIRECTORY>] [OPTIONS] [-- <NESTED ARGS...>]
pnpm create cloudflare@latest [--] [<DIRECTORY>] [OPTIONS] [-- <NESTED ARGS...>]
```

</TabItem> <TabItem label="bun">

```sh
bun create cloudflare@latest [--] [<DIRECTORY>] [OPTIONS] [-- <NESTED ARGS...>]
```

</TabItem> </Tabs>

- `DIRECTORY` <Type text="string" /> <MetaInfo text="optional" />
Expand Down
14 changes: 0 additions & 14 deletions src/content/docs/workers/languages/typescript/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@ yarn remove @cloudflare/workers-types
pnpm uninstall @cloudflare/workers-types
```

</TabItem> <TabItem label="bun">

```sh
bun remove @cloudflare/workers-types
```

</TabItem> </Tabs>

##### Generate runtime types using wrangler
Expand Down Expand Up @@ -140,14 +134,6 @@ In CI, you may have separate build and test commands. It is best practice to run
- run: pnpm test
```

</TabItem> <TabItem label="bun">

```yaml
- run: bun run generate-types
- run: bun run build
- run: bun test
```

</TabItem> </Tabs>

By integrating the `wrangler types --experimental-include-runtime` command into your workflow this way, you ensure that your development environment, builds, and CI processes always use the most accurate and up-to-date types for your Cloudflare Worker, regardless of your specific framework or tooling choices.
Expand Down
Loading