From c4b70832ddb664c33b244731a2ee3945e0238ae9 Mon Sep 17 00:00:00 2001 From: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com> Date: Tue, 17 Jan 2023 09:14:01 -0500 Subject: [PATCH] Include index files --- content/en/docs/tasks/debug/_index.md | 2 +- content/en/docs/tasks/extend-kubernetes/_index.md | 2 +- content/en/docs/tasks/inject-data-application/_index.md | 2 +- content/en/docs/tasks/job/_index.md | 2 +- content/en/docs/tasks/manage-kubernetes-objects/_index.md | 2 +- content/en/docs/tasks/network/_index.md | 2 +- content/en/docs/tasks/run-application/_index.md | 2 +- content/en/docs/tasks/tls/_index.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/en/docs/tasks/debug/_index.md b/content/en/docs/tasks/debug/_index.md index 0d990ec949dfd..d0064c978a6fe 100644 --- a/content/en/docs/tasks/debug/_index.md +++ b/content/en/docs/tasks/debug/_index.md @@ -1,7 +1,7 @@ --- title: "Monitoring, Logging, and Debugging" description: Set up monitoring and logging to troubleshoot a cluster, or debug a containerized application. -weight: 20 +weight: 40 reviewers: - brendandburns - davidopp diff --git a/content/en/docs/tasks/extend-kubernetes/_index.md b/content/en/docs/tasks/extend-kubernetes/_index.md index 7109fddde0ed2..af99c7af02440 100644 --- a/content/en/docs/tasks/extend-kubernetes/_index.md +++ b/content/en/docs/tasks/extend-kubernetes/_index.md @@ -1,6 +1,6 @@ --- title: "Extend Kubernetes" description: Understand advanced ways to adapt your Kubernetes cluster to the needs of your work environment. -weight: 90 +weight: 110 --- diff --git a/content/en/docs/tasks/inject-data-application/_index.md b/content/en/docs/tasks/inject-data-application/_index.md index af98de866d5f2..de88bfaebad7e 100644 --- a/content/en/docs/tasks/inject-data-application/_index.md +++ b/content/en/docs/tasks/inject-data-application/_index.md @@ -1,6 +1,6 @@ --- title: "Inject Data Into Applications" description: Specify configuration and other data for the Pods that run your workload. -weight: 30 +weight: 70 --- diff --git a/content/en/docs/tasks/job/_index.md b/content/en/docs/tasks/job/_index.md index 9e41e241c135f..a556c963dd71d 100644 --- a/content/en/docs/tasks/job/_index.md +++ b/content/en/docs/tasks/job/_index.md @@ -1,6 +1,6 @@ --- title: "Run Jobs" description: Run Jobs using parallel processing. -weight: 50 +weight: 90 --- diff --git a/content/en/docs/tasks/manage-kubernetes-objects/_index.md b/content/en/docs/tasks/manage-kubernetes-objects/_index.md index 541ca58c0c734..85f77c2b3f600 100644 --- a/content/en/docs/tasks/manage-kubernetes-objects/_index.md +++ b/content/en/docs/tasks/manage-kubernetes-objects/_index.md @@ -1,5 +1,5 @@ --- title: "Manage Kubernetes Objects" description: Declarative and imperative paradigms for interacting with the Kubernetes API. -weight: 25 +weight: 50 --- \ No newline at end of file diff --git a/content/en/docs/tasks/network/_index.md b/content/en/docs/tasks/network/_index.md index 0dad8191a0b1e..c935c17a5a433 100644 --- a/content/en/docs/tasks/network/_index.md +++ b/content/en/docs/tasks/network/_index.md @@ -1,6 +1,6 @@ --- title: "Networking" description: Learn how to configure networking for your cluster. -weight: 160 +weight: 140 --- diff --git a/content/en/docs/tasks/run-application/_index.md b/content/en/docs/tasks/run-application/_index.md index 920df4098cf81..0fec791cde57d 100644 --- a/content/en/docs/tasks/run-application/_index.md +++ b/content/en/docs/tasks/run-application/_index.md @@ -1,6 +1,6 @@ --- title: "Run Applications" description: Run and manage both stateless and stateful applications. -weight: 40 +weight: 80 --- diff --git a/content/en/docs/tasks/tls/_index.md b/content/en/docs/tasks/tls/_index.md index 6fb6923847839..e654ae0a7b3af 100644 --- a/content/en/docs/tasks/tls/_index.md +++ b/content/en/docs/tasks/tls/_index.md @@ -1,6 +1,6 @@ --- title: "TLS" -weight: 100 +weight: 120 description: Understand how to protect traffic within your cluster using Transport Layer Security (TLS). ---