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
Most of the documentation source is stored in `/content/en/docs/`. Some of the
31
-
reference documentation is automatically generated from scripts in the
32
-
`update-imported-docs/` directory.
27
+
The Kubernetes documentation is written in Markdown and processed and deployed using Hugo. The source is in Github at [https://github.com/kubernetes/website](https://github.com/kubernetes/website). Most of the documentation source is stored in `/content/en/docs/`. Some of the reference documentation is automatically generated from scripts in the `update-imported-docs/` directory.
33
28
34
29
You can file issues, edit content, and review changes from others, all from the
35
30
Github website. You can also use Github's embedded history and search tools.
@@ -70,6 +65,14 @@ We make use of the standard Hugo shortcodes, as well as a few that are custom to
70
65
the Kubernetes documentation. See [Custom Hugo shortcodes](/docs/contribute/style/hugo-shortcodes/) for
71
66
information about how to use them.
72
67
68
+
### Multiple languages
69
+
70
+
Documentation source is available in multiple languages in `/content/`. Each language has its own folder with a two-letter code determined by the [ISO 639-1 standard](https://www.loc.gov/standards/iso639-2/php/code_list.php). For example, English documentation source is stored in `/content/en/docs/`.
71
+
72
+
For more information about contributing to documentation in multiple languages, see ["Working with localized content"](/docs/contribute/intermediate#working-with-localized-content) in the intermediate contributing guide.
73
+
74
+
For more information about localizing Kubernetes documentation, see ["Localization"](/docs/contribute/localization/).
75
+
73
76
## File actionable issues
74
77
75
78
Anyone with a Github account can file an issue (bug report) against the
0 commit comments