Skip to content

Commit

Permalink
Refactor Setup and Imported sections (kubernetes#9916)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
chenopis authored and k8s-ci-robot committed Aug 20, 2018
1 parent f55c7af commit 5db4b83
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 24 deletions.
6 changes: 6 additions & 0 deletions content/en/docs/community/_index.md
Original file line number Diff line number Diff line change
@@ -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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion content/en/docs/home/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
9 changes: 0 additions & 9 deletions content/en/docs/imported/_index.md

This file was deleted.

5 changes: 0 additions & 5 deletions content/en/docs/imported/community/_index.md

This file was deleted.

2 changes: 1 addition & 1 deletion content/en/docs/reference/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Reference Documentation
title: Reference
approvers:
- chenopis
linkTitle: "Reference"
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/setup/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/setup/cluster-large.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ reviewers:
- davidopp
- lavalamp
title: Building Large Clusters
weight: 80
---

## Support
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/setup/custom-cloud/_index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: Custom Cloud Solutions
weight: 50
---
2 changes: 1 addition & 1 deletion content/en/docs/setup/independent/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Bootstrapping Clusters with kubeadm"
weight: 20
weight: 30
---

1 change: 1 addition & 0 deletions content/en/docs/setup/multiple-zones.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ reviewers:
- justinsb
- quinton-hoole
title: Running in Multiple Zones
weight: 90
---

## Introduction
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/setup/on-premises-vm/_index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: On-Premises VMs
weight: 60
---
1 change: 1 addition & 0 deletions content/en/docs/setup/pick-right-solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ reviewers:
- erictune
- mikedanese
title: Picking the Right Solution
weight: 10
content_template: templates/concept
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Downloading Kubernetes"
weight: 30
weight: 20
---

File renamed without changes.
1 change: 1 addition & 0 deletions content/en/docs/setup/salt.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
reviewers:
- davidopp
title: Configuring Kubernetes with Salt
weight: 70
---

The Kubernetes cluster can be configured using Salt.
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/setup/turnkey/_index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
title: Turnkey Cloud Solutions
weight: 40
---
8 changes: 4 additions & 4 deletions update-imported-docs/community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion update-imported-docs/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5db4b83

Please sign in to comment.