2 Commits
Author SHA1 Message Date
jaandGitHub 506a2611bf Blog: Agentic AI im Unternehmen (#120)
* Add Wolfgang Alesi to authors configuration (Refs #118)

* Add blog post: Agentic AI im Unternehmen (Refs #119)

* Replace Python code examples with business-friendly textual explanations

* Replace all TypeScript and YAML code blocks with textual explanations for business readers

* Add MkDocs Material links for saTway, saCway, and saMway

* Fix MkDocs Material link paths and add missing footnote references.

* Fix absolute link in ja.md to relative path

* Fix MkDocs Material link paths and add missing footnote references.

* Apply quality review suggestions: add parenthetical explanations for terms, add footnote [^11] reference, and update relative paths for saTway links.

* Corrected minor grammatical errors in German spelling check.
2025-06-10 00:08:41 +02:00
5e258f518d 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>
2025-06-02 21:00:14 +02:00