[zh] Fix links on docs home

The links on the Home page is out of sync due to reasons like improper
translation of card name, missing card section in front-matter or even
missing content file in Chinese localization.
This commit is contained in:
Qiming Teng
2020-06-27 13:55:06 +08:00
parent 5a97e2b6a6
commit 073ce649b9
13 changed files with 1776 additions and 123 deletions
@@ -6,14 +6,14 @@ card:
name: tasks
weight: 50
---
<!-- ---
<!--
title: Configure a Pod to Use a ConfigMap
content_type: task
weight: 150
card:
name: tasks
weight: 50
--- -->
-->
<!-- overview -->
<!-- ConfigMaps allow you to decouple configuration artifacts from image content to keep containerized applications portable. This page provides a series of usage examples demonstrating how to create ConfigMaps and configure Pods using data stored in ConfigMaps. -->