Skip to content

Commit a44d0aa

Browse files
kodster28sdnts
authored andcommitted
[Chore] Add noindex to Wrangler 1 pages (cloudflare#22758)
1 parent 1e67d38 commit a44d0aa

File tree

6 files changed

+142
-218
lines changed

6 files changed

+142
-218
lines changed

src/content/docs/workers/wrangler/migration/v1-to-v2/wrangler-legacy/authentication.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pcx_content_type: how-to
33
title: Authentication
44
sidebar:
55
order: 2
6+
noindex: true
67
---
78

89
import { Render } from "~/components";

src/content/docs/workers/wrangler/migration/v1-to-v2/wrangler-legacy/commands.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sidebar:
66
head:
77
- tag: title
88
content: Commands - Wrangler v1 (deprecated)
9+
noindex: true
910
---
1011

1112
import { Render, Type, MetaInfo, WranglerConfig } from "~/components";
@@ -540,8 +541,6 @@ Most `kv` commands require you to specify a namespace. A namespace can be specif
540541
541542
Most `kv` subcommands also allow you to specify an environment with the optional `--env` flag. This allows you to publish Workers running the same code but with different namespaces. For example, you could use separate staging and production namespaces for KV data in your Wrangler file:
542543
543-
544-
545544
<WranglerConfig>
546545
547546
```toml

0 commit comments

Comments
 (0)