From f96130b26ba6db5622e061030b703681602d5688 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Thu, 6 Apr 2023 00:15:28 -0500 Subject: [PATCH] Add link to changelog --- docs/.vitepress/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } ] }, {