diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index a2af96d..0ff61db 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -88,6 +88,7 @@ export default withMermaid( { text: "Guides", link: "/guide/getting-started" }, { text: "API", link: "/api/" }, { text: "Examples", link: "/examples/" }, + { text: "Changelog", link: "https://github.com/btravstack/temporal-contract/releases" }, // Back to the btravstack hub (links the docs up to the landing page). { text: "btravstack", link: "https://btravstack.github.io/" }, ],