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
This commit is contained in:
parent
d089656267
commit
e2c9be736a
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue