Skip to content

Commit

Permalink
Add Conferences section to the Community Resources on the website
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbeerendonk committed Jan 31, 2015
1 parent a170629 commit f1bd869
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/_data/nav_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
title: Thinking in React
- title: Community Resources
items:
- id: conferences
title: Conferences
- id: videos
title: Videos
- id: complementary-tools
Expand Down
19 changes: 19 additions & 0 deletions docs/docs/conferences.md
Original file line number Diff line number Diff line change
@@ -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)

<iframe width="650" height="315" src="//www.youtube.com/embed/KVZ-P-ZI6W4?list=PLb0IAmt7-GS1cbw4qonlQztYV1TAW0sCr" frameborder="0" allowfullscreen></iframe>

### ReactEurope 2015
July 2 & 3

[Website](http://www.react-europe.org/) - [Schedule](http://www.react-europe.org/#schedule)
2 changes: 1 addition & 1 deletion docs/docs/thinking-in-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: videos
title: Videos
permalink: videos.html
prev: thinking-in-react.html
prev: conferences.html
next: complementary-tools.html
---

Expand Down

0 comments on commit f1bd869

Please sign in to comment.