diff --git a/docs/_overrides/main.html b/docs/_overrides/main.html new file mode 100644 index 000000000..753f9b04e --- /dev/null +++ b/docs/_overrides/main.html @@ -0,0 +1,11 @@ +{#SPDX-FileCopyrightText: 2023 Filip Pokorný#} +{#SPDX-License-Identifier: AGPL-3.0-or-later#} + +{% extends "base.html" %} + +{% block outdated %} + You're not viewing the latest version. + + Click here to go to latest. + +{% endblock %} \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index c74b2b247..80492559d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,6 +19,7 @@ site_dir: docs_build theme: name: material logo: static/images/Logo_Intel_MQ.svg + custom_dir: docs/_overrides palette: # Palette toggle for light mode - scheme: default