Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion sites/en/docs/docs.step
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ site_desc 'ruby', <<-MARKDOWN
A ruby-specific curriculum, expanded from the "Ruby for Beginners" slide deck. Still new, with room for your contributions.
MARKDOWN

site_desc 'intro-to-javascript', <<-MARKDOWN
A Javascript specific curriculum that walks you through [building a simple game](http://snake-tutorial.zeespencer.com/).
MARKDOWN

site_desc 'workshop', <<-MARKDOWN
The Railsbridge junkyard! Slide decks for opening/closing presentations, teacher training.
MARKDOWN
Expand Down Expand Up @@ -53,7 +57,7 @@ First, [make a GitHub account](https://github.com/). Then, [create an issue](htt
Don't know what you could work on? Browse the [issues list](https://github.com/railsbridge/docs/issues) and the [To Do list](https://github.com/railsbridge/docs/wiki/RailsBridge-To-Do-List). Those have lots of ideas.


### I have different question about RailsBridge.
### I have a different question about RailsBridge.

The [RailsBridge website](http://www.railsbridge.org) probably has an answer!

Expand Down
5 changes: 5 additions & 0 deletions sites/en/intro-to-javascript/intro-to-javascript.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
The Intro to Javascript curriculum is currently hosted at
[http://snake-tutorial.zeespencer.com/](http://snake-tutorial.zeespencer.com/)


It will be moved onto railsbridge hosting soon.