taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit e864473aa3d6b644705e6d7e1977bce0b1617f6c
parent a0dbe938c38e902681f0b901285c8d978ca101e7
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Mon,  2 Sep 2024 12:04:57 +0200

added info-box in left navbar with link to ICH for questions

Diffstat:
Mconf.py | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf.py b/conf.py @@ -18,6 +18,7 @@ @author Sree Harsha Totakura @author Marcello Stanisci @author Christian Grothoff + @author Özgür Kesim """ # -*- coding: utf-8 -*- # @@ -149,6 +150,7 @@ html_theme_options = { # Set the name of the project to appear in the sidebar "home_page_in_toc": True, "show_navbar_depth": 1, + "extra_navbar": "<div class='admonition note'><p class='admonition-title'>Questions or Suggestions?</p><p>Do you have any question or suggestion regarding the documentation? Go to our <a href='https://ich.taler.net/t/lost-in-documentation/255'>TALER Integration Community Hub</a>!</p></div>", } # Add any paths that contain custom themes here, relative to this directory.