From 5c69f0c25304e2060c1060615d34cc9344c69aa2 Mon Sep 17 00:00:00 2001 From: david-swift Date: Sat, 12 Apr 2025 21:47:28 +0200 Subject: [PATCH] Add toggle sidebar tooltip #3 --- i18n/en.toml | 1 + templates/documentation_page.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/i18n/en.toml b/i18n/en.toml index a4b55ad..3dd19cc 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -79,6 +79,7 @@ theme_dark = "Switch to Dark Theme" theme_light = "Switch to Light Theme" theme_system = "Use System Theme" tip = "Tip" +toggle_sidebar = "Toggle Sidebar" trigger_warning = "Trigger Warning" updated = "Updated on" view_comment = "View Comment At" diff --git a/templates/documentation_page.html b/templates/documentation_page.html index 47a4ec4..21c2c96 100644 --- a/templates/documentation_page.html +++ b/templates/documentation_page.html @@ -3,7 +3,7 @@ {% block aside %} {%- set section = get_section(path=page.ancestors | last) -%} - +