We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9981f9 commit ebeb200Copy full SHA for ebeb200
src/schemas/tags.ts
@@ -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
+
6
const data_structures: Array<object> = [
7
{ label: "JSON" },
8
{ label: "TOML" },
0 commit comments