Skip to content

Commit 4999936

Browse files
committed
add 404 info
1 parent 8e2852f commit 4999936

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

docs/overrides/404.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{% extends "main.html" %}
2+
3+
<!-- Content -->
4+
{% block content %}
5+
<h1>404 - Not found</h1>
6+
<br>
7+
FlatBuffers is currently migrating their documentation system and existing
8+
links may not work.
9+
10+
Please <a href="https://github.com/google/flatbuffers/issues/new?template=404-doc.md">file an issue</a> indicating the broken link.
11+
{% endblock %}

docs/overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

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

0 commit comments

Comments
 (0)