From e0a82f4921f4c4e0fe504eec8b7fd5f494fb4a07 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' (cherry picked from commit 09fdd1d578d1d98998054a7baf07ae5df70935bf) --- 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 43cf114711..574983d0c8 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'