From c6a1f9ca1cb5121de7641b14cf7f16b1354a136a Mon Sep 17 00:00:00 2001 From: Max Nargang Date: Mon, 4 Sep 2023 19:37:16 -0400 Subject: [PATCH] Update aux links Moved `Narwhal Audio on Github` link from sidebar to aux links and added link to Ko-Fi page. --- _config.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index c164ca4..ebdabbe 100644 --- a/_config.yml +++ b/_config.yml @@ -4,6 +4,12 @@ remote_theme: "pmarsceill/just-the-docs" url: https://NarwhalAudio.github.io -nav_external_links: - - title: Narwhal Audio GitHub - url: https://github.com/NarwhalAudio +# Aux links for the upper right navigation +aux_links: + "View Narwhal Audio on GitHub": + - "https://github.com/NarwhalAudio" + "Donate on Ko-Fi": + - "https://ko-fi.com/coffeecoder1" + +# Makes Aux links open in a new tab. Default is false +aux_links_new_tab: true