🔗 Add **KI-Assistent** guide for integrating EINUNDZWANZIG with Claude.ai

- 🌐 Added translations (de, en, es, lv, nl, pt) and localized content for setup guide.
- 🧭 Introduced `/ki-assistent` route with detailed instructions and screenshots.
- 🎉 Updated sidebar navigation to include KI-Assistent link.
- ✏️ Configured SEO metadata for KI-Assistent page.
- 🧪 Added feature tests for guide accessibility and key content.
This commit is contained in:
HolgerHatGarKeineNode
2026-06-14 00:32:53 +02:00
parent 8fd4900138
commit a353d7e089
14 changed files with 676 additions and 16 deletions
+8
View File
@@ -288,6 +288,14 @@ class SeoDataAttribute
twitter_username: $domainTwitter,
site_name: $domainSiteName,
),
'ki_assistent' => new SEOData(
title: __('EINUNDZWANZIG mit Claude verbinden'),
description: __('Verwalte deine Meetups, Termine und Kurse ganz einfach per Chat mit der KI von claude.ai. Ganz ohne Technikwissen.'),
author: $domainAuthor,
image: $domainImage,
twitter_username: $domainTwitter,
site_name: $domainSiteName,
),
// Add more as needed
'default' => new SEOData(
title: __('Willkommen'),