Skip to content

Commit 6ba1534

Browse files
Mentioned Markdown flavor in Contribution new content
Signed-off-by: Siddhant Prateek <[email protected]>
1 parent 891953e commit 6ba1534

File tree

1 file changed

+2
-0
lines changed
  • content/en/docs/contribute/new-content

1 file changed

+2
-0
lines changed

content/en/docs/contribute/new-content/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,14 @@ prior to submitting new content. The information details follow.
5656

5757
- Write Kubernetes documentation in Markdown and build the Kubernetes site
5858
using [Hugo](https://gohugo.io/).
59+
- Kubernetes documentation uses [CommonMark](https://commonmark.org/) as its flavor of Markdown.
5960
- The source is in [GitHub](https://github.com/kubernetes/website). You can find
6061
Kubernetes documentation at `/content/en/docs/`. Some of the reference
6162
documentation is automatically generated from scripts in
6263
the `update-imported-docs/` directory.
6364
- [Page content types](/docs/contribute/style/page-content-types/) describe the
6465
presentation of documentation content in Hugo.
66+
- You can use [Docsy shortcodes](https://www.docsy.dev/docs/adding-content/shortcodes/) or our custom Hugo shortcode to contribute to our documentation.
6567
- In addition to the standard Hugo shortcodes, we use a number of
6668
[custom Hugo shortcodes](/docs/contribute/style/hugo-shortcodes/) in our
6769
documentation to control the presentation of content.

0 commit comments

Comments
 (0)