From ceeb11ec9ad21cc12ccdda612db0fa39290ba74f Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Mon, 10 Jan 2011 08:15:18 -0800 Subject: [PATCH] Guide the new users to some follow up docs. --- doc-src/content/download.haml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/doc-src/content/download.haml b/doc-src/content/download.haml index 97424f2b..4365c331 100644 --- a/doc-src/content/download.haml +++ b/doc-src/content/download.haml @@ -32,17 +32,25 @@ body_id: download %option{:value => "scss"} CSS based (SCSS) %option{:value => "sass"} Indent based (Sass) syntax - = succeed "." do - and would like to - %select#options - %option{:value => "default"} use compass's recommended - %option{:value => "customized"} customize my project's - directory structure + and would like to + %select#options + %option{:value => "default"} use compass's recommended + %option{:value => "customized"} customize my project's + directory structure. %h4 Thanks. Now run the following steps in your terminal: #steps Loading... %p.note Note: $ is a placeholder for your terminal's prompt. You don't type it. %h4 Then follow the instructions that compass provides in the output. -%h2 Or you can buy a GUI for Compass from Handlino. +%h4 Or you can buy a GUI for Compass from Handlino. + +%h2 Next Steps +%ul + %li + %a(href="http://sass-lang.com" target="_blank") Learn about Sass + %li + %a(href="/help/tutorials/") Read our tutorials + %li + %a(href="/reference/compass/") Study the reference documentation