diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index c1c3ea33..c6d34e18 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -42,7 +42,8 @@ module.exports = { { text: "Introduction", link: "/guide/" }, { text: "Setting Up", link: "/guide/getting-started/setup" }, { text: "Updating Profectus", link: "/guide/getting-started/updating" }, - { text: "Example Projects", link: "/guide/getting-started/examples" } + { text: "Example Projects", link: "/guide/getting-started/examples" }, + { text: "Profectus Changelog", link: "https://github.com/profectus-engine/Profectus/blob/main/CHANGELOG.md" } ] }, {