Skip to content

Commit 2aba07f

Browse files
authored
[DLS] Remove trailing spaces (#19838)
1 parent 4339df1 commit 2aba07f

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

src/content/docs/data-localization/how-to/r2.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ The following instructions will show you how to set up a Logpush job using an S3
3232

3333
<Details header="Generate a token for a specific bucket (recommended)">
3434

35-
Go to the R2 section of your Cloudflare dashboard and select **Manage R2 API Tokens** to generate a token directly tied to your specific bucket. You can follow the instructions in the [Authentication](/r2/api/s3/tokens/) section.
35+
Go to the R2 section of your Cloudflare dashboard and select **Manage R2 API Tokens** to generate a token directly tied to your specific bucket. You can follow the instructions in the [Authentication](/r2/api/s3/tokens/) section.
3636

3737
</Details>
3838

3939
<Details header="Generate a token for all buckets">
4040

4141
You can generate a API token in **Manage Account** > **Account API Tokens** or you can create a user-specific token:
4242

43-
1. Go to **My Profile** > **API Tokens**
43+
1. Go to **My Profile** > **API Tokens**
4444
2. Select **Create Token** > **Create Custom Token**
4545
3. Choose **Account** > **Workers R2 Storage** > **Edit** to set permissions.
4646
4. To test your token, copy the `curl` command and paste it into a terminal.
@@ -71,12 +71,12 @@ The result:
7171
```
7272

7373
5. Generate a SHA-256 hash of the token:
74-
74+
7575
```bash
7676
echo -n "<token>" | shasum -a 256
7777
```
7878

79-
This command will output a hash similar to `dxxxx391b`.
79+
This command will output a hash similar to `dxxxx391b`.
8080

8181
</Details>
8282

src/content/docs/data-localization/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ Comply with regional restrictions by choosing which subset of data centers decry
4444
## Related products
4545

4646
<RelatedProduct header="SSL/TLS" href="/ssl/" product="ssl">
47-
Cloudflare SSL/TLS encrypts your web traffic to prevent data theft and other tampering.
47+
Cloudflare SSL/TLS encrypts your web traffic to prevent data theft and other tampering.
4848
</RelatedProduct>
4949

5050
<RelatedProduct header="DNS" href="/dns/" product="dns">
51-
Cloudflare's global DNS platform provides speed and resilience. DNS customers also benefit from free DNSSEC, and protection against route leaks and hijacking.
51+
Cloudflare's global DNS platform provides speed and resilience. DNS customers also benefit from free DNSSEC, and protection against route leaks and hijacking.
5252
</RelatedProduct>
5353

5454
***
@@ -62,7 +62,7 @@ Refer to our latest resources to learn more about privacy.
6262
</LinkTitleCard>
6363

6464
<LinkTitleCard title="Cloudflare blog" href="https://blog.cloudflare.com/tag/data-localization-suite" icon="open-book">
65-
Read articles about the latest updates to the Data Localization Suite.
65+
Read articles about the latest updates to the Data Localization Suite.
6666
</LinkTitleCard>
6767

6868
</CardGrid>

src/content/docs/data-localization/limitations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ There are certain limitations and caveats when using Customer Metadata Boundary.
4646

4747
Specifically most of the Zone Analytics & Logs UI Tabs will be showing up as empty, when configuring Customer Metadata Boundary to EU only. It is recommended to use the UI [Security Analytics](/waf/analytics/security-analytics/) instead, or the [HTTP request](/logs/reference/log-fields/zone/http_requests/) logs via [Logpush](/logs/about/).
4848

49-
To configure Customer Metadata Boundary to EU only, you must disable Log Retention for all zones within your account. Log Retention is a legacy feature of [Logpull](/logs/logpull/).
49+
To configure Customer Metadata Boundary to EU only, you must disable Log Retention for all zones within your account. Log Retention is a legacy feature of [Logpull](/logs/logpull/).
5050

5151
For product-specific caveats, refer to [Cloudflare product compatibility](/data-localization/compatibility/) page.
5252

src/content/docs/data-localization/metadata-boundary/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To configure Customer Metadata Boundary in the dashboard:
2222

2323
## Configure Customer Metadata Boundary via API
2424

25-
You can also configure Customer Metadata Boundary via API.
25+
You can also configure Customer Metadata Boundary via API.
2626

2727
Currently, only SuperAdmins and Admin roles can edit DLS configurations. Use the **Account-level Logs:Read/Write** API permissions for the `/logs/control/cmb` endpoint to read/write Customer Metadata Boundary configurations.
2828

src/content/docs/data-localization/metadata-boundary/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sequenceDiagram
2020
participant CloudflarePoP as Closest data center
2121
participant EUCoreDC as Core data center in EU
2222
participant CloudflareSuperAdmin as Admin
23-
23+
2424
UserEU->>CloudflarePoP: Connects
2525
Note right of CloudflarePoP: Customer Logs generated <br> (for example, HTTP requests and Firewall events)
2626
CloudflarePoP-->>EUCoreDC: Forwards encrypted Customer Logs

src/content/docs/data-localization/regional-services/get-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Refer to the table below for the complete list of available regions and their de
7575

7676
## Configure Regional Services via API
7777

78-
You can also use Regional Services via API.
78+
You can also use Regional Services via API.
7979

8080
Currently, only SuperAdmins and Admin roles can edit DLS configurations. Use the Zone-level **DNS: Read/Write** API permission for the `/addressing/` endpoint to read or write Regional Services configurations.
8181

0 commit comments

Comments
 (0)