From 2223a2aafafe340cdb9f2360236f03480b53fa89 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Thu, 14 May 2026 19:46:38 +0200 Subject: [PATCH] feat: add repository link to navigation menu with localization support --- website/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/index.html b/website/index.html index 9af9072..5e85cfd 100644 --- a/website/index.html +++ b/website/index.html @@ -16,6 +16,7 @@
  • Features
  • Architecture
  • Installation
  • +
  • GitHub
  • @@ -111,6 +112,7 @@ "nav-features": "Features", "nav-arch": "Architecture", "nav-install": "Installation", + "nav-repo": "Source", "hero-title": "Empower your AI with Strava Data.", "hero-subtitle": "A production-ready Model Context Protocol (MCP) server that exposes the Strava API for AI agents and LLMs.", "btn-start": "Get Started", @@ -138,6 +140,7 @@ "nav-features": "Funktionen", "nav-arch": "Architektur", "nav-install": "Installation", + "nav-repo": "Quellcode", "hero-title": "Stärke deine KI mit Strava Daten.", "hero-subtitle": "Ein produktionsreifer Model Context Protocol (MCP) Server, der die Strava API für AI Agents und LLMs nutzbar macht.", "btn-start": "Loslegen",