From 94b06a62b0e5abb5cbf790a4ec96788b6fe76e18 Mon Sep 17 00:00:00 2001 From: Flarnie Marchan Date: Sat, 22 Apr 2017 10:41:39 -0700 Subject: [PATCH] Add link to 'Typechecking with PropTypes' under 'Advanced Guides' (#9472) This should have been retained in our docs, since PropTypes are only moved and not deprecated. Partially handles #9467, and I'll make a separate PR to https://github.com/reactjs/prop-types to add more docs to the README there. --- _data/nav_docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_data/nav_docs.yml b/_data/nav_docs.yml index 58e1c03d..0401c717 100644 --- a/_data/nav_docs.yml +++ b/_data/nav_docs.yml @@ -30,6 +30,8 @@ items: - id: jsx-in-depth title: JSX In Depth + - id: typechecking-with-proptypes + title: Typechecking With PropTypes - id: refs-and-the-dom title: Refs and the DOM - id: uncontrolled-components