From 93e8836e29e3d8c100481f4d4b96737428adc197 Mon Sep 17 00:00:00 2001 From: Ahmad Noman Musleh Date: Wed, 16 Mar 2022 13:06:03 +0300 Subject: [PATCH] Added Github comment to docs --- mkdocs.yml | 1 + overrides/main.html | 52 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 overrides/main.html diff --git a/mkdocs.yml b/mkdocs.yml index 8164848..16ef294 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,6 +19,7 @@ theme: include_search_page: false search_index_only: true language: en + custom_dir: overrides features: - navigation.instant - navigation.top diff --git a/overrides/main.html b/overrides/main.html new file mode 100644 index 0000000..1b1d366 --- /dev/null +++ b/overrides/main.html @@ -0,0 +1,52 @@ +{% extends "base.html" %} + +{% block content %} +{{ super() }} + + +

{{ lang.t("meta.comments") }}

+ + + + + + +{% endblock %}