Skip to content

Commit ebeb200

Browse files
committed
Add comment to file
1 parent a9981f9 commit ebeb200

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/schemas/tags.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/* This is the allowlist for the tags we allow
2+
in our page frontmatter. Refer to https://developers.cloudflare.com/style-guide/frontmatter/custom-properties/#tags
3+
and https://developers.cloudflare.com/style-guide/frontmatter/tags/ for more details.
4+
*/
5+
16
const data_structures: Array<object> = [
27
{ label: "JSON" },
38
{ label: "TOML" },

0 commit comments

Comments
 (0)