From 551cc01430741bd91e3942f1295721092e7de8b4 Mon Sep 17 00:00:00 2001 From: Connor McSheffrey Date: Wed, 30 Oct 2013 12:29:38 -0700 Subject: [PATCH] Update nav config with new entry names/permalinks --- docs/_config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 44fbbd33b2..013e93afb5 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -82,10 +82,10 @@ nav_cookbook: title: Self closing tag - id: jsx-root-node-count title: JSX root node count - - id: style-prop-value-px - title: Style prop value px - - id: children-prop-type - title: Children prop type + - id: style-props-value-px + title: Style props value px + - id: children-props-type + title: Children props type - id: controlled-input-null-value title: Controlled input null value - id: componentWillReceiveProps-not-triggered-after-mounting