Created
June 4, 2021 10:56
-
-
Save inductor/09057450d5959d36a69efbeeda3bbfd3 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/home/_index.md b/content/en/docs/home/_index.md | |
| index 8864e4781..68f4bfd3c 100644 | |
| --- a/content/en/docs/home/_index.md | |
| +++ b/content/en/docs/home/_index.md | |
| @@ -32,7 +32,7 @@ cards: | |
| button: "View Tutorials" | |
| button_path: "/docs/tutorials" | |
| - name: setup | |
| - title: "Set up a cluster" | |
| + title: "Set up a K8s cluster" | |
| description: "Get Kubernetes running based on your resources and needs." | |
| button: "Set up Kubernetes" | |
| button_path: "/docs/setup" | |
| @@ -53,15 +53,15 @@ cards: | |
| button_path: /docs/reference | |
| - name: contribute | |
| title: Contribute to the docs | |
| - description: Anyone can contribute, whether you’re new to the project or you’ve been around a long time. | |
| + description: Anyone can contribute, whether you're new to the project or you've been around a long time. | |
| button: Contribute to the docs | |
| button_path: /docs/contribute | |
| - name: release-notes | |
| - title: Release Notes | |
| + title: K8s Release Notes | |
| description: If you are installing Kubernetes or upgrading to the newest version, refer to the current release notes. | |
| button: "Download Kubernetes" | |
| button_path: "/docs/setup/release/notes" | |
| - name: about | |
| title: About the documentation | |
| description: This website contains documentation for the current and previous 4 versions of Kubernetes. | |
| ---- | |
| \ No newline at end of file | |
| +--- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment