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