From bcf8a08a0ffa577dbf1080b6c84d3be2f44e6237 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 18 Apr 2017 18:00:54 +0100 Subject: [PATCH] Add missing tutorial sidebar links --- _data/nav_tutorial.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/_data/nav_tutorial.yml b/_data/nav_tutorial.yml index efa090f0..2a321a17 100644 --- a/_data/nav_tutorial.yml +++ b/_data/nav_tutorial.yml @@ -7,6 +7,18 @@ title: What We're Building href: /react/tutorial/tutorial.html#what-were-building forceInternal: true + - id: prerequisites + title: Prerequisites + href: /react/tutorial/tutorial.html#prerequisites + forceInternal: true + - id: how-to-follow-along + title: How to Follow Along + href: /react/tutorial/tutorial.html#how-to-follow-along + forceInternal: true + - id: help-im-stuck + title: Help, I'm Stuck! + href: /react/tutorial/tutorial.html#help-im-stuck + forceInternal: true - id: what-is-react title: What is React? href: /react/tutorial/tutorial.html#what-is-react