Skip to content

Commit

Permalink
add 404 info
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaileychess committed Jan 14, 2025
1 parent 8e2852f commit 4999936
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/overrides/404.html
Original file line number Diff line number Diff line change
@@ -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 %}
2 changes: 1 addition & 1 deletion docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit 4999936

Please sign in to comment.