From 59a5f4e47d0f4372eba790ff93f269a778cec7a6 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Sat, 30 Sep 2023 22:38:39 +0800 Subject: [PATCH] chore(overrides): improve 404 page with inclusion of report button Signed-off-by: Andrei Jiroh Halili --- overrides/404.html | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/overrides/404.html b/overrides/404.html index e8a3583..3ee598a 100644 --- a/overrides/404.html +++ b/overrides/404.html @@ -10,10 +10,21 @@

Either the URL has been moved without redirects, taken down for any reasons, or it doesn't exist (yet).

+

+ If this is not intended to happen, please report this as a bug in the webiste's issue tracker. Otherwise, you can press back + on your browser or go back to homepage. +

+ Report this broken link + Go back home

Troubleshooting tips

Try checking the URL for any misspellings or improper use of dashes, underscores and periods.

-

If you're working in this site and you hit an URL configured for redirects (at Cloudflare Pages or similiar), try configuring redirects in the Mkdocs config first.

-

Depending on the site version you're viewing, you may need to switch between production - and staging versions of the website. (The tilde versions of the site may be - may lag behind Cloudflare Pages deploys.)

+

+ If you're working in this site and you hit an URL configured for redirects (at Cloudflare Pages or similiar), + try configuring redirects in the Mkdocs config first. +

+

+ Depending on the site version you're viewing, you may need to switch between production + and staging versions of the website. (The tilde versions of the site may be + may lag behind Cloudflare Pages deploys.) +

{% endblock %}