From 5e4e68576c7d83d2af8a7d5bf6476e44c8f28523 Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Mon, 13 Nov 2017 15:23:49 +0800 Subject: [PATCH] Add link to glossary page --- docs/tutorials/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md index 09c9ad91ea..1ad6870039 100644 --- a/docs/tutorials/index.md +++ b/docs/tutorials/index.md @@ -6,6 +6,8 @@ This section of the Kubernetes documentation contains tutorials. A tutorial shows how to accomplish a goal that is larger than a single [task](/docs/tasks/). Typically a tutorial has several sections, each of which has a sequence of steps. +Before walking through each tutorial, you may want to bookmark the +[Standardized Glossary](/docs/reference/glossary/) page for later references. * [Kubernetes Basics](/docs/tutorials/kubernetes-basics/) is an in-depth interactive tutorial that helps you understand the Kubernetes system and try out some basic Kubernetes features.