Skip to content

Commit 3384cdb

Browse files
committed
Add link to intro to javascript to docs
1 parent f04e293 commit 3384cdb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

sites/en/docs/docs.step

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ site_desc 'ruby', <<-MARKDOWN
2626
A ruby-specific curriculum, expanded from the "Ruby for Beginners" slide deck. Still new, with room for your contributions.
2727
MARKDOWN
2828

29+
site_desc 'intro-to-javascript', <<-MARKDOWN
30+
A Javascript specific curriculum that walks you through [building a simple game](http://snake-tutorial.zeespencer.com/).
31+
MARKDOWN
32+
2933
site_desc 'workshop', <<-MARKDOWN
3034
The Railsbridge junkyard! Slide decks for opening/closing presentations, teacher training.
3135
MARKDOWN
@@ -53,7 +57,7 @@ First, [make a GitHub account](https://github.com/). Then, [create an issue](htt
5357
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.
5458

5559

56-
### I have different question about RailsBridge.
60+
### I have a different question about RailsBridge.
5761

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
The Intro to Javascript curriculum is currently hosted at
2+
[http://snake-tutorial.zeespencer.com/](http://snake-tutorial.zeespencer.com/)
3+
4+
5+
It will be moved onto railsbridge hosting soon.

0 commit comments

Comments
 (0)