add 404 info

This commit is contained in:
Derek Bailey
2025-01-13 21:31:21 -08:00
parent 8e2852fa73
commit 4999936289
2 changed files with 12 additions and 1 deletions

11
docs/overrides/404.html Normal file
View File

@@ -0,0 +1,11 @@
{% extends "main.html" %}
<!-- Content -->
{% block content %}
<h1>404 - Not found</h1>
<br>
FlatBuffers is currently migrating their documentation system and existing
links may not work.
Please <a href="https://github.com/google/flatbuffers/issues/new?template=404-doc.md">file an issue</a> indicating the broken link.
{% endblock %}

View File

@@ -2,5 +2,5 @@
<!-- Announcement bar -->
{% block announce %}
View old documentation at <a href="https://dbaileychess.github.io/flatbuffers">https://dbaileychess.github.io/flatbuffers</a>
Documentation migration in progress, view snapshot of the old documentation <a href="https://dbaileychess.github.io/flatbuffers">here.</a>
{% endblock %}