diff --git a/docs/_config.yml b/docs/_config.yml
deleted file mode 100644
index a456b605..00000000
--- a/docs/_config.yml
+++ /dev/null
@@ -1,14 +0,0 @@
-theme: jekyll-theme-slate
-title: The VIPS image processing library
-description: > # this means to ignore newlines until "baseurl:"
- libvips is a 2D image processing library. Compared to
- similar libraries, libvips runs quickly and uses little
- memory. libvips is licensed under the LGPL 2.1+.
-baseurl: "" # the subpath of your site, e.g. /blog
-url: "" # the base hostname & protocol for your site, e.g. http://example.com
-github_username: jcupitt
-
-# Build settings
-markdown: kramdown
-gems:
- - jekyll-feed
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
deleted file mode 100644
index 6e9c4292..00000000
--- a/docs/_layouts/default.html
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
- {% if site.github.is_project_page %}
- View on GitHub
- {% endif %}
- {% if site.show_downloads %}
- Download .zip
- Download .tar.gz
- {% endif %}
-
-
-
- {{ content }}
-
-
-
-
- {% if site.google_analytics %}
-
- {% endif %}
-
-
diff --git a/docs/index.md b/docs/index.md
deleted file mode 100644
index e4d427d2..00000000
--- a/docs/index.md
+++ /dev/null
@@ -1,3 +0,0 @@
----
-layout: home
----
diff --git a/whatsnew-8.5.md b/whatsnew-8.5.md
index c8fea323..b6b1b2ee 100644
--- a/whatsnew-8.5.md
+++ b/whatsnew-8.5.md
@@ -18,7 +18,8 @@ The new thumbnail operator has also picked up some useful features:
* **Smart crop** A new cropping mode called `attention` searches the image for
edges, skin tones and areas of saturated colour, and attempts to position the
- crop box over the most significant feature.
+ crop box over the most significant feature. There's a `vips_smartcrop()`
+ operator as well.
* **Crop constraints** Thanks to tomasc, libvips has crop constraints. You
can set it to only thumbnail if the image is larger or smaller than the target