parent
95e4707fd1
commit
60541437e3
3
Rakefile
3
Rakefile
|
@ -206,8 +206,7 @@ namespace :site do
|
||||||
"layout" => "docs",
|
"layout" => "docs",
|
||||||
"title" => "History",
|
"title" => "History",
|
||||||
"permalink" => "/docs/history/",
|
"permalink" => "/docs/history/",
|
||||||
"prev_section" => "contributing",
|
"prev_section" => "contributing"
|
||||||
"next_section" => "license"
|
|
||||||
}
|
}
|
||||||
Dir.chdir('site/docs/') do
|
Dir.chdir('site/docs/') do
|
||||||
File.open("history.md", "w") do |file|
|
File.open("history.md", "w") do |file|
|
||||||
|
|
|
@ -11,6 +11,6 @@
|
||||||
<h4>Miscellaneous</h4>
|
<h4>Miscellaneous</h4>
|
||||||
{% include docs_ul.html items='troubleshooting sites resources upgrading' %}
|
{% include docs_ul.html items='troubleshooting sites resources upgrading' %}
|
||||||
<h4>Meta</h4>
|
<h4>Meta</h4>
|
||||||
{% include docs_ul.html items='contributing history license' %}
|
{% include docs_ul.html items='contributing history' %}
|
||||||
</aside>
|
</aside>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
{% include docs_option.html items='troubleshooting sites resources upgrading' %}
|
{% include docs_option.html items='troubleshooting sites resources upgrading' %}
|
||||||
</optgroup>
|
</optgroup>
|
||||||
<optgroup label="Meta">
|
<optgroup label="Meta">
|
||||||
{% include docs_option.html items='contributing history license' %}
|
{% include docs_option.html items='contributing history' %}
|
||||||
</optgroup>
|
</optgroup>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -3,7 +3,6 @@ layout: docs
|
||||||
title: History
|
title: History
|
||||||
permalink: "/docs/history/"
|
permalink: "/docs/history/"
|
||||||
prev_section: contributing
|
prev_section: contributing
|
||||||
next_section: license
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 1.4.2 / 2013-12-16
|
## 1.4.2 / 2013-12-16
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
---
|
|
||||||
layout: docs
|
|
||||||
title: License
|
|
||||||
prev_section: history
|
|
||||||
permalink: /docs/license/
|
|
||||||
---
|
|
||||||
|
|
||||||
You may use any Jekyll project under the terms of the [MIT License]({{ site.repository }}/blob/master/LICENSE). The MIT License is simple and easy to understand and it places almost no restrictions on what you can do with a Jekyll project. You are free to use any Jekyll project in any other project (even commercial projects) as long as the copyright header is left intact.
|
|
Loading…
Reference in New Issue