From dce43370821f6b409c395ee7717f1c21486ed57f Mon Sep 17 00:00:00 2001 From: "hao.huang" Date: Fri, 20 May 2016 10:54:42 +0800 Subject: [PATCH] Add permalink (#6813) Add permalink to this doc,so we can access with 'prev' and 'next' --- docs/thinking-in-react.zh-CN.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/thinking-in-react.zh-CN.md b/docs/thinking-in-react.zh-CN.md index 43cf1147..574983d0 100644 --- a/docs/thinking-in-react.zh-CN.md +++ b/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'