diff --git a/site/_docs/permalinks.md b/site/_docs/permalinks.md index 7bc46675..e82ecf6d 100644 --- a/site/_docs/permalinks.md +++ b/site/_docs/permalinks.md @@ -183,14 +183,6 @@ Jekyll also provides the following built-in styles for convenience. ## Pages and collections -
-
Support for improved page and collection permalinks is currently unreleased.
-

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

-
- 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 -
-
Support for extensionless permalink is currently unreleased.
-

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

-
- 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 diff --git a/site/_docs/plugins.md b/site/_docs/plugins.md index e29d7624..599d4658 100644 --- a/site/_docs/plugins.md +++ b/site/_docs/plugins.md @@ -480,14 +480,6 @@ end ## Hooks -
-
Support for hooks is currently unreleased.
-

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

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