diff --git a/NEWS b/NEWS
index 8c2b997c..83494dbb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,5 @@
2.0.10.dev0
* #1161: Fix a traceback (TypeError) in the "check" action with Python 3.14.
- * Add documentation search.
2.0.9
* #1105: More accurately collect Btrfs subvolumes to snapshot. As part of this, the Btrfs hook no
diff --git a/README.md b/README.md
index 54cb4e1f..f58b3ce9 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,9 @@
title: borgmatic
permalink: index.html
---
+
+## It's your data. Keep it that way.
+
borgmatic is simple, configuration-driven backup software for servers and
diff --git a/docs/Dockerfile b/docs/Dockerfile
index d0f20028..cfa1b828 100644
--- a/docs/Dockerfile
+++ b/docs/Dockerfile
@@ -29,7 +29,6 @@ COPY --from=borgmatic /contributors.html /source/docs/_includes/borgmatic/contri
COPY . /source
RUN NODE_ENV=${ENVIRONMENT} npx eleventy --input=/source/docs --output=/output/docs \
&& mv /output/docs/index.html /output/index.html
-RUN npx -y pagefind --site /output
FROM docker.io/nginx:1.26.1-alpine
diff --git a/docs/_includes/header.njk b/docs/_includes/header.njk
index 16b5b691..f511e012 100644
--- a/docs/_includes/header.njk
+++ b/docs/_includes/header.njk
@@ -1,5 +1,4 @@
diff --git a/docs/_includes/index.css b/docs/_includes/index.css
index 27289591..c798f2e9 100644
--- a/docs/_includes/index.css
+++ b/docs/_includes/index.css
@@ -548,15 +548,3 @@ main .elv-toc + h1 .direct-link {
.mdi.mdi-content-copy {
--svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='black' d='M19 21H8V7h11m0-2H8a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2m-3-4H4a2 2 0 0 0-2 2v14h2V3h12V1Z'/%3E%3C/svg%3E");
}
-
-#search-entrance {
- padding-bottom: 1em;
-}
-
-#search-entrance form {
- display: inline-block;
-}
-
-#search {
- padding-top: 1em;
-}
diff --git a/docs/_includes/layouts/base.njk b/docs/_includes/layouts/base.njk
index 9c32cf4e..0807f5f0 100644
--- a/docs/_includes/layouts/base.njk
+++ b/docs/_includes/layouts/base.njk
@@ -4,7 +4,8 @@
-
borgmatic{% if subtitle or title %} - {% endif %}{{ subtitle + ' - ' if subtitle}}{{ title }}
+
+ {{ subtitle + ' - ' if subtitle}}{{ title }}
{%- set css %}
{% include 'index.css' %}
{% include 'components/lists.css' %}
diff --git a/docs/_includes/layouts/main.njk b/docs/_includes/layouts/main.njk
index fa653a9e..81300bae 100644
--- a/docs/_includes/layouts/main.njk
+++ b/docs/_includes/layouts/main.njk
@@ -7,16 +7,6 @@ headerClass: elv-header-default
- {% if page.url != '/search/' %}
-
- 🔍
-
-
- {% endif %}
{% set navPages = collections.all | eleventyNavigation %}
{% macro renderNavListItem(entry) -%}
diff --git a/docs/search.md b/docs/search.md
deleted file mode 100644
index b704b2af..00000000
--- a/docs/search.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: Search documentation
-eleventyExcludeFromCollections: true
----
-
-
-
-