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 diff --git a/_includes/components/sidebar.html b/_includes/components/sidebar.html new file mode 100644 index 00000000..49c305f8 --- /dev/null +++ b/_includes/components/sidebar.html @@ -0,0 +1,36 @@ +{%- 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 -%} + +