Remove old documentation

This commit is contained in:
Derek Bailey
2025-02-10 20:13:22 -08:00
parent 396c3f56df
commit 820a7f277f
44 changed files with 1 additions and 11610 deletions

View File

@@ -4,8 +4,7 @@
{% block content %}
<h1>404 - Not found</h1>
<br>
FlatBuffers is currently migrating their documentation system and existing
links may not work.
FlatBuffers has migrated their documentation system recently.
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

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