removing toc shortcode. (#10720)

This commit is contained in:
MengZeLee
2018-10-26 02:02:31 +08:00
committed by k8s-ci-robot
parent 8f2bb3d6ad
commit 04163e9a7c
81 changed files with 183 additions and 289 deletions
@@ -4,12 +4,11 @@ content_template: templates/task
weight: 30
---
{{< toc >}}
{{% capture overview %}}
In this example, we will run a Kubernetes Job with multiple parallel
worker processes.
worker processes.
In this example, as each pod is created, it picks up one unit of work
from a task queue, completes it, deletes it from the queue, and exits.
@@ -25,7 +24,6 @@ Here is an overview of the steps in this example:
{{% /capture %}}
{{< toc >}}
{{% capture prerequisites %}}