From 8a7b0a2d27d59a9b4735cfe40675f7d5c51a8653 Mon Sep 17 00:00:00 2001 From: Benoit TRAVERS Date: Tue, 30 Jun 2026 19:43:40 +0200 Subject: [PATCH] docs: add a Changelog nav link (GitHub releases) Point readers at the project's release notes (changesets-generated GitHub releases), matching the unthrown docs which already link their changelog. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/.vitepress/config.ts | 1 + 1 file changed, 1 insertion(+) 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/" }, ],