🔗 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
+3
View File
@@ -33,6 +33,9 @@ Route::get('/img-public/{path}', ImageController::class)
// Welcome page route using Volt component
Route::livewire('/welcome', 'welcome')->name('welcome');
// Public guide explaining the MCP/AI connector and the claude.ai setup
Route::livewire('/ki-assistent', 'ki-assistent')->name('ki-assistent');
// Stream calendar route to download meetup calendar as ICS file
Route::get('stream-calendar', DownloadMeetupCalendar::class)
->name('ics')