From 05a45db49c08ab43cd3b54685f080315ea645928 Mon Sep 17 00:00:00 2001 From: sgpinkus Date: Tue, 20 Jul 2021 21:47:16 +1000 Subject: [PATCH] Update _index.md "Understand the basics" to "Understand Kubernetes". There is no place in the entire docs really to go "Understand the *non* basics". There is one section "Concepts" for better or worse. Don't give the impression there is something else somewhere else. And anyway, this section should aspire to be that cardinal. Also change name of weird button to "Learn" -> "View" to make it clear this is just a link to a section of the documentation. --- content/en/docs/home/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/home/_index.md b/content/en/docs/home/_index.md index 68f4bfd3c9..b2ebb004a7 100644 --- a/content/en/docs/home/_index.md +++ b/content/en/docs/home/_index.md @@ -22,9 +22,9 @@ overview: > Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the Cloud Native Computing Foundation (CNCF). cards: - name: concepts - title: "Understand the basics" + title: "Understand Kubernetes" description: "Learn about Kubernetes and its fundamental concepts." - button: "Learn Concepts" + button: "View Concepts" button_path: "/docs/concepts" - name: tutorials title: "Try Kubernetes"