You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/contribute/new-content/_index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,12 +56,14 @@ prior to submitting new content. The information details follow.
56
56
57
57
- Write Kubernetes documentation in Markdown and build the Kubernetes site
58
58
using [Hugo](https://gohugo.io/).
59
+
- Kubernetes documentation uses [CommonMark](https://commonmark.org/) as its flavor of Markdown.
59
60
- The source is in [GitHub](https://github.com/kubernetes/website). You can find
60
61
Kubernetes documentation at `/content/en/docs/`. Some of the reference
61
62
documentation is automatically generated from scripts in
62
63
the `update-imported-docs/` directory.
63
64
-[Page content types](/docs/contribute/style/page-content-types/) describe the
64
65
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.
65
67
- In addition to the standard Hugo shortcodes, we use a number of
66
68
[custom Hugo shortcodes](/docs/contribute/style/hugo-shortcodes/) in our
67
69
documentation to control the presentation of content.
0 commit comments