mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-06-17 16:40:31 +00:00
🔗 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:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user