Skip to content

Commit 628da62

Browse files
committed
fixes format
1 parent 1cbea9d commit 628da62

File tree

14 files changed

+55
-60
lines changed

14 files changed

+55
-60
lines changed

public/calls/static/calls-api-2024-05-21.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ components:
502502
errorCode:
503503
type: string
504504
errorDescription:
505-
type: string
505+
type: string
506506
requiresImmediateRenegotiation:
507507
type: boolean
508508
GetSessionStateResponse:
@@ -538,6 +538,3 @@ components:
538538
type: string
539539
sessionDescription:
540540
$ref: "#/components/schemas/SessionDescription"
541-
542-
543-

src/components/models/ModelBadges.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ const ModelBadges = ({ model }: { model: WorkersAIModelsSchema }) => {
4040
);
4141
};
4242

43-
export default ModelBadges;
43+
export default ModelBadges;

src/content/glossary/workers-ai.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ entries:
5858
[D1](/d1/) is Cloudflare's managed, serverless database with SQLite's SQL semantics, built-in disaster recovery, and Worker and HTTP API access.
5959
- term: Inference
6060
general_definition: |-
61-
[Inference](/workers-ai/fine-tunes/public-loras/#running-inference-with-public-loras) refers to the process of using a trained machine learning model to make predictions or generate outputs based on new data.
61+
[Inference](/workers-ai/fine-tunes/public-loras/#running-inference-with-public-loras) refers to the process of using a trained machine learning model to make predictions or generate outputs based on new data.

src/content/glossary/workers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ entries:
131131
132132
- term: wrangler.toml / wrangler.json / wrangler.jsonc
133133
general_definition: |-
134-
The [configuration](/workers/wrangler/configuration/) used to customize the development and deployment setup for a Worker or a Pages Function.
134+
The [configuration](/workers/wrangler/configuration/) used to customize the development and deployment setup for a Worker or a Pages Function.

src/content/products/automatic-platform-optimization.yaml

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

99
meta:
1010
title: Cloudflare Automatic Platform Optimization docs
11-
description:
12-
Serve your WP site from Cloudflare's edge, ensuring improved performance.
11+
description: Serve your WP site from Cloudflare's edge, ensuring improved performance.
1312
author: "@cloudflare"
1413

1514
resources:

src/content/release-notes/api-deprecations.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ entries:
99
title: Cloudflare DWeb Resolver
1010
description: |-
1111
Deprecation date: July 1, 2025
12-
12+
1313
The Cloudflare DWeb Resolver experiment is ending.
14-
14+
1515
Deprecated APIs:
16-
16+
1717
- DoH resolver on resolver.cloudflare-eth.com
1818
1919
- publish_date: "2025-03-23"

src/content/release-notes/api-shield.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ entries:
1414
title: API Authentication Posture
1515
description: |-
1616
Customers will see per-endpoint authentication details inside API Shield's [Endpoint Management](/api-shield/management-and-monitoring/) for zones with configured session identifiers.
17-
17+
1818
- publish_date: "2024-12-19"
1919
title: Automatically applied endpoint risk labels
2020
description: |-

src/content/release-notes/d1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ entries:
99
title: Fixed bug with D1 read-only access via UI and /query REST API.
1010
description: |-
1111
Fixed a bug with D1 permissions which allowed users with read-only roles via the UI and users with read-only API tokens via the `/query` [REST API](/api/resources/d1/subresources/database/methods/query/) to execute queries that modified databases. UI actions via the `Tables` tab, such as creating and deleting tables, were incorrectly allowed with read-only access. However, UI actions via the `Console` tab were not affected by this bug and correctly required write access.
12-
12+
1313
Write queries with read-only access will now fail. If you relied on the previous incorrect behavior, please assign the correct roles to users or permissions to API tokens to perform D1 write queries.
1414
1515
- publish_date: "2025-01-13"

src/content/release-notes/dns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ entries:
2929
- Automatically quoted TXT content upon save if no quotes exist in the record content field.
3030
- publish_date: "2024-10-07"
3131
title: API support for per-record CNAME flattening
32-
description: Paid zones now have the option to flatten specific CNAME records. When using the API, specify the setting `cname_flatten` as `true` or `false`. Refer to the [documentation](/dns/cname-flattening/set-up-cname-flattening/#per-record) for details.
32+
description: Paid zones now have the option to flatten specific CNAME records. When using the API, specify the setting `cname_flatten` as `true` or `false`. Refer to the [documentation](/dns/cname-flattening/set-up-cname-flattening/#per-record) for details.

src/content/release-notes/durable-objects.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ entries:
5454
- publish_date: "2024-02-15"
5555
title: Optional `alarmInfo` parameter for Durable Object Alarms
5656
description: |-
57-
Durable Objects [Alarms](/durable-objects/api/alarms/) now have a new `alarmInfo` argument that provides more details about an alarm invocation, including the `retryCount` and `isRetry` to signal if the alarm was retried.
57+
Durable Objects [Alarms](/durable-objects/api/alarms/) now have a new `alarmInfo` argument that provides more details about an alarm invocation, including the `retryCount` and `isRetry` to signal if the alarm was retried.

0 commit comments

Comments
 (0)