- Fixed script references that caused YAML validation errors
- Converted to proper YAML extends syntax
- Simplified build process while maintaining exact functionality
- Ready for production deployment
* Create 2025-06-23-transparenz-statt-taeuschung-cluely-kontroverse.md
feat: Add Cluely controversy analysis blog post - positioning satware as ethical AI alternative
Signed-off-by: Michael Wegener <mw@satware.com>
* Moved
* Update 2025-06-23-transparenz-statt-taeuschung-cluely-kontroverse.md
Signed-off-by: Michael Wegener <mw@satware.com>
* Update 2025-06-23-transparenz-statt-taeuschung-cluely-kontroverse.md
Signed-off-by: Michael Wegener <mw@satware.com>
---------
Signed-off-by: Michael Wegener <mw@satware.com>
* Refactor `index.md` content structure for improved readability and accessibility. Simplify CSS styles and adjust layout dimensions. Update SCSS compilation logic in `mkdocs.sh` with new directory creation. Optimize Docker configuration and integrate new assets for testimonials.
* Update testimonials in `index.md` with new content and assets
- Added new testimonial by Dr. Wolfgang Schadow with corresponding image and logo.
- Adjusted testimonial IDs and image-wrapper sequence for consistency.
- Improved structure and accessibility with `id="testimonials"` for linking.
* Update Caribou3D logo format from `.jpg` to `.jpeg` in `index.md`.
---------
Signed-off-by: Michael Wegener <mw@satware.com>
- Main repo commit to trigger deploy-live.yml workflow
- Critical business pages need immediate deployment
- /zugang and /demo redirects must be activated
- Fixes merged but deployment not triggered automatically
Mission: Restore satware.ai business functionality
Status: CRITICAL - Manual workflow trigger required
Add comprehensive LLMs.txt product knowledge map for the satware® AI chat platform, providing structured information designed for consumption by Large Language Models.
Key additions:
- Complete product overview and value proposition
- Alesi AGI family access details
- Enterprise-grade platform capabilities
- User interface and feature descriptions
- Platform management and support information
This enables better AI-assisted customer support, enhanced product understanding for AI agents, and improved automated documentation systems.
Signed-off-by: Michael Wegener <mw@satware.com>
* Add comprehensive tooltip styling module to fix issue #70
- Ensures tooltips display on single line with proper width handling
- Provides both MkDocs Material and browser-native tooltip improvements
- Includes responsive design and accessibility considerations
- Adds dark mode and print media support
- Specifically addresses footer social icon tooltip issues
* Add tooltip module import to fix issue #70
- Imports the new _tooltips.scss module
- Ensures tooltip styling improvements are applied site-wide
- Maintains existing module order for proper CSS cascade
* Add comprehensive tooltip styling module to fix issue #70
- Ensures tooltips display on single line with proper width handling
- Provides both MkDocs Material and browser-native tooltip improvements
- Includes responsive design and accessibility considerations
- Adds dark mode and print media support
- Specifically addresses footer social icon tooltip issues
* Add tooltip module import to fix issue #70
- Imports the new _tooltips.scss module
- Ensures tooltip styling improvements are applied site-wide
- Maintains existing module order for proper CSS cascade
* Fix tooltip wrapping issue with aggressive browser override
- Completely replaces browser-native tooltips with custom implementation
- Forces single-line display with white-space: nowrap !important
- Uses width: max-content to prevent wrapping
- Adds proper positioning and styling for footer social icons
- Includes responsive design and accessibility features
- Provides dark mode support and print styles
---------
Co-authored-by: Michael Wegener <mw@satware.com>