Skip to content

Commit b524f48

Browse files
Merge branch 'master' into chore/contributing-version-guardrail
2 parents e67e6d9 + 664dcab commit b524f48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/collections/news/news-template/0000-00-00-news-title

src/collections/news/news-template/0000-00-00-news-title/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ category: Coverage # Must be either "Coverage" or "Release". This is used to det
1111
tags: [] # Mandatory. An array of tags for the news item, such as ["Meshery", "KubeCon", "CNCF"].
1212
presskit: "" # Optional. A URL to a press kit or additional resources related to the news item.
1313
resource: false # Mandatory. A boolean indicating whether this news item is a resource that should be listed in the resources section of the website. If true, it will be included in the resources section; if false or omitted, it will not be included in the resources section but will still appear in the news listing.
14-
published: true # Mandatory A boolean indicating whether the news item is published. If true, it will be visible on the website; if false, it will be hidden until ready for publication.
14+
published: false # Mandatory A boolean indicating whether the news item is published. If true, it will be visible on the website; if false, it will be hidden until ready for publication.
1515
source_url: "" # Mandatory. URL to the original article for "Originally published at" attribution.
1616

1717
---

0 commit comments

Comments
 (0)