Move the changelog to the documentation site.
This commit is contained in:
parent
ef08276b3c
commit
e713fdb66f
@ -46,7 +46,11 @@ compile '/reference/*/' do
|
|||||||
end
|
end
|
||||||
|
|
||||||
compile '*' do
|
compile '*' do
|
||||||
|
if item[:extension] == "markdown"
|
||||||
|
filter :rdiscount
|
||||||
|
elsif item[:extension] == "haml"
|
||||||
filter :haml, :ugly => true
|
filter :haml, :ugly => true
|
||||||
|
end
|
||||||
layout item[:layout] || 'main'
|
layout item[:layout] || 'main'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
---
|
||||||
|
title: Compass History
|
||||||
|
crumb: CHANGELOG
|
||||||
|
body_id: changelog
|
||||||
|
layout: article
|
||||||
|
---
|
||||||
COMPASS CHANGELOG
|
COMPASS CHANGELOG
|
||||||
=================
|
=================
|
||||||
|
|
2
doc-src/layouts/article.haml
Normal file
2
doc-src/layouts/article.haml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
- render 'main' do
|
||||||
|
%article= yield
|
@ -48,7 +48,7 @@
|
|||||||
%input#search{:name => "search", :type => "text", :value => "", :placeholder => "Search"}
|
%input#search{:name => "search", :type => "text", :value => "", :placeholder => "Search"}
|
||||||
- if @item[:content_for_module_nav]
|
- if @item[:content_for_module_nav]
|
||||||
%nav#module-nav= @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/jquery-1.3.2.min.js")
|
||||||
%script(src="/docs/javascripts/fixups.js" deferred)
|
%script(src="/docs/javascripts/fixups.js" deferred)
|
||||||
= render "partials/analytics"
|
= render "partials/analytics"
|
||||||
|
Loading…
Reference in New Issue
Block a user