From 84ece942d950eebc5797d543dfaa570cf42f34c9 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Fri, 12 Sep 2025 01:03:09 +0000
Subject: [PATCH 1/2] Update settings.mdx
---
settings.mdx | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/settings.mdx b/settings.mdx
index d4248a6b5..d7ddc1c1b 100644
--- a/settings.mdx
+++ b/settings.mdx
@@ -896,6 +896,12 @@ See [Themes](themes) for more information.
Whether to automatically redirect to the home page when a page is not
found.
+
+ Custom title for the 404 error page.
+
+
+ Custom description for the 404 error page. Supports Markdown formatting.
+
From 8a5344be4fc8862612b503b3258db34ba695961b Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Fri, 12 Sep 2025 01:03:19 +0000
Subject: [PATCH 2/2] Update settings.mdx
---
settings.mdx | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/settings.mdx b/settings.mdx
index d7ddc1c1b..778b78a96 100644
--- a/settings.mdx
+++ b/settings.mdx
@@ -1051,7 +1051,9 @@ See [Themes](themes) for more information.
},
"errors": {
"404": {
- "redirect": true
+ "redirect": false,
+ "title": "I can't be found",
+ "description": "What ever **happened** to this _page_?"
}
}
}
@@ -1225,7 +1227,9 @@ See [Themes](themes) for more information.
},
"errors": {
"404": {
- "redirect": true
+ "redirect": false,
+ "title": "I can't be found",
+ "description": "What ever **happened** to this _page_?"
}
}
}
@@ -1409,7 +1413,9 @@ See [Themes](themes) for more information.
},
"errors": {
"404": {
- "redirect": true
+ "redirect": false,
+ "title": "I can't be found",
+ "description": "What ever **happened** to this _page_?"
}
}
}