Move the changelog to the documentation site.

This commit is contained in:
Chris Eppstein 2010-04-25 11:28:03 -07:00
parent ef08276b3c
commit e713fdb66f
4 changed files with 14 additions and 2 deletions

View File

@ -46,7 +46,11 @@ compile '/reference/*/' do
end
compile '*' do
filter :haml, :ugly => true
if item[:extension] == "markdown"
filter :rdiscount
elsif item[:extension] == "haml"
filter :haml, :ugly => true
end
layout item[:layout] || 'main'
end

View File

@ -1,3 +1,9 @@
---
title: Compass History
crumb: CHANGELOG
body_id: changelog
layout: article
---
COMPASS CHANGELOG
=================

View File

@ -0,0 +1,2 @@
- render 'main' do
%article= yield

View File

@ -48,7 +48,7 @@
%input#search{:name => "search", :type => "text", :value => "", :placeholder => "Search"}
- if @item[:content_for_module_nav]
%nav#module-nav= @item[:content_for_module_nav]
= yield
#page= yield
%script(src="/docs/javascripts/jquery-1.3.2.min.js")
%script(src="/docs/javascripts/fixups.js" deferred)
= render "partials/analytics"