Created
June 4, 2021 10:54
-
-
Save inductor/0a10aaa88d31a89e67c2c9f3321819c1 to your computer and use it in GitHub Desktop.
git diff origin/release-1.18 origin/release-1.19 <file>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/content/en/docs/contribute/_index.md b/content/en/docs/contribute/_index.md | |
| index 8616f77af..1db65ec56 100644 | |
| --- a/content/en/docs/contribute/_index.md | |
| +++ b/content/en/docs/contribute/_index.md | |
| @@ -1,6 +1,6 @@ | |
| --- | |
| content_type: concept | |
| -title: Contribute to Kubernetes docs | |
| +title: Contribute to K8s docs | |
| linktitle: Contribute | |
| main_menu: true | |
| no_list: true | |
| @@ -8,11 +8,18 @@ weight: 80 | |
| card: | |
| name: contribute | |
| weight: 10 | |
| - title: Start contributing | |
| + title: Start contributing to K8s | |
| --- | |
| <!-- overview --> | |
| +*Kubernetes welcomes improvements from all contributors, new and experienced!* | |
| + | |
| +{{< note >}} | |
| +To learn more about contributing to Kubernetes in general, see the | |
| +[contributor documentation](https://www.kubernetes.dev/docs/). | |
| +{{< /note >}} | |
| + | |
| This website is maintained by [Kubernetes SIG Docs](/docs/contribute/#get-involved-with-sig-docs). | |
| Kubernetes documentation contributors: | |
| @@ -22,8 +29,6 @@ Kubernetes documentation contributors: | |
| - Translate the documentation | |
| - Manage and publish the documentation parts of the Kubernetes release cycle | |
| -Kubernetes documentation welcomes improvements from all contributors, new and experienced! | |
| - | |
| <!-- body --> | |
| ## Getting started |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment