From 451f7c9ba0bfdeaa28873538300ac74a995a1155 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 25 Oct 2025 23:16:48 +0000 Subject: [PATCH 1/6] Initial plan From 8303fb9d86796e0760bdb23b8b7724987cd59102 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 25 Oct 2025 23:21:40 +0000 Subject: [PATCH 2/6] Add logo_link configuration to point to www.falkordb.com Co-authored-by: gkorland <753206+gkorland@users.noreply.github.com> --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index a014c6ea..efccb889 100644 --- a/_config.yml +++ b/_config.yml @@ -2,6 +2,7 @@ remote_theme: just-the-docs/just-the-docs title: FalkorDB Docs description: The FalkorDB documentation logo: "/images/falkor-logo.png" +logo_link: "https://www.falkordb.com" favicon_ico: "/images/favicon.ico" gtm_tracking: GTM-MBWB627H From 132e1c7565beab1437a90c8829a2596bc2c4b80e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 25 Oct 2025 23:30:29 +0000 Subject: [PATCH 3/6] Override sidebar to link logo to www.falkordb.com Co-authored-by: gkorland <753206+gkorland@users.noreply.github.com> --- _includes/components/sidebar.html | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 _includes/components/sidebar.html diff --git a/_includes/components/sidebar.html b/_includes/components/sidebar.html new file mode 100644 index 00000000..42254656 --- /dev/null +++ b/_includes/components/sidebar.html @@ -0,0 +1,32 @@ +{%- comment -%} + Include as: {%- include components/sidebar.html -%} + Depends on: page(?), site. + Results in: HTML for the side bar. + Includes: + title.html, components/site_nav.html, nav_footer_custom.html + Overwrites: + nav_footer_custom. + Should not be cached, because nav_footer_custom.html might depend on page. +{%- endcomment -%} + + From 96d7ba006e8a52b7c468b1899bcca61df81c01d8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 25 Oct 2025 23:36:48 +0000 Subject: [PATCH 4/6] Use site.logo_link variable in sidebar template Co-authored-by: gkorland <753206+gkorland@users.noreply.github.com> --- _includes/components/sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/components/sidebar.html b/_includes/components/sidebar.html index 42254656..f3879af6 100644 --- a/_includes/components/sidebar.html +++ b/_includes/components/sidebar.html @@ -11,7 +11,7 @@