mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-28 22:40:03 +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 %}
|
||||
Reference in New Issue
Block a user