docs/kubernetes: Fix sidebar highlighting (#14829)

This commit is contained in:
Radek Simko 2017-05-29 21:17:37 +01:00 committed by GitHub
parent 4642c97f0d
commit ad962779e5
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
--- ---
layout: "kubernetes" layout: "kubernetes"
page_title: "Kubernetes: kubernetes_horizontal_pod_autoscaler" page_title: "Kubernetes: kubernetes_horizontal_pod_autoscaler"
sidebar_current: "docs-kubernetes-horizontal-pod-autoscaler" sidebar_current: "docs-kubernetes-resource-horizontal-pod-autoscaler"
description: |- description: |-
Horizontal Pod Autoscaler automatically scales the number of pods in a replication controller, deployment or replica set based on observed CPU utilization. Horizontal Pod Autoscaler automatically scales the number of pods in a replication controller, deployment or replica set based on observed CPU utilization.
--- ---

View File

@ -1,7 +1,7 @@
--- ---
layout: "kubernetes" layout: "kubernetes"
page_title: "Kubernetes: kubernetes_persistent_volume" page_title: "Kubernetes: kubernetes_persistent_volume"
sidebar_current: "docs-kubernetes-resource-persistent-volume" sidebar_current: "docs-kubernetes-resource-persistent-volume-x"
description: |- description: |-
A Persistent Volume (PV) is a piece of networked storage in the cluster that has been provisioned by an administrator. A Persistent Volume (PV) is a piece of networked storage in the cluster that has been provisioned by an administrator.
--- ---

View File

@ -1,7 +1,7 @@
--- ---
layout: "kubernetes" layout: "kubernetes"
page_title: "Kubernetes: kubernetes_service" page_title: "Kubernetes: kubernetes_service"
sidebar_current: "docs-kubernetes-service" sidebar_current: "docs-kubernetes-resource-service"
description: |- description: |-
A Service is an abstraction which defines a logical set of pods and a policy by which to access them - sometimes called a micro-service. A Service is an abstraction which defines a logical set of pods and a policy by which to access them - sometimes called a micro-service.
--- ---

View File

@ -25,7 +25,7 @@
<li<%= sidebar_current("docs-kubernetes-resource-namespace") %>> <li<%= sidebar_current("docs-kubernetes-resource-namespace") %>>
<a href="/docs/providers/kubernetes/r/namespace.html">kubernetes_namespace</a> <a href="/docs/providers/kubernetes/r/namespace.html">kubernetes_namespace</a>
</li> </li>
<li<%= sidebar_current("docs-kubernetes-resource-persistent-volume") %>> <li<%= sidebar_current("docs-kubernetes-resource-persistent-volume-x") %>>
<a href="/docs/providers/kubernetes/r/persistent_volume.html">kubernetes_persistent_volume</a> <a href="/docs/providers/kubernetes/r/persistent_volume.html">kubernetes_persistent_volume</a>
</li> </li>
<li<%= sidebar_current("docs-kubernetes-resource-persistent-volume-claim") %>> <li<%= sidebar_current("docs-kubernetes-resource-persistent-volume-claim") %>>