Ordering content by weight (#8787)

* ordering content by weight

* fix weight of 'setup' contents

* fix weight of 'concepts' contents

* fix weight of 'tasks' contents

* fix weight of 'tutorials' contents

* fix weight of 'reference' contents

* Revert "fix weight of 'tasks' contents"

This reverts commit 4b6916bed07c92c5f9eed75fb0a7ef0244266623.

* Revert "fix weight of 'tutorials' contents"

This reverts commit a1f783314337b1eb40017aef47a6bf1453d8c840.

* Revert "fix weight of 'setup' contents"

This reverts commit 91c8de366587eed25c803f8e7d5a59005adb6025.

* Revert "fix weight of 'reference' contents"

This reverts commit cc95605f6a9863f8a4ffb636178c69a80d302c3e.
This commit is contained in:
Takuya Tokuda
2018-06-07 08:51:26 +09:00
committed by k8s-ci-robot
parent 874ebb8f0a
commit 0502832cbb
64 changed files with 78 additions and 9 deletions
@@ -1,5 +1,6 @@
---
title: Certificates
weight: 20
---
{{< toc >}}
@@ -1,6 +1,7 @@
---
title: Cloud Providers
content_template: templates/concept
weight: 30
---
{{% capture overview %}}
@@ -4,6 +4,7 @@ reviewers:
- lavalamp
title: Cluster Administration Overview
content_template: templates/concept
weight: 10
---
{{% capture overview %}}
@@ -1,6 +1,7 @@
---
title: Controller manager metrics
content_template: templates/concept
weight: 100
---
{{% capture overview %}}
@@ -1,6 +1,7 @@
---
title: Federation
content_template: templates/concept
weight: 80
---
{{% capture overview %}}
@@ -2,6 +2,7 @@
reviewers:
- mikedanese
title: Configuring kubelet Garbage Collection
weight: 70
---
{{< toc >}}
@@ -3,6 +3,7 @@ reviewers:
- piosz
- x13n
title: Logging Architecture
weight: 60
---
Application and systems logs can help you understand what is happening inside your cluster. The logs are particularly useful for debugging problems and monitoring cluster activity. Most modern applications have some kind of logging mechanism; as such, most container engines are likewise designed to support some kind of logging. The easiest and most embraced logging method for containerized applications is to write to the standard output and standard error streams.
@@ -4,6 +4,7 @@ reviewers:
- janetkuo
- mikedanese
title: Managing Resources
weight: 40
---
You've deployed your application and exposed it via a service. Now what? Kubernetes provides a number of tools to help you manage your application deployment, including scaling and updating. Among the features that we will discuss in more depth are [configuration files](/docs/concepts/configuration/overview/) and [labels](/docs/concepts/overview/working-with-objects/labels/).
@@ -2,6 +2,7 @@
reviewers:
- thockin
title: Cluster Networking
weight: 50
---
Kubernetes approaches networking somewhat differently than Docker does by
@@ -1,6 +1,7 @@
---
title: Proxies in Kubernetes
content_template: templates/concept
weight: 90
---
{{% capture overview %}}