From a1f783314337b1eb40017aef47a6bf1453d8c840 Mon Sep 17 00:00:00 2001 From: Takuya Tokuda Date: Tue, 29 May 2018 01:27:59 +0900 Subject: [PATCH] fix weight of 'tutorials' contents --- content/en/docs/tutorials/clusters/apparmor.md | 1 + .../tutorials/configuration/configure-redis-using-configmap.md | 1 + content/en/docs/tutorials/kubernetes-basics/index.html | 2 +- content/en/docs/tutorials/online-training/overview.md | 1 + content/en/docs/tutorials/services/source-ip.md | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/clusters/apparmor.md b/content/en/docs/tutorials/clusters/apparmor.md index 6140a470e2..2067935aec 100644 --- a/content/en/docs/tutorials/clusters/apparmor.md +++ b/content/en/docs/tutorials/clusters/apparmor.md @@ -3,6 +3,7 @@ reviewers: - stclair title: AppArmor content_template: templates/tutorial +weight: 10 --- {{% capture overview %}} diff --git a/content/en/docs/tutorials/configuration/configure-redis-using-configmap.md b/content/en/docs/tutorials/configuration/configure-redis-using-configmap.md index 2c11bbff1e..93b24186bc 100644 --- a/content/en/docs/tutorials/configuration/configure-redis-using-configmap.md +++ b/content/en/docs/tutorials/configuration/configure-redis-using-configmap.md @@ -4,6 +4,7 @@ reviewers: - pmorie title: Configuring Redis using a ConfigMap content_template: templates/tutorial +weight: 10 --- {{% capture overview %}} diff --git a/content/en/docs/tutorials/kubernetes-basics/index.html b/content/en/docs/tutorials/kubernetes-basics/index.html index f9b5796a32..a9b32a3dda 100644 --- a/content/en/docs/tutorials/kubernetes-basics/index.html +++ b/content/en/docs/tutorials/kubernetes-basics/index.html @@ -1,6 +1,6 @@ --- title: Overview -weight: 10 +weight: 5 --- diff --git a/content/en/docs/tutorials/online-training/overview.md b/content/en/docs/tutorials/online-training/overview.md index 3943ac6959..62c41cbb42 100644 --- a/content/en/docs/tutorials/online-training/overview.md +++ b/content/en/docs/tutorials/online-training/overview.md @@ -1,6 +1,7 @@ --- title: Overview of Kubernetes Online Training content_template: templates/concept +weight: 10 --- {{% capture overview %}} diff --git a/content/en/docs/tutorials/services/source-ip.md b/content/en/docs/tutorials/services/source-ip.md index 01cc9d5dba..35dc306e40 100644 --- a/content/en/docs/tutorials/services/source-ip.md +++ b/content/en/docs/tutorials/services/source-ip.md @@ -1,6 +1,7 @@ --- title: Using Source IP content_template: templates/tutorial +weight: 10 --- {{% capture overview %}}