Skip to content

Commit

Permalink
Include index files
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mccarthy committed Jan 17, 2023
1 parent 97693ff commit c4b7083
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion 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
---

2 changes: 1 addition & 1 deletion 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
---

2 changes: 1 addition & 1 deletion content/en/docs/tasks/job/_index.md
@@ -1,6 +1,6 @@
---
title: "Run Jobs"
description: Run Jobs using parallel processing.
weight: 50
weight: 90
---

2 changes: 1 addition & 1 deletion 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
---
2 changes: 1 addition & 1 deletion 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
---

2 changes: 1 addition & 1 deletion 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
---

2 changes: 1 addition & 1 deletion 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).
---

0 comments on commit c4b7083

Please sign in to comment.