From 4999936289d773d69578615ebc17a390f2c8424d Mon Sep 17 00:00:00 2001 From: Derek Bailey Date: Mon, 13 Jan 2025 21:31:21 -0800 Subject: [PATCH] add 404 info --- docs/overrides/404.html | 11 +++++++++++ docs/overrides/main.html | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 docs/overrides/404.html diff --git a/docs/overrides/404.html b/docs/overrides/404.html new file mode 100644 index 000000000..b8c7aa65b --- /dev/null +++ b/docs/overrides/404.html @@ -0,0 +1,11 @@ +{% extends "main.html" %} + + +{% block content %} +

404 - Not found

+
+ FlatBuffers is currently migrating their documentation system and existing + links may not work. + + Please file an issue indicating the broken link. + {% endblock %} \ No newline at end of file diff --git a/docs/overrides/main.html b/docs/overrides/main.html index b97ab3d6c..d2f24534a 100644 --- a/docs/overrides/main.html +++ b/docs/overrides/main.html @@ -2,5 +2,5 @@ {% block announce %} - View old documentation at https://dbaileychess.github.io/flatbuffers + Documentation migration in progress, view snapshot of the old documentation here. {% endblock %} \ No newline at end of file