Refactor Setup and Imported sections (#9916)
* Fix link order in Setup section * fix merge conflict * Co-authored-by: Jennifer Rondeau <jennifer.rondeau@gmail> * flip front matter order * Remove Imported section and add Community section * revert flip * change section weights * revert case study change
This commit is contained in:
committed by
k8s-ci-robot
parent
f55c7af237
commit
5db4b83a66
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Community"
|
||||
weight: 80
|
||||
---
|
||||
|
||||
This section of the Kubernetes documentation surfaces key topics imported from the [kubernetes/community](https://github.com/kubernetes/community) repo. It is the starting point for becoming a contributor -- improving docs, improving code, giving talks etc.
|
||||
@@ -10,5 +10,5 @@ js: /js/user-journeys/home.js, https://use.fontawesome.com/4bcc658a89.js
|
||||
display_browse_numbers: true
|
||||
linkTitle: "Documentation"
|
||||
main_menu: true
|
||||
weight: 5
|
||||
weight: 80
|
||||
---
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
---
|
||||
title: Imported Docs
|
||||
---
|
||||
|
||||
This section of the Kubernetes documentation surfaces key topics imported from various repos in the broader Kubernetes community for better findability.
|
||||
|
||||
## Community
|
||||
|
||||
[kubernetes/community](https://github.com/kubernetes/community) is the starting point for becoming a contributor -- improving docs, improving code, giving talks etc.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
title: "Community"
|
||||
weight: 20
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Reference Documentation
|
||||
title: Reference
|
||||
approvers:
|
||||
- chenopis
|
||||
linkTitle: "Reference"
|
||||
|
||||
@@ -4,9 +4,9 @@ reviewers:
|
||||
- erictune
|
||||
- mikedanese
|
||||
no_issue: true
|
||||
weight: 30
|
||||
title: Setup
|
||||
main_menu: true
|
||||
weight: 30
|
||||
---
|
||||
|
||||
This section provides instructions for installing Kubernetes and setting
|
||||
|
||||
@@ -3,6 +3,7 @@ reviewers:
|
||||
- davidopp
|
||||
- lavalamp
|
||||
title: Building Large Clusters
|
||||
weight: 80
|
||||
---
|
||||
|
||||
## Support
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
title: Custom Cloud Solutions
|
||||
weight: 50
|
||||
---
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Bootstrapping Clusters with kubeadm"
|
||||
weight: 20
|
||||
weight: 30
|
||||
---
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@ reviewers:
|
||||
- justinsb
|
||||
- quinton-hoole
|
||||
title: Running in Multiple Zones
|
||||
weight: 90
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
title: On-Premises VMs
|
||||
weight: 60
|
||||
---
|
||||
|
||||
@@ -4,6 +4,7 @@ reviewers:
|
||||
- erictune
|
||||
- mikedanese
|
||||
title: Picking the Right Solution
|
||||
weight: 10
|
||||
content_template: templates/concept
|
||||
---
|
||||
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: "Downloading Kubernetes"
|
||||
weight: 30
|
||||
weight: 20
|
||||
---
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
reviewers:
|
||||
- davidopp
|
||||
title: Configuring Kubernetes with Salt
|
||||
weight: 70
|
||||
---
|
||||
|
||||
The Kubernetes cluster can be configured using Salt.
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
---
|
||||
title: Turnkey Cloud Solutions
|
||||
weight: 40
|
||||
---
|
||||
|
||||
@@ -5,10 +5,10 @@ repos:
|
||||
gen-absolute-links: true
|
||||
files:
|
||||
- src: contributors/devel/README.md
|
||||
dst: docs/imported/community/devel.md
|
||||
dst: content/en/docs/community/devel.md
|
||||
- src: contributors/guide/README.md
|
||||
dst: docs/imported/community/guide.md
|
||||
dst: content/en/docs/community/guide.md
|
||||
- src: mentoring/README.md
|
||||
dst: docs/imported/community/mentoring.md
|
||||
dst: content/en/docs/community/mentoring.md
|
||||
- src: keps/0001-kubernetes-enhancement-proposal-process.md
|
||||
dst: docs/imported/community/keps.md
|
||||
dst: content/en/docs/community/keps.md
|
||||
|
||||
@@ -5,4 +5,4 @@ repos:
|
||||
gen-absolute-links: true
|
||||
files:
|
||||
- src: CHANGELOG-1.11.md
|
||||
dst: content/en/docs/imported/release/notes.md
|
||||
dst: content/en/docs/setup/release/notes.md
|
||||
|
||||
Reference in New Issue
Block a user