From e2c9be736a7014e38b8c1e700d2a24cbef1cc434 Mon Sep 17 00:00:00 2001 From: divya-mohan0209 Date: Mon, 16 Mar 2020 09:18:35 +0530 Subject: [PATCH] Signposting added in /docs/home to redirect users to /training (#19592) * Update _index.md Signpost readers from /docs/home/ to /training/ #19554 * Added the link to reroute users from /docs/home to /training * Signposting for users added * Updated _index.md --- content/en/docs/home/_index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/en/docs/home/_index.md b/content/en/docs/home/_index.md index 31f37880ff..6ce04e800b 100644 --- a/content/en/docs/home/_index.md +++ b/content/en/docs/home/_index.md @@ -36,9 +36,14 @@ cards: button_path: "/docs/setup" - name: tasks title: "Learn how to use Kubernetes" - description: "Look up common tasks and how to perform them using a short sequence of steps." + description: "Look up common tasks and how to perform them using a short sequence of steps." button: "View Tasks" button_path: "/docs/tasks" +- name: training + title: "Training" + description: "Get certified in Kubernetes and make your cloud native projects successful!" + button: "View training" + button_path: "/training" - name: reference title: Look up reference information description: Browse terminology, command line syntax, API resource types, and setup tool documentation.