mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
add 404 info
This commit is contained in:
11
docs/overrides/404.html
Normal file
11
docs/overrides/404.html
Normal 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 %}
|
||||
@@ -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 %}
|
||||
Reference in New Issue
Block a user