[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
@@ -1,19 +1,23 @@
---
title: "示例:使用 Redis 部署 PHP 留言板应用程序"
reviewers:
- ahmetb
content_type: tutorial
weight: 20
card:
name: tutorials
weight: 30
title: "无状态应用示例:基于 Redis 的 PHP Guestbook"
---
<!--
---
title: "Example: Deploying PHP Guestbook application with Redis"
reviewers:
- ahmetb
content_type: tutorial
weight: 20
---
card:
name: tutorials
weight: 30
title: "Stateless Example: PHP Guestbook with Redis"
-->
<!-- overview -->