diff --git a/site/docs/assets.md b/site/docs/assets.md index a93581ed..bdfcfddc 100644 --- a/site/docs/assets.md +++ b/site/docs/assets.md @@ -6,14 +6,6 @@ next_section: migrations permalink: /docs/assets/ --- -
-
Sass and CoffeeScript support is currently unreleased.
-

- In order to use this feature, - install the latest development version of Jekyll. -

-
- 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`, or `.coffee`) and start the file with two lines of triple dashes, like this: diff --git a/site/docs/collections.md b/site/docs/collections.md index cfbcd3a7..1cbd5d02 100644 --- a/site/docs/collections.md +++ b/site/docs/collections.md @@ -6,14 +6,6 @@ next_section: datafiles permalink: /docs/collections/ --- -
-
Collections support is currently unreleased.
-

- In order to use this feature, - install the latest development version of Jekyll. -

-
-
Collections support is unstable and may change

diff --git a/site/docs/configuration.md b/site/docs/configuration.md index c273ca6a..e4351847 100644 --- a/site/docs/configuration.md +++ b/site/docs/configuration.md @@ -278,14 +278,6 @@ before your site is served. ## Frontmatter defaults -

-
The front-matter defaults feature is currently unreleased.
-

- In order to use this feature, - install the latest development version of Jekyll. -

-
- 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 defaults for your custom variables. Of course, any variable actually specified in @@ -408,15 +400,6 @@ redcloth: hard_breaks: true {% endhighlight %} -
-
Kramdown as the default is currently unreleased.
-

- 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. -

-
- ## Markdown Options The various Markdown renderers supported by Jekyll sometimes have extra options available. diff --git a/site/docs/variables.md b/site/docs/variables.md index 8e6c22c7..5f4afbea 100644 --- a/site/docs/variables.md +++ b/site/docs/variables.md @@ -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 converters or the Liquid renderer). Each file has three properties: path, modified_time and extname. - Note: this is only available in the latest development - version.

@@ -130,9 +127,6 @@ following is a reference of the available data.

A list of all the documents in every collection. - Note: this is only available in the latest development - version.