From 6eb81981a3e71583eb14274caa48efcb21f3ff52 Mon Sep 17 00:00:00 2001 From: ildyria Date: Sun, 18 May 2025 14:06:03 +0200 Subject: [PATCH] release notes in footer --- src/navigation.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/navigation.js b/src/navigation.js index 174e1c95..ee5f4b62 100644 --- a/src/navigation.js +++ b/src/navigation.js @@ -64,6 +64,7 @@ export const footerData = { ], secondaryLinks: [ { text: 'License', href: getPermalink('/license') }, + { text: 'Release Notes', href: getPermalink('/docs/releases.html') }, ], socialLinks: [ { ariaLabel: 'RSS', icon: 'tabler:rss', href: getAsset('/rss.xml') },