diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 507a366..acb92e4 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -107,13 +107,17 @@ export default async function () { { text: `v${latest_version}`, items: [ + { + text: "Changelog", + link: `https://github.com/infinitejs/contentkit/releases/tag/v${latest_version}`, + }, { text: "Security", - link: "https://github.com/infinitejs/contentkit/blob/master/SECURITY.md", + link: `https://github.com/infinitejs/contentkit/tree/v${latest_version}/SECURITY.md`, }, { text: "Contribution Guide", - link: "https://github.com/infinitejs/contentkit/blob/master/CONTRIBUTING.md", + link: `https://github.com/infinitejs/contentkit/tree/v${latest_version}/CONTRIBUTING.md`, }, ], }, @@ -158,13 +162,17 @@ export default async function () { { text: `v${latest_version}`, items: [ + { + text: "Änderungen", + link: `https://github.com/infinitejs/contentkit/releases/tag/v${latest_version}`, + }, { text: "Sicherheit", - link: "https://github.com/infinitejs/contentkit/blob/master/SECURITY.md", + link: `https://github.com/infinitejs/contentkit/tree/v${latest_version}/SECURITY.md`, }, { text: "Beitragsleitfaden", - link: "https://github.com/infinitejs/contentkit/blob/master/CONTRIBUTING.md", + link: `https://github.com/infinitejs/contentkit/tree/v${latest_version}/CONTRIBUTING.md`, }, ], },