Skip to content

Commit

Permalink
Include the tutorial snip in the start snip - it's a nicer introduction.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed Jun 4, 2008
1 parent fea427f commit d7eed03
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions lib/vanilla/snips/start.rb
@@ -1,15 +1,17 @@
start = Snip.new(:name => 'start')
start.content = <<-START
This is the start snip, which is the default home page.
This is the {link_to start} snip, which is the default home page.
You might want to check out the {link_to test} snip. In fact - I'll include it here for you.
You might want to check out the {link_to vanilla-rb-tutorial} snip.
---
In fact - I'll include it here for you:
{test}
{vanilla-rb-tutorial}
---
That was the end of the tutorial snip. We're back in the start snip now. There's also the {link_to test} snip, that might be interesting.
Anyway, welcome.
START
start.render_as = "Markdown"
Expand Down

0 comments on commit d7eed03

Please sign in to comment.