diff --git a/src/content/docs/d1/tutorials/build-a-comments-api/index.mdx b/src/content/docs/d1/tutorials/build-a-comments-api/index.mdx index 1866de142bbd162..08bc0fceb15d349 100644 --- a/src/content/docs/d1/tutorials/build-a-comments-api/index.mdx +++ b/src/content/docs/d1/tutorials/build-a-comments-api/index.mdx @@ -82,7 +82,7 @@ export default app; ## 3. Create a database -You will now create a D1 database. In Wrangler v2, there is support for the `wrangler d1` subcommand, which allows you to create and query your D1 databases directly from the command line. Create a new database with `wrangler d1 create`: +You will now create a D1 database. In Wrangler, there is support for the `wrangler d1` subcommand, which allows you to create and query your D1 databases directly from the command line. Create a new database with `wrangler d1 create`: ```sh npx wrangler d1 create d1-example diff --git a/src/content/docs/pages/how-to/use-direct-upload-with-continuous-integration.mdx b/src/content/docs/pages/how-to/use-direct-upload-with-continuous-integration.mdx index 09e295f54437a70..e2333e4d0daa5ad 100644 --- a/src/content/docs/pages/how-to/use-direct-upload-with-continuous-integration.mdx +++ b/src/content/docs/pages/how-to/use-direct-upload-with-continuous-integration.mdx @@ -189,6 +189,6 @@ env: - CLOUDFLARE_API_TOKEN: { $CLOUDFLARE_API_TOKEN } ``` -In the code block above you have specified the language as `node_js` and listed the value as `18.0.0` because Wrangler v2 depends on this Node version or higher. You have also set branches you want your continuous integration to run on. Finally, input your `PROJECT NAME` in the script section and your CI process should work as expected. +This will set the Node.js version to 18. You have also set branches you want your continuous integration to run on. Finally, input your `PROJECT NAME` in the script section and your CI process should work as expected. You can also modify the Wrangler command with any [`wrangler pages deploy` options](/workers/wrangler/commands/#deploy-1). diff --git a/src/content/docs/workers/wrangler/custom-builds.mdx b/src/content/docs/workers/wrangler/custom-builds.mdx index 922dbf4c694b0b8..ae5c36764e37e19 100644 --- a/src/content/docs/workers/wrangler/custom-builds.mdx +++ b/src/content/docs/workers/wrangler/custom-builds.mdx @@ -12,7 +12,7 @@ Custom builds are a way for you to customize how your code is compiled, before b :::note -With the release of Wrangler v2, it is no longer necessary to use custom builds to bundle your code via webpack and similar bundlers. Wrangler runs [esbuild](https://esbuild.github.io/) by default as part of the `dev` and `publish` commands, and bundles your Worker project into a single Worker script. Refer to [Bundling](/workers/wrangler/bundling/). +Wrangler runs [esbuild](https://esbuild.github.io/) by default as part of the `dev` and `publish` commands, and bundles your Worker project into a single Worker script. Refer to [Bundling](/workers/wrangler/bundling/). ::: ## Configure custom builds diff --git a/src/content/partials/kv/tutorials-wrangler-v1-warning.mdx b/src/content/partials/kv/tutorials-wrangler-v1-warning.mdx deleted file mode 100644 index 66218f6c9bc2602..000000000000000 --- a/src/content/partials/kv/tutorials-wrangler-v1-warning.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -{} - ---- - -:::caution - - -This tutorial was developed with Wrangler v1, which has now been deprecated. Refer to [Migration to Wrangler v2](/workers/wrangler/migration/v1-to-v2/) for instructions on how to upgrade to the latest version. - - -::: diff --git a/src/content/partials/workers/tutorials-wrangler-v1-warning.mdx b/src/content/partials/workers/tutorials-wrangler-v1-warning.mdx deleted file mode 100644 index 66218f6c9bc2602..000000000000000 --- a/src/content/partials/workers/tutorials-wrangler-v1-warning.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -{} - ---- - -:::caution - - -This tutorial was developed with Wrangler v1, which has now been deprecated. Refer to [Migration to Wrangler v2](/workers/wrangler/migration/v1-to-v2/) for instructions on how to upgrade to the latest version. - - -::: diff --git a/src/content/partials/workers/wrangler-v1-deprecation.mdx b/src/content/partials/workers/wrangler-v1-deprecation.mdx index d16920dd5b6fdb8..b0c1bdb97780d06 100644 --- a/src/content/partials/workers/wrangler-v1-deprecation.mdx +++ b/src/content/partials/workers/wrangler-v1-deprecation.mdx @@ -1,11 +1,9 @@ --- {} - --- :::caution - This page is for Wrangler v1, which has been deprecated. [Learn how to update to the latest version of Wrangler](/workers/wrangler/migration/v1-to-v2/).