From 75eb55096eff4e29321a8914980b81b97a459b70 Mon Sep 17 00:00:00 2001 From: Hector Ramos Date: Tue, 27 Jun 2017 14:10:12 -0700 Subject: [PATCH] Increase text size, rename Tutorial, update nav... Summary: Several things here. See commits. Closes https://github.com/facebook/react-native/pull/14757 Differential Revision: D5332034 Pulled By: hramos fbshipit-source-id: 6ff9e33c0bc9d2ea3dd5b1a4752621ce7e83f9bb --- docs/Tutorial.md | 2 +- website/core/HeaderLinks.js | 1 - website/core/Site.js | 40 ++++++++++++++----- website/layout/BlogPostLayout.js | 1 - website/layout/DocsLayout.js | 4 +- website/showcase.json | 16 ++++---- website/src/react-native/css/react-native.css | 25 +++++++----- website/src/react-native/index.js | 7 +--- website/src/react-native/support.js | 2 +- 9 files changed, 59 insertions(+), 39 deletions(-) diff --git a/docs/Tutorial.md b/docs/Tutorial.md index 330017107..e5130d526 100644 --- a/docs/Tutorial.md +++ b/docs/Tutorial.md @@ -1,6 +1,6 @@ --- id: tutorial -title: Tutorial +title: Learn the Basics layout: docs category: The Basics permalink: docs/tutorial.html diff --git a/website/core/HeaderLinks.js b/website/core/HeaderLinks.js index 27ab854e1..50bf78f4b 100644 --- a/website/core/HeaderLinks.js +++ b/website/core/HeaderLinks.js @@ -17,7 +17,6 @@ var HeaderLinks = React.createClass({ linksInternal: [ {section: 'docs', href: 'docs/getting-started.html', text: 'Docs', target: '.nav-docs'}, {section: 'support', href: '/react-native/support.html', text: 'Help'}, - {section: 'showcase', href: '/react-native/showcase.html', text: 'Showcase'}, {section: 'blog', href: '/react-native/blog/', text: 'Blog'}, ], linksExternal: [ diff --git a/website/core/Site.js b/website/core/Site.js index 383ae7383..8302e9284 100644 --- a/website/core/Site.js +++ b/website/core/Site.js @@ -204,11 +204,11 @@ var Site = React.createClass({ Getting Started - Tutorial + Learn the Basics - Integration With Existing Apps + Components and APIs More Resources @@ -221,13 +221,13 @@ var Site = React.createClass({ - Showcase + Who's using React Native? - Upcoming Events + Meetups
More
Blog - - GitHub - React + + GitHub + +
+ + Star + +
@@ -405,6 +418,11 @@ var Site = React.createClass({ type="text/javascript" src="https://snack.expo.io/embed.js" /> +