fix weight of 'reference' contents

This commit is contained in:
Takuya Tokuda 2018-05-29 01:28:14 +09:00
parent a1f7833143
commit cc95605f6a
13 changed files with 13 additions and 0 deletions

View File

@ -1,6 +1,7 @@
---
title: extensions/v1beta1 Model Definitions
notitle: true
weight: 40
---
<!DOCTYPE html>

View File

@ -1,6 +1,7 @@
---
title: extensions/v1beta1 Operations
notitle: true
weight: 30
---
<!DOCTYPE html>

View File

@ -1,6 +1,7 @@
---
title: v1 Model Definitions
notitle: true
weight: 20
---
<!DOCTYPE html>

View File

@ -1,6 +1,7 @@
---
title: v1 Operations
notitle: true
weight: 10
---
<!DOCTYPE html>

View File

@ -5,6 +5,7 @@ reviewers:
- erictune
- krousey
- clove
weight: 70
---
See also: [Kubectl Overview](/docs/reference/kubectl/overview/) and [JsonPath Guide](/docs/reference/kubectl/jsonpath).

View File

@ -3,6 +3,7 @@ title: kubectl Usage Conventions
reviewers:
- bgrant0607
- janetkuo
weight: 50
---
{{< toc >}}

View File

@ -4,6 +4,7 @@ reviewers:
- bgrant0607
- brendandburns
- thockin
weight: 40
---
You can use the Kubernetes command line tool kubectl to interact with the api. You can use kubectl if you are familiar with docker-cli. However, there are a few differences in the docker-cli commands and the kubectl commands. Each of the following section details a docker subcommand and explains the kubectl equivalent.

View File

@ -1,5 +1,6 @@
---
title: JSONPath Support
weight: 60
---
JSONPath template is composed of JSONPath expressions enclosed by {}.

View File

@ -1,5 +1,6 @@
---
title: kubectl Commands
weight: 30
---
[kubectl Command Reference](/docs/reference/generated/kubectl/kubectl-commands/)

View File

@ -1,6 +1,7 @@
---
title: kubectl
notitle: true
weight: 20
---
## kubectl

View File

@ -3,6 +3,7 @@ reviewers:
- bgrant0607
- hw-qiaolei
title: Overview of kubectl
weight: 10
---
`kubectl` is a command line interface for running commands against Kubernetes clusters. This overview covers `kubectl` syntax, describes the command operations, and provides common examples. For details about each command, including all the supported flags and subcommands, see the [kubectl](/docs/reference/generated/kubectl/kubectl-commands/) reference documentation. For installation instructions see [installing kubectl](/docs/tasks/kubectl/install/).

View File

@ -1,5 +1,6 @@
---
title: v1.10
weight: 10
---
[Kubernetes API v1.10](/docs/reference/generated/kubernetes-api/v1.10/)

View File

@ -1,5 +1,6 @@
---
title: Well-Known Labels, Annotations and Taints
weight: 20
---
Kubernetes reserves all labels and annotations in the kubernetes.io namespace. This document describes