From f1bd869350d3b26040706024f8464830ac84c4b8 Mon Sep 17 00:00:00 2001 From: Rick Beerendonk Date: Sat, 31 Jan 2015 22:46:03 +0100 Subject: [PATCH] Add Conferences section to the Community Resources on the website --- docs/_data/nav_docs.yml | 2 ++ docs/docs/conferences.md | 19 +++++++++++++++++++ docs/docs/thinking-in-react.md | 2 +- docs/docs/videos.md | 2 +- 4 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 docs/docs/conferences.md diff --git a/docs/_data/nav_docs.yml b/docs/_data/nav_docs.yml index 8b4acecef57dc..fcde3e374f71e 100644 --- a/docs/_data/nav_docs.yml +++ b/docs/_data/nav_docs.yml @@ -8,6 +8,8 @@ title: Thinking in React - title: Community Resources items: + - id: conferences + title: Conferences - id: videos title: Videos - id: complementary-tools diff --git a/docs/docs/conferences.md b/docs/docs/conferences.md new file mode 100644 index 0000000000000..d2c5297e01acf --- /dev/null +++ b/docs/docs/conferences.md @@ -0,0 +1,19 @@ +--- +id: conferences +title: Conferences +permalink: conferences.html +prev: thinking-in-react.html +next: videos.html +--- + +### React.js Conf 2015 +January 28 & 29 + +[Website](http://conf.reactjs.com/) - [Schedule](http://conf.reactjs.com/schedule.html) - [Videos](https://www.youtube.com/playlist?list=PLb0IAmt7-GS1cbw4qonlQztYV1TAW0sCr) + + + +### ReactEurope 2015 +July 2 & 3 + +[Website](http://www.react-europe.org/) - [Schedule](http://www.react-europe.org/#schedule) diff --git a/docs/docs/thinking-in-react.md b/docs/docs/thinking-in-react.md index e5518d5b7ad7e..6d2dc87cb818d 100644 --- a/docs/docs/thinking-in-react.md +++ b/docs/docs/thinking-in-react.md @@ -2,7 +2,7 @@ id: thinking-in-react title: Thinking in React prev: tutorial.html -next: videos.html +next: conferences.html --- This was originally a [blog post](/react/blog/2013/11/05/thinking-in-react.html) from the [official React blog](/react/blog). diff --git a/docs/docs/videos.md b/docs/docs/videos.md index 8036b10457090..c15a78dad7703 100644 --- a/docs/docs/videos.md +++ b/docs/docs/videos.md @@ -2,7 +2,7 @@ id: videos title: Videos permalink: videos.html -prev: thinking-in-react.html +prev: conferences.html next: complementary-tools.html ---