feat: Implement comprehensive satware AG Benutzerkürzel redirect system (#106)
* feat: Add mkdocs-redirects plugin configuration for /ja → /team/jane.html redirect - Add redirects plugin to plugins section - Configure redirect mapping for /ja to /team/jane.html - Support multiple URL patterns and fallback redirects - Fixes issue #99 * feat: Add fallback redirect page for /ja → /team/jane.html - Create fallback redirect page with multiple redirect methods - Include meta refresh, JavaScript redirect, and manual link - Provides redundancy for redirect functionality - SEO-friendly with proper meta tags * feat: Add comprehensive redirect system for all team member Benutzerkürzel - Implement satware AG Benutzerkürzel system for all team members - Add redirects for all agents following collision resolution rules - Support both direct and index patterns for each abbreviation - Complete redirect mapping: * AA → Amira, BA → Bastian, BEA → Bea (collision resolved) * DA → Denopus, GA → Gunta, JA → Jane * JOA → John, JUA → Justus (collision resolved) * LA → Lara, LEA → Lenna, LEO → Leon, LUA → Luna * MA → Marco, OA → Olu, TA → Theo, WA → Wolfgang Fixes issue #99 * docs: Add comprehensive documentation for satware AG Benutzerkürzel redirect system - Document complete redirect system implementation - Include collision resolution rules and examples - List all team member abbreviations and target URLs - Provide testing instructions and troubleshooting guide --------- Co-authored-by: Michael Wegener <mw@satware.com>
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
---
|
||||
title: "Redirect to Jane Alesi"
|
||||
description: "Automatic redirect to Jane Alesi's profile page"
|
||||
hide:
|
||||
- navigation
|
||||
- toc
|
||||
---
|
||||
|
||||
<script>
|
||||
// JavaScript redirect as primary method
|
||||
window.location.href = '/team/jane.html';
|
||||
</script>
|
||||
|
||||
<meta http-equiv="refresh" content="0; url=/team/jane.html">
|
||||
|
||||
# Weiterleitung zu Jane Alesi
|
||||
|
||||
Sie werden automatisch zu Jane Alesis Profilseite weitergeleitet...
|
||||
|
||||
Falls die automatische Weiterleitung nicht funktioniert, [klicken Sie hier um zu Jane Alesis Profilseite zu gelangen](/team/jane.html).
|
||||
|
||||
---
|
||||
|
||||
**Jane Alesi** ist die führende KI-Architektin von satware AG und Ihre erste Anlaufstelle für alle Fragen rund um fortgeschrittene AGI-Systeme.
|
||||
Reference in New Issue
Block a user