taler-docs

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

commit 5ecac69de27569c896a5720a96073b5c2a6d9dfc
parent 67e5013f6ef217fd2b4c1572755025c017cfd950
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Sun, 29 Dec 2024 14:42:50 +0100

[conf] show_toc_level set

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

diff --git a/conf.py b/conf.py @@ -153,6 +153,7 @@ html_theme_options = { # Set the name of the project to appear in the sidebar "home_page_in_toc": True, "show_navbar_depth": 1, + "show_toc_level": 2, "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>", }