Skip to content
Snippets Groups Projects
Unverified Commit a35ec814 authored by Kody Jackson's avatar Kody Jackson Committed by GitHub
Browse files

Apply suggestions from code review


Co-authored-by: default avatarPedro Sousa <680496+pedrosousa@users.noreply.github.com>
parent 83f981e7
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ Do not use the following terms: change log (two words), release notes, what's ne
## Structure
When creating a changelog, you need a markdown page file and a corresponding YAML file in the [`/data/changelogs` folder](https://github.com/cloudflare/cloudflare-docs/tree/production/data/changelogs).
When creating a changelog, you need a Markdown page file and a corresponding YAML file in the [`/data/changelogs` folder](https://github.com/cloudflare/cloudflare-docs/tree/production/data/changelogs).
The combination of these files allows us to:
......@@ -42,7 +42,7 @@ The combination of these files allows us to:
### Markdown file
Your markdown file needs to have several special values to pull in the changelog information. These values are highlighted in the sample page.
Your Markdown file needs to have several special values to pull in the changelog information. These values are highlighted in the sample page.
```
---
......
......@@ -45,7 +45,9 @@ entries:
description: Build log now supports ansi color codes.
- publish_date: '2022-10-05'
title: Deep linking to a Pages project
description: You can now deep-link to a Pages project in the dashboard with `:pages-project`.
description: |-
You can now deep-link to a Pages project in the dashboard with `:pages-project`.
An example would be `https://dash.cloudflare.com?to=/:account/pages/view/:pages-project`.
- publish_date: '2022-09-12'
title: Increased domain limits
......@@ -54,7 +56,7 @@ entries:
Now, the limits are:
- **Free**: 100 custom domains
- **Free**: 100 custom domains.
- **Pro**: 250 custom domains.
- **Business** and **Enterprise**: 500 custom domains.
- publish_date: '2022-09-08'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment