Remove notes in docs for unreleased features.

This commit is contained in:
Parker Moore 2014-05-06 14:47:21 -04:00
parent 1f94ca786d
commit 2468b9f45c
4 changed files with 0 additions and 39 deletions

View File

@ -6,14 +6,6 @@ next_section: migrations
permalink: /docs/assets/ permalink: /docs/assets/
--- ---
<div class="note unreleased">
<h5>Sass and CoffeeScript support is currently unreleased.</h5>
<p>
In order to use this feature, <a href="/docs/installation/#pre-releases">
install the latest development version of Jekyll</a>.
</p>
</div>
Jekyll provides built-in support for Sass and CoffeeScript. In order to use Jekyll provides built-in support for Sass and CoffeeScript. In order to use
them, create a file with the proper extension name (one of `.sass`, `.scss`, them, create a file with the proper extension name (one of `.sass`, `.scss`,
or `.coffee`) and start the file with two lines of triple dashes, like this: or `.coffee`) and start the file with two lines of triple dashes, like this:

View File

@ -6,14 +6,6 @@ next_section: datafiles
permalink: /docs/collections/ permalink: /docs/collections/
--- ---
<div class="note unreleased">
<h5>Collections support is currently unreleased.</h5>
<p>
In order to use this feature, <a href="/docs/installation/#pre-releases">
install the latest development version of Jekyll</a>.
</p>
</div>
<div class="note warning"> <div class="note warning">
<h5>Collections support is unstable and may change</h5> <h5>Collections support is unstable and may change</h5>
<p> <p>

View File

@ -278,14 +278,6 @@ before your site is served.
## Frontmatter defaults ## Frontmatter defaults
<div class="note unreleased">
<h5>The front-matter defaults feature is currently unreleased.</h5>
<p>
In order to use this feature, <a href="/docs/installation/#pre-releases">
install the latest development version of Jekyll</a>.
</p>
</div>
You can set default values for your [YAML frontmatter](../frontmatter/) variables You can set default values for your [YAML frontmatter](../frontmatter/) variables
in your configuration. This way, you can for example set default layouts or define in your configuration. This way, you can for example set default layouts or define
defaults for your custom variables. Of course, any variable actually specified in defaults for your custom variables. Of course, any variable actually specified in
@ -408,15 +400,6 @@ redcloth:
hard_breaks: true hard_breaks: true
{% endhighlight %} {% endhighlight %}
<div class="note unreleased">
<h5>Kramdown as the default is currently unreleased.</h5>
<p>
In the latest development releases, we've deprecated Maruku and will default to
Kramdown instead of Maruku. All versions below this will use Maruku as the
default.
</p>
</div>
## Markdown Options ## Markdown Options
The various Markdown renderers supported by Jekyll sometimes have extra options available. The various Markdown renderers supported by Jekyll sometimes have extra options available.

View File

@ -119,9 +119,6 @@ following is a reference of the available data.
A list of all static files (i.e. files not processed by Jekyll's A list of all static files (i.e. files not processed by Jekyll's
converters or the Liquid renderer). Each file has three properties: converters or the Liquid renderer). Each file has three properties:
<code>path</code>, <code>modified_time</code> and <code>extname</code>. <code>path</code>, <code>modified_time</code> and <code>extname</code>.
<strong>Note: this is only available in <a
href="../installation/">the latest development
version.</a></strong>
</p></td> </p></td>
</tr> </tr>
@ -130,9 +127,6 @@ following is a reference of the available data.
<td><p> <td><p>
A list of all the documents in every collection. A list of all the documents in every collection.
<strong>Note: this is only available in <a
href="../installation/">the latest development
version.</a></strong>
</p></td> </p></td>
</tr> </tr>