Skip to content

Commit 1398fec

Browse files
Create yaml and mdx pages and add first entry for DNS
1 parent 9ba83ab commit 1398fec

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

src/content/changelogs/dns.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
link: "/dns/changelog/"
3+
productName: DNS
4+
productLink: "/dns/"
5+
productArea: Core platform
6+
productAreaLink: /fundamentals/reference/changelog/performance/
7+
entries:
8+
- publish_date: "2024-10-15"
9+
title: Quote validation for TXT records added via dashboard
10+
description: |-
11+
When creating TXT records via the dashboard users will now find:
12+
- Field validation errors if double quotes `"` are added inconsistently.
13+
- Automatically quoted TXT content upon save if no quotes exist in the record content field.

src/content/docs/dns/changelog.mdx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
pcx_content_type: changelog
3+
title: Changelog
4+
changelog_file_name:
5+
- dns
6+
sidebar:
7+
order: 15
8+
---
9+
10+
import { ProductChangelog } from "~/components";
11+
12+
{/* <!-- Actual content lives in /src/content/changelogs/dns.yaml. Update the file there for new entries to appear here. For more details, refer to https://developers.cloudflare.com/style-guide/documentation-content-strategy/content-types/changelog/#yaml-file --> */}
13+
14+
<ProductChangelog />

0 commit comments

Comments
 (0)