Remove 'unreleased' notes.
This commit is contained in:
parent
031ff12eaf
commit
86ea57ba58
|
@ -183,14 +183,6 @@ Jekyll also provides the following built-in styles for convenience.
|
|||
|
||||
## Pages and collections
|
||||
|
||||
<div class="note unreleased">
|
||||
<h5>Support for improved page and collection permalinks 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>
|
||||
|
||||
The `permalink` configuration setting specifies the permalink style used for
|
||||
posts. Pages and collections each have their own default permalink style; the
|
||||
default style for pages is `/:path/:basename` and the default for collections is
|
||||
|
@ -268,14 +260,6 @@ Given a post named: `/2009-04-29-slap-chop.md`
|
|||
|
||||
## Extensionless permalinks
|
||||
|
||||
<div class="note unreleased">
|
||||
<h5>Support for extensionless permalink 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 supports permalinks that contain neither a trailing slash nor a file
|
||||
extension, but this requires additional support from the web server to properly
|
||||
serve. When using extensionless permalinks, output files written to disk will
|
||||
|
|
|
@ -480,14 +480,6 @@ end
|
|||
|
||||
## Hooks
|
||||
|
||||
<div class="note unreleased">
|
||||
<h5>Support for hooks 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>
|
||||
|
||||
Using hooks, your plugin can exercise fine-grained control over various aspects
|
||||
of the build process. If your plugin defines any hooks, Jekyll will call them
|
||||
at pre-defined points.
|
||||
|
|
Loading…
Reference in New Issue