feat: add repository link to navigation menu with localization support
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
<li><a href="#features" data-i18n="nav-features">Features</a></li>
|
||||
<li><a href="#architecture" data-i18n="nav-arch">Architecture</a></li>
|
||||
<li><a href="#installation" data-i18n="nav-install">Installation</a></li>
|
||||
<li><a href="https://git.hnrx.net/hnrx/strava-mcp-server" data-i18n="nav-repo">GitHub</a></li>
|
||||
</ul>
|
||||
<div class="lang-switch">
|
||||
<button class="lang-btn active" onclick="setLanguage('en')">EN</button>
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user