From f127d05f18406bf2cd1ebab50f46726c2fff4f73 Mon Sep 17 00:00:00 2001 From: Timothy-Gonzalez <105177619+Timothy-Gonzalez@users.noreply.github.com> Date: Wed, 25 Oct 2023 22:02:24 -0500 Subject: [PATCH] Add warning to docs --- documentation/mkdocs.yml | 1 + documentation/overrides/main.html | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 documentation/overrides/main.html diff --git a/documentation/mkdocs.yml b/documentation/mkdocs.yml index 96767381..4ff60cfa 100644 --- a/documentation/mkdocs.yml +++ b/documentation/mkdocs.yml @@ -36,6 +36,7 @@ nav: theme: name: material + custom_dir: overrides logo: https://avatars3.githubusercontent.com/u/5751098?s=200&v=4 favicon: https://www.hackillinois.org/favicon.ico palette: diff --git a/documentation/overrides/main.html b/documentation/overrides/main.html new file mode 100644 index 00000000..5bb8773d --- /dev/null +++ b/documentation/overrides/main.html @@ -0,0 +1,17 @@ +{% extends "base.html" %} {% block announce %} +

+ Warning: For the latest documentation, see + the current docs. This is the documentation for the 2022 API docs, for reference only. +

+ +{% endblock %}