Skip to content

Commit eef8ffb

Browse files
Add note to confirm and improve headings
1 parent c787df4 commit eef8ffb

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/content/docs/secrets-store/integrations/workers.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ This is different from Workers [Variables and Secrets](/workers/configuration/se
1616

1717
## Before you begin
1818

19-
If [using the Dashboard](#option-b-via-dashboard), make sure you already have a Workers application. Refer to [Get started](/workers/get-started/dashboard/) for guidance.
19+
If [using the Dashboard](#via-dashboard), make sure you already have a Workers application. Refer to [Get started](/workers/get-started/dashboard/) for guidance.
2020

2121
## 1. Set up account secrets in Secrets Store
2222

2323
If there are no account secrets yet, follow the steps below. You must have a (TBC) [Super Administrator or a Secrets Store Admin role](/secrets-store/access-control/) within your Cloudflare account.
2424

2525
:::note
26-
You may also add account secrets directly from the Workers settings on the dashboard. You can skip to [step 2](#option-b-via-dashboard) to do that.
26+
You may also add account secrets directly from the Workers settings on the dashboard. You can skip to [step 2](#via-dashboard) to do that.
2727
:::
2828

2929
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
@@ -43,7 +43,7 @@ Refer to [manage account secrets](/secrets-store/manage-secrets/) for further op
4343
- Secrets Store Admin
4444
- Secrets Store Deploy
4545

46-
### Option A: via Wrangler
46+
### Via Wrangler
4747

4848
(TBC)
4949
1. Add a Secrets Store binding to your [Wrangler configuration file](/workers/wrangler/configuration/):
@@ -63,7 +63,7 @@ secrets_store_secret = [
6363
</WranglerConfig>
6464

6565

66-
### Option B: via Dashboard
66+
### Via Dashboard
6767

6868
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/) and select your account.
6969
2. Go to **Workers & Pages** and select a Workers application.
@@ -79,7 +79,9 @@ secrets_store_secret = [
7979

8080
## 3. Access the secret on the `env` object
8181

82-
[Bindings](/workers/runtime-apis/bindings/) are located on the `env` object, which can be accessed in several ways. Two common examples are presented below. For further options, refer to the [Workers documentation](/workers/runtime-apis/bindings/#how-to-access-env).
82+
(TBC)
83+
84+
[Bindings](/workers/runtime-apis/bindings/) are located on the `env` object, which can be accessed in several ways. Two examples are presented below. For further options, refer to the [Workers documentation](/workers/runtime-apis/bindings/#how-to-access-env).
8385

8486
### Import `env` from `cloudflare:workers`
8587

0 commit comments

Comments
 (0)