Skip to content

Commit abcd051

Browse files
committed
chore: format left-over files
1 parent ab344f5 commit abcd051

File tree

12 files changed

+223
-222
lines changed

12 files changed

+223
-222
lines changed

.github/workflows/semgrep.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
21
on:
32
pull_request: {}
43
workflow_dispatch: {}
5-
push:
4+
push:
65
branches:
76
- main
87
- master
98
schedule:
10-
- cron: '0 0 * * *'
9+
- cron: "0 0 * * *"
1110
name: Semgrep config
1211
jobs:
1312
semgrep:

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ dist
44
.github/CODEOWNERS
55
public/_redirects
66
public/analytics/static/downloads/main.css
7+
src/content/workers-ai-models/*.json

src/asides.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
&.starlight-aside--caution {
1010
background-color: rgb(255, 248, 228);
11-
1211
}
1312

1413
.starlight-aside__title {
@@ -33,4 +32,4 @@
3332
.starlight-aside--caution {
3433
background-color: rgb(98, 73, 10);
3534
}
36-
}
35+
}

src/content/changelogs/magic-network-monitoring.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ entries:
88
- publish_date: "2024-09-24"
99
title: Magic Network Monitoring free version available to all customers
1010
description: |-
11-
The free version of Magic Network Monitoring (MNM) is now available to everyone with a Cloudflare account by default.
11+
The free version of Magic Network Monitoring (MNM) is now available to everyone with a Cloudflare account by default.

src/content/changelogs/rules.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ productLink: "/rules/"
55
productArea: Application performance
66
productAreaLink: /fundamentals/reference/changelog/performance/
77
entries:
8-
- publish_date: "2024-09-20"
8+
- publish_date: "2024-09-20"
99
title: Automatic DNS Validation for Cloudflare Rules
10-
description: |-
10+
description: |-
1111
The Cloudflare dashboard now automatically validates [DNS records](/dns/manage-dns-records/reference/proxied-dns-records/) and [Cloudflare for SaaS custom hostnames](/cloudflare-for-platforms/cloudflare-for-saas/domain-support/) for rules targeting specific hostnames or URLs. To prevent misconfigured rules and ensure smoother deployments, you will get proactive warnings for missing or misconfigured DNS records and custom hostnames.
12-
12+
1313
- publish_date: "2024-09-17"
1414
title: Compression Rules available to all plans with Zstandard support
1515
description: |-

src/content/changelogs/security-center.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ entries:
1111
1212
- publish_date: "2024-09-19"
1313
description: |-
14-
- Customers can now create a `security.txt` file file to provide the security research team with a standardized way to report vulnerabilities.
14+
- Customers can now create a `security.txt` file file to provide the security research team with a standardized way to report vulnerabilities.
1515
1616
- publish_date: "2024-09-23"
1717
description: |-
18-
- Customers can now export all matches from a saved query. Select your **Query name** > select the three dots > **Export matches**.
18+
- Customers can now export all matches from a saved query. Select your **Query name** > select the three dots > **Export matches**.

src/content/changelogs/zaraz.yaml

Lines changed: 124 additions & 125 deletions
Large diffs are not rendered by default.
Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
11
---
22
productName: Durable Objects
33
entries:
4-
- term: "Durable Objects"
5-
general_definition: |-
6-
The product name, or the collective noun referring to more than one Durable Object instance.
4+
- term: "Durable Objects"
5+
general_definition: |-
6+
The product name, or the collective noun referring to more than one Durable Object instance.
77
8-
- term: "Namespace"
9-
general_definition: |-
10-
A container for a collection of Durable Objects that all share the same Durable Object (class) definition. A single Namespace can have (tens of) millions of Durable Objects. Metrics are scoped per Namespace.
8+
- term: "Namespace"
9+
general_definition: |-
10+
A container for a collection of Durable Objects that all share the same Durable Object (class) definition. A single Namespace can have (tens of) millions of Durable Objects. Metrics are scoped per Namespace.
1111
12-
- term: "Durable Object"
13-
general_definition: |-
14-
An individual Durable Object. A Durable Object is globally unique (referenced by ID), provides a global point of coordination for all methods/requests sent to it, and has private, persistent storage that is not shared with other Durable Objects within a Namespace.
12+
- term: "Durable Object"
13+
general_definition: |-
14+
An individual Durable Object. A Durable Object is globally unique (referenced by ID), provides a global point of coordination for all methods/requests sent to it, and has private, persistent storage that is not shared with other Durable Objects within a Namespace.
1515
16-
- term: "Stub"
17-
general_definition: |-
18-
An object that refers to a unique Durable Object within a Namespace and allows you to call into that Durable Object via RPC methods or the `fetch` API. For example, `let stub = env.MY_DURABLE_OBJECT.get(id)`
16+
- term: "Stub"
17+
general_definition: |-
18+
An object that refers to a unique Durable Object within a Namespace and allows you to call into that Durable Object via RPC methods or the `fetch` API. For example, `let stub = env.MY_DURABLE_OBJECT.get(id)`
1919
20-
- term: "actor"
21-
general_definition: |-
22-
A term referring to a unique Durable Object.
20+
- term: "actor"
21+
general_definition: |-
22+
A term referring to a unique Durable Object.
2323
24-
- term: "instance"
25-
general_definition: |-
26-
See 'actor'.
24+
- term: "instance"
25+
general_definition: |-
26+
See 'actor'.
2727
28-
- term: "Durable Object class"
29-
general_definition: |-
30-
The JavaScript class that defines the methods (RPC) and handlers (`fetch`, `alarm`) as part of your Durable Object, and/or an optional `constructor`. All Durable Objects within a single Namespace share the same class definition.
28+
- term: "Durable Object class"
29+
general_definition: |-
30+
The JavaScript class that defines the methods (RPC) and handlers (`fetch`, `alarm`) as part of your Durable Object, and/or an optional `constructor`. All Durable Objects within a single Namespace share the same class definition.
3131
32-
- term: "Storage Backend"
33-
general_definition: |-
34-
By default, a Durable Object class can use Storage API that leverages a key-value storage backend. New Durable Object classes can opt-in to using a [SQLite storage backend](/durable-objects/best-practices/access-durable-objects-storage/#sqlite-storage-backend).
32+
- term: "Storage Backend"
33+
general_definition: |-
34+
By default, a Durable Object class can use Storage API that leverages a key-value storage backend. New Durable Object classes can opt-in to using a [SQLite storage backend](/durable-objects/best-practices/access-durable-objects-storage/#sqlite-storage-backend).
3535
36-
- term: "Storage API"
37-
general_definition: |-
38-
The transactional and strongly consistent (serializable) [Storage API](/durable-objects/api/storage-api/) for persisting data within each Durable Object instance. State stored within a unique DO instance is "private" to that Durable Object, and not accessible from other Durable Objects.
36+
- term: "Storage API"
37+
general_definition: |-
38+
The transactional and strongly consistent (serializable) [Storage API](/durable-objects/api/storage-api/) for persisting data within each Durable Object instance. State stored within a unique DO instance is "private" to that Durable Object, and not accessible from other Durable Objects.
3939
40-
Storage API includes key-value (KV) API, SQL API, and point-in-time-recovery (PITR) API.
40+
Storage API includes key-value (KV) API, SQL API, and point-in-time-recovery (PITR) API.
4141
42-
- Durable Object classes with the key-value storage backend can use KV API.
43-
- Durable Object classes with the SQLite storage backend can use KV API, SQL API, and PITR API.
42+
- Durable Object classes with the key-value storage backend can use KV API.
43+
- Durable Object classes with the SQLite storage backend can use KV API, SQL API, and PITR API.
4444
45-
- term: "KV API"
46-
general_definition: |-
47-
API methods part of Storage API that support persisting key-value data.
45+
- term: "KV API"
46+
general_definition: |-
47+
API methods part of Storage API that support persisting key-value data.
4848
49-
- term: "SQL API"
50-
general_definition: |-
51-
API methods part of Storage API that support SQL querying.
49+
- term: "SQL API"
50+
general_definition: |-
51+
API methods part of Storage API that support SQL querying.
5252
53-
- term: Migration
54-
general_definition: |-
55-
A Durable Object migration is a mapping process from a class name to a runtime state.
56-
Initiate a Durable Object migration when you need to:
53+
- term: Migration
54+
general_definition: |-
55+
A Durable Object migration is a mapping process from a class name to a runtime state.
56+
Initiate a Durable Object migration when you need to:
5757
58-
- Create a new Durable Object class.
59-
- Rename a Durable Object class.
60-
- Delete a Durable Object class.
61-
- Transfer an existing Durable Objects class.
58+
- Create a new Durable Object class.
59+
- Rename a Durable Object class.
60+
- Delete a Durable Object class.
61+
- Transfer an existing Durable Objects class.
6262
63-
- term: Alarm
64-
general_definition: |-
65-
A Durable Object alarm is a mechanism that allows you to schedule the Durable Object to be woken up at a time in the future.
63+
- term: Alarm
64+
general_definition: |-
65+
A Durable Object alarm is a mechanism that allows you to schedule the Durable Object to be woken up at a time in the future.

src/content/plans/index.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2730,34 +2730,34 @@
27302730
"ent": "Yes"
27312731
}
27322732
}
2733-
},
2734-
"client_certificates": {
2735-
"title": "Client Certificates",
2736-
"link": "/ssl/client-certificates/",
2737-
"properties": {
2738-
"availability": {
2739-
"title": "Availability",
2740-
"summary": "Available on all plans.",
2741-
"free": "Yes",
2742-
"pro": "Yes",
2743-
"biz": "Yes",
2744-
"ent": "Yes"
2745-
},
2746-
"quantity": {
2747-
"title": "Client Certificates included, issued by a Cloudflare Managed CA",
2748-
"free": 100,
2749-
"pro": 100,
2750-
"biz": 100,
2751-
"ent": "100 (default), but can allocate more quota."
2752-
},
2753-
"byo_ca": {
2754-
"title": "[Bring your own CA](/ssl/client-certificates/byo-ca/)",
2755-
"free": "No",
2756-
"pro": "No",
2757-
"biz": "No",
2758-
"ent": "Yes"
2759-
}
2760-
}
2733+
},
2734+
"client_certificates": {
2735+
"title": "Client Certificates",
2736+
"link": "/ssl/client-certificates/",
2737+
"properties": {
2738+
"availability": {
2739+
"title": "Availability",
2740+
"summary": "Available on all plans.",
2741+
"free": "Yes",
2742+
"pro": "Yes",
2743+
"biz": "Yes",
2744+
"ent": "Yes"
2745+
},
2746+
"quantity": {
2747+
"title": "Client Certificates included, issued by a Cloudflare Managed CA",
2748+
"free": 100,
2749+
"pro": 100,
2750+
"biz": 100,
2751+
"ent": "100 (default), but can allocate more quota."
2752+
},
2753+
"byo_ca": {
2754+
"title": "[Bring your own CA](/ssl/client-certificates/byo-ca/)",
2755+
"free": "No",
2756+
"pro": "No",
2757+
"biz": "No",
2758+
"ent": "Yes"
2759+
}
2760+
}
27612761
}
27622762
},
27632763
"support": {

src/content/products/images.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ product:
1010

1111
meta:
1212
title: Cloudflare Images docs
13-
description:
14-
Store, transform, optimize, and deliver images at scale.
13+
description: Store, transform, optimize, and deliver images at scale.
1514
author: "@cloudflare"
1615

1716
resources:

0 commit comments

Comments
 (0)