diff --git a/src/navigation.js b/src/navigation.js index 174e1c9..ee5f4b6 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') },