From b39cc4fe5a32cbc7eabcc40418ecc6c9f3663b4e Mon Sep 17 00:00:00 2001 From: "hao.huang" Date: Fri, 20 May 2016 10:22:17 +0800 Subject: [PATCH] Add permalink Add permalink to this doc,so we can access with 'prev' and 'next' --- docs/docs/thinking-in-react.zh-CN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/thinking-in-react.zh-CN.md b/docs/docs/thinking-in-react.zh-CN.md index 43cf114711a6..574983d0c87b 100644 --- a/docs/docs/thinking-in-react.zh-CN.md +++ b/docs/docs/thinking-in-react.zh-CN.md @@ -1,6 +1,7 @@ --- id: thinking-in-react-zh-CN title: React 编程思想 +permalink: thinking-in-react-zh-CN.html prev: tutorial-zh-CN.html next: conferences-zh-CN.html redirect_from: 'blog/2013/11/05/thinking-in-react.html'