diff --git a/_data/docs-home.yml b/_data/docs-home.yml index b80c025d5e..ce300a5524 100644 --- a/_data/docs-home.yml +++ b/_data/docs-home.yml @@ -1,4 +1,25 @@ bigheader: "Kubernetes Documentation" abstract: "Documentation for using and learning about Kubernetes." toc: -- docs/index.md +- docs/home/index.md + +- docs/home/index.md + +- title: Contributing to the Kubernetes Docs + section: + - editdocs.md + - docs/home/contribute/create-pull-request.md + - docs/home/contribute/write-new-topic.md + - docs/home/contribute/stage-documentation-changes.md + - docs/home/contribute/page-templates.md + - docs/home/contribute/review-issues.md + - docs/home/contribute/style-guide.md + +- title: Release Notes + path: https://github.com/kubernetes/kubernetes/releases/ +- title: Release Roadmap + path: https://github.com/kubernetes/kubernetes/milestones/ +- docs/home/deprecation-policy.md +- docs/home/security.md + + diff --git a/_data/globals.yml b/_data/globals.yml index 2994e8b519..f018b1ddcc 100644 --- a/_data/globals.yml +++ b/_data/globals.yml @@ -1,8 +1,8 @@ tocs: - docs-home - guides -- tutorials - tasks +- tutorials - concepts - reference - tools diff --git a/_data/support.yml b/_data/support.yml index a6b13e9d09..b7d8f9a1bb 100644 --- a/_data/support.yml +++ b/_data/support.yml @@ -42,3 +42,4 @@ toc: - title: Deprecation Policy path: /docs/deprecation-policy.md + diff --git a/_data/tasks.yml b/_data/tasks.yml index 33619c0988..6b7d00b932 100644 --- a/_data/tasks.yml +++ b/_data/tasks.yml @@ -53,6 +53,11 @@ toc: - docs/tasks/debug-application-cluster/logging-stackdriver.md - docs/tasks/debug-application-cluster/monitor-node-health.md - docs/tasks/debug-application-cluster/logging-elasticsearch-kibana.md + - docs/tasks/debug-application-cluster/debug-application.md + - docs/tasks/debug-application-cluster/debug-application-introspection.md + - docs/tasks/debug-application-cluster/debug-cluster.md + - docs/tasks/debug-application-cluster/debug-pod-replication-controller.md + - docs/tasks/debug-application-cluster/debug-service.md - title: Accessing the Kubernetes API section: diff --git a/_includes/header.html b/_includes/header.html index 436e4262c4..56edb8f643 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -5,13 +5,13 @@ @@ -23,7 +23,7 @@

Ready to get your hands dirty? Build a simple Kubernetes cluster that runs "Hello World" for Node.js.