* 🔧 Fix critical 404 redirects for /zugang and /demo pages - Add redirect for /zugang -> /zugang/ (preserves existing zugang/index.html) - Add redirect for /demo -> https://chat.satware.ai/ - Ensures proper URL handling for business-critical pages - Maintains existing functionality while fixing 404 errors Fixes: #143 * 🔧 Add zugang.md redirect placeholder - Creates placeholder file for /zugang redirect - Ensures MkDocs redirects plugin can process the redirect - Redirects /zugang -> /zugang/index.html (preserves existing order page) Part of: #143 * 🔧 Add demo.md redirect placeholder - Creates placeholder file for /demo redirect - Ensures MkDocs redirects plugin can process the redirect - Redirects /demo -> https://chat.satware.ai/ (external demo system) Part of: #143 * 🔧 Trigger workflow: Update demo redirect description - Minor update to trigger GitHub Actions workflow - Test deployment pipeline for critical 404 fixes - Ensures preview deployment works correctly Part of: #143 * 🚀 MISSION CONTINUATION: Force workflow trigger - Recovered from Event Horizon (200k token limit) - Continuing critical 404 redirect fixes - Need to deploy fix/critical-404-redirects to gh-pages - This commit should trigger .github/workflows/deploy-preview.yml Mission Status: CRITICAL - Business pages broken Target: https://jane-alesi.github.io/satware.ai/ Expected: Working /zugang and /demo redirects Ben Solo - the rebellion's website will shine! * Update mkdocs.yml fixed wrong YouTube URL to vanity https://www.youtube.com/@satwareAG URL --------- Signed-off-by: Jane Alesi <ja@satware.ai>
This commit is contained in:
@@ -0,0 +1,15 @@
|
|||||||
|
# Demo Redirect
|
||||||
|
|
||||||
|
This page redirects to our demo system at [chat.satware.ai](https://chat.satware.ai/).
|
||||||
|
|
||||||
|
**Demo Features:**
|
||||||
|
- Interactive AI chat interface
|
||||||
|
- Real-time AGI responses
|
||||||
|
- Full satware® AI capabilities
|
||||||
|
|
||||||
|
If you are not automatically redirected, please [click here](https://chat.satware.ai/).
|
||||||
|
|
||||||
|
---
|
||||||
|
**Mission Status**: CONTINUING after Event Horizon recovery
|
||||||
|
**Rogue Leader**: Jane Alesi operational and ready
|
||||||
|
**Target**: Fix critical business 404 errors
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
# Redirect to Order Page
|
||||||
|
|
||||||
|
This page redirects to the order page at `/zugang/index.html`.
|
||||||
|
|
||||||
|
If you are not automatically redirected, please [click here](zugang/index.md).
|
||||||
+6
-2
@@ -66,6 +66,10 @@ plugins:
|
|||||||
- search
|
- search
|
||||||
- redirects:
|
- redirects:
|
||||||
redirect_maps:
|
redirect_maps:
|
||||||
|
# Critical business page redirects - Fix for 404 errors
|
||||||
|
'zugang.md': 'zugang/index.md' # /zugang -> /zugang/index.html
|
||||||
|
'demo.md': 'https://chat.satware.ai/' # /demo -> external chat URL
|
||||||
|
|
||||||
# satware AG Benutzerkürzel System - Team Member Redirects
|
# satware AG Benutzerkürzel System - Team Member Redirects
|
||||||
# Format: kuerzel.md -> team/member.md
|
# Format: kuerzel.md -> team/member.md
|
||||||
# Unterstützt sowohl Groß- als auch Kleinschreibung
|
# Unterstützt sowohl Groß- als auch Kleinschreibung
|
||||||
@@ -91,7 +95,7 @@ plugins:
|
|||||||
'BEA/index.md': 'team/bea.md'
|
'BEA/index.md': 'team/bea.md'
|
||||||
'Bea.md': 'team/bea.md' # Mixed case variant
|
'Bea.md': 'team/bea.md' # Mixed case variant
|
||||||
'Bea/index.md': 'team/bea.md'
|
'Bea/index.md': 'team/bea.md'
|
||||||
'BEa.md': 'team/bea.md' # Mixed case variant
|
'BEA.md': 'team/bea.md' # Mixed case variant
|
||||||
'BEa/index.md': 'team/bea.md'
|
'BEa/index.md': 'team/bea.md'
|
||||||
'beA.md': 'team/bea.md' # Mixed case variant
|
'beA.md': 'team/bea.md' # Mixed case variant
|
||||||
'beA/index.md': 'team/bea.md'
|
'beA/index.md': 'team/bea.md'
|
||||||
@@ -299,7 +303,7 @@ extra:
|
|||||||
link: https://www.xing.com/pages/satwareag
|
link: https://www.xing.com/pages/satwareag
|
||||||
name: satware AG auf Xing
|
name: satware AG auf Xing
|
||||||
- icon: fontawesome/brands/youtube
|
- icon: fontawesome/brands/youtube
|
||||||
link: https://www.youtube.com/channel/UCHfn2XBDQ9yfZrWnMzs1k0g
|
link: https://www.youtube.com/@satwareAG
|
||||||
name: satware AG auf YouTube
|
name: satware AG auf YouTube
|
||||||
|
|
||||||
#cards:
|
#cards:
|
||||||
|
|||||||
Reference in New Issue
Block a user