taler-docs

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

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

added less prominent link to ICH on the bottom of each content page

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

diff --git a/conf.py b/conf.py @@ -151,6 +151,7 @@ html_theme_options = { "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>", + "extra_footer": "<div>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>!</div>", } # Add any paths that contain custom themes here, relative to this directory.