Commit Graph
98 Commits
Author SHA1 Message Date
TimandGitHub 13983eeb83 Merge pull request #15 from tfwmedia/change-webinar-title
Change title for upcoming webinar
2025-06-04 12:55:51 +02:00
tfw d54ee65f94 Change title for upcoming webinar 2025-06-04 12:54:24 +02:00
TimandGitHub c8b09ef020 Merge pull request #108 from tfwmedia/main-mkdocs
Add new webinar recording, change title of upcoming webinar
2025-06-04 12:05:30 +02:00
TimandGitHub 964a1445e6 Merge pull request #14 from tfwmedia/new-webinar-recording
Add new webinar recording, change title of upcoming webinar
2025-06-04 12:01:47 +02:00
tfw 896feebe4a Add new webinar recording, change title of upcoming webinar 2025-06-04 11:57:08 +02:00
TimandGitHub 9ba1fbe134 Merge pull request #107 from tfwmedia/main-mkdocs
Fix mixed typing variants for redirects
2025-06-03 16:09:07 +02:00
TimandGitHub e44dfff7d9 Merge pull request #13 from tfwmedia/fix/redirect-with-uppercase
Fix mixed typing variants for redirects
2025-06-03 16:04:35 +02:00
tfw 2552961a1e Fix mixed typing variants for redirects 2025-06-03 16:03:33 +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
jaandGitHub af4bee0e4d feat: Add comprehensive issue reporting and contribution guidelines (#105)
* feat: Add issue reporting guidelines to README.md

- Add dedicated "🐛 Issue Reporting" section with clear instructions
- Direct users to main repository issue tracker
- Include template for issue reporting with required information
- Improve project transparency and user support workflow

* fix: Update repository references and add issue reporting guidelines

- Fix incorrect repository reference (satwareAG-ironMike → satwareAG)
- Add comprehensive issue reporting section
- Clarify workflow between forks and main repository
- Improve contribution process documentation

* feat: Add GitHub issue templates for better issue management

- Add bug report template with structured fields
- Provide clear guidance for issue reporting
- Improve issue quality and processing efficiency

* feat: Add feature request template

- Add structured feature request template
- Include sections for use case, implementation details, and alternatives
- Improve feature planning and discussion process

* feat: Add content issue template

- Add template for content-related issues (typos, outdated info, etc.)
- Provide specific fields for content corrections
- Improve content quality maintenance process

* feat: Add issue template configuration

- Configure issue template chooser with clear options
- Add contact links for support and security
- Improve issue routing and user guidance

* feat: Add pull request template

- Add comprehensive PR template with structured sections
- Include checklist for quality assurance
- Improve code review and integration process
2025-06-02 17:59:20 +02:00
faf199aca7 feat: Improve documentation and add project files (#1) (#104)
* feat: Add CONTRIBUTING.md

* feat: Add CODE_OF_CONDUCT.md

* feat: Add SECURITY.md

* feat: Add LICENSE file

* feat: Update README.md with improved documentation and project details

* fix: Generalize README.md for forking workflow

* fix: Correct Project Structure in README.md

* fix: Correct Build Status badge URL in README.md

* fix: Correct Build Status badge URL to point to original repository's live workflow

* fix: Correct License badge URL to point to original repository

Co-authored-by: Jane Alesi <ja@satware.ai>
2025-06-02 17:23:36 +02:00
mwandGitHub ee8eba8549 Refactor MkDocs blog structure, enhance SCSS watcher, and improve plugin configuration (#103)
- Adjusted `mkdocs.sh` to expand SCSS watcher to include `docs` and `mkdocs.yml`.
- Simplified blog template by extracting post logic to `partials/post.html`.
- Updated `mkdocs.yml` with refined plugins including RSS, meta, and enhanced blog options.
- Improved blog Markdown files with structural changes and better TOC handling.
- Removed unused styles and deprecated logic in blog posts for cleaner maintenance.
2025-06-02 16:01:40 +02:00
mwandGitHub 7cf43df29c Replace mkdocs-lightbox with mkdocs-glightbox in deploy-live.yml for plugin update. (#102) 2025-06-02 14:10:23 +02:00
mwandGitHub 887fe536d6 Fix/local development (#101)
* **Remove Python SCSS compiler and development script**

- Deleted `compile_scss.py` and `dev.sh` scripts to clean up unused SCSS compilation and local development workflow.
- Streamlining project by removing legacy Python-based tooling. Clear shift toward alternative CSS build processes in workflows.

* Migrate SCSS compilation to Python-based workflow and simplify Dockerfile

- Replaced Node.js SCSS tools with libsass and introduced `scss_watcher.py` for automated SCSS compilation during development.
- Updated Dockerfile to use Python-based dependencies and removed redundant npm configuration.
- Cleaned up `package.json`, `requirements.txt`, and outdated scripts to streamline the project.
- Enhanced development workflow with a lightweight Python-based approach.

* Replace `python -m sass` with `pysassc` for SCSS compilation in development scripts

* **Refactor and streamline MkDocs workflows, footer, and blog structure**

- Removed outdated `deploy-preview-fix.yml` and `deploy-test.yml` workflows for cleanup.
- Enhanced `deploy-preview.yml`:
  - Expanded branch triggers to include `build/**`, `test/**`, and `preview/**`.
  - Improved `site_url` logic by standardizing URL formatting.
- Updated `mkdocs.yml` navigation to use consistent `index.md` file naming.
- Simplified footer template to use relative paths for internal links (e.g., `impressum/`, `datenschutz/`).
- Adjusted `mkdocs.sh` to ensure SCSS watcher includes `overrides`.
- Deleted outdated `Sequential Thinking` blog and branch documentation for better maintenance.

* Update to Python 3.13 and streamline MkDocs workflows

- Upgraded Dockerfile base image to `python:3.13-slim-bullseye` for consistency with the latest Python version.
- Consolidated MkDocs and plugin installation steps in `deploy-preview.yml`.
- Replaced Node.js SCSS tools with Python `pysassc` for CSS build process, removing unnecessary npm steps.

* Replace `mkdocs-lightbox` with `mkdocs-glightbox` and improve CSS build step in GitHub Actions workflow

- Updated `deploy-preview.yml` to switch from `mkdocs-lightbox` to `mkdocs-glightbox` for better compatibility and features.
- Enhanced CSS build logic to create the target directory (`docs/assets/css`) if it does not exist, ensuring a smoother workflow execution.

* Streamline deploy workflows and enhance CSS build process

- Added repository-specific condition to `deploy-live.yml` for improved workflow targeting.
- Consolidated MkDocs and plugin installation steps in `deploy-live.yml` to remove redundant tasks.
- Enhanced CSS build step to ensure target directory creation (`mkdir -p docs/assets/css`) in both workflows.
2025-06-02 14:03:20 +02:00
TimandGitHub 4afa183364 Merge pull request #100 from tfwmedia/main-mkdocs
Adding new Webinar dates for june
2025-06-02 10:48:10 +02:00
TimandGitHub 7e8aad1f26 Merge pull request #12 from tfwmedia/new-webinar-dates-june
Adding new Webinar dates for june
2025-06-02 10:47:20 +02:00
tfw 33f3bdb81d Adding new Webinar dates for june 2025-06-02 10:46:32 +02:00
jaandGitHub f1925eb0b8 Blog: "KI entwickelt Software: Wie Prompts zu Enterprise-Ready-Lösungen werden" (#98)
* feat: Add John and Leon Alesi to blog authors

* feat: Add comprehensive blog post about AI-driven software development

* fix: Remove irrelevant financial disclaimer from software development blog post

*  Blog Update: Enhanced QRCode-MCP testing framework details & expanded Alesi AGI team

* 🔧 Fix: Correct markdown unordered lists formatting for MkDocs Material
2025-06-02 08:39:50 +02:00
jaandGitHub 06a48ad402 Add Leon Alesi Team Profile - IT System Integration Specialist (AGI) (#97)
* Add Leon Alesi team profile page with comprehensive IT system integration capabilities

* Update team index to make Leon Alesi clickable and add expanded description

* Add Leon Alesi to mkdocs.yml navigation
2025-05-28 17:29:48 +02:00
jaandGitHub 3f46220572 Add Gunta Alesi Team Profile - Advanced AI Assistant for Craft Businesses (#96)
* Add Gunta Alesi team profile page

* Update team index to make Gunta Alesi clickable and add expanded description

* Add Gunta Alesi to mkdocs.yml navigation
2025-05-28 17:13:22 +02:00
jaandGitHub e603656bd7 Add Denopus Alesi Team Profile - Advanced Video Generation Specialist (#94)
* feature: Add Denopus Alesi team profile page

* Update Denopus Alesi entry in team index to be clickable and consistent

* Add Denopus Alesi to navigation in mkdocs.yml
2025-05-28 16:40:53 +02:00
jaandGitHub 048a04488d Add Wolfgang Alesi Team Profile - Scientific Research AGI Expert (#93)
* Add Wolfgang Alesi team profile page with comprehensive scientific research capabilities

* Update team index to make Wolfgang Alesi clickable and add expanded description

* Update contact form URL in Wolfgang Alesi team profile

* Add Wolfgang Alesi to mkdocs.yml navigation and remove duplicate Lenna
2025-05-28 15:42:22 +02:00
04954bbc26 Add John Alesi Team Profile - Advanced Software Developer AGI (#92)
* Add Lenna Alesi team profile page with comprehensive visual analysis capabilities

* Update team index to make Lenna Alesi clickable and add expanded description

* Update mkdocs.yml

add Lenna to Team

Signed-off-by: Jane Alesi <ja@satware.ai>

* Add John Alesi team profile page with comprehensive software development AGI capabilities

* Update team index to make John Alesi clickable and add expanded description

* Update mkdocs.yml to include John Alesi in navigation

* Add Lenna Alesi Team Profile - Advanced Visual Analysis Expert (#88)

* Add Lenna Alesi team profile page with comprehensive visual analysis capabilities

* Update team index to make Lenna Alesi clickable and add expanded description

* Update mkdocs.yml

add Lenna to Team

Signed-off-by: Jane Alesi <ja@satware.ai>

---------

Signed-off-by: Jane Alesi <ja@satware.ai>

* Update mkdocs.yml (#90)

Signed-off-by: Michael Wegener <mw@satware.com>

* Exchange of Silent Waves Logo

* Update mkdocs.yml to include John Alesi in navigation

---------

Signed-off-by: Jane Alesi <ja@satware.ai>
Signed-off-by: Michael Wegener <mw@satware.com>
Co-authored-by: Michael Wegener <mw@satware.com>
Co-authored-by: Tim Friedrich Weber <tfw@satware.com>
2025-05-28 15:22:14 +02:00
TimandGitHub 3f6e790fb5 Merge pull request #91 from tfwmedia/main-mkdocs
Exchange of Silent Waves Logo
2025-05-28 14:53:55 +02:00
TimandGitHub 9894cddab3 Merge pull request #11 from tfwmedia/new-testimonial-logo-silent-waves
Exchange of Silent Waves Logo
2025-05-28 14:52:50 +02:00
tfw 453feae74b Exchange of Silent Waves Logo 2025-05-28 14:51:13 +02:00
mwandGitHub 45a8890b9e Update mkdocs.yml (#90)
Signed-off-by: Michael Wegener <mw@satware.com>
2025-05-28 14:39:29 +02:00
jaandGitHub fbd7ed407f Add Lenna Alesi Team Profile - Advanced Visual Analysis Expert (#88)
* Add Lenna Alesi team profile page with comprehensive visual analysis capabilities

* Update team index to make Lenna Alesi clickable and add expanded description

* Update mkdocs.yml

add Lenna to Team

Signed-off-by: Jane Alesi <ja@satware.ai>

---------

Signed-off-by: Jane Alesi <ja@satware.ai>
2025-05-28 14:01:38 +02:00
TimandGitHub 2e2a8dcce2 Merge pull request #87 from tfwmedia/main-mkdocs
Adding slideshow js file
2025-05-28 12:18:56 +02:00
tfw c6c0a644da Adding slideshow js file 2025-05-28 12:18:20 +02:00
TimandGitHub c3561ef695 Merge pull request #86 from tfwmedia/main-mkdocs
Adding slideshow scss file
2025-05-28 11:58:35 +02:00
tfw eda4da38a0 Adding slideshow scss file 2025-05-28 11:58:06 +02:00
TimandGitHub 756e38e3ce Merge pull request #85 from tfwmedia/main-mkdocs
Adding Slideshow for pictures in prompt examples
2025-05-28 11:53:52 +02:00
tfw 08969756ad Adding Slideshow for pictures in prompt examples 2025-05-28 10:48:30 +02:00
TimandGitHub 2543b9c276 Merge pull request #84 from tfwmedia/main-mkdocs
Increase font size for navigation tabs
2025-05-27 15:06:10 +02:00
tfw bab48487e8 Increase font size for navigation tabs
Commented the previous font size and updated it to 1.4rem to improve readability. This change enhances the user experience by providing clearer and more accessible navigation labels.
2025-05-27 15:04:19 +02:00
TimandGitHub 5804a1620f Merge pull request #83 from tfwmedia/main-mkdocs
Update blog styling and date formatting logic
2025-05-27 14:31:49 +02:00
tfw a516568ab3 Update blog styling and date formatting logic
Refined the blog's CSS, addressing title, meta, and author elements for improved readability and consistency. Reintroduced meta date formatting in the blog's HTML, including localized month names for better user experience. Removed unnecessary commented-out code for cleaner structure.
2025-05-27 14:29:45 +02:00
TimandGitHub 28ce3e0678 Merge pull request #82 from tfwmedia/main-mkdocs
Closes #73
2025-05-27 13:01:31 +02:00
TimandGitHub 4fb5a80edc Merge pull request #10 from tfwmedia/fix/73-align-the-icon-with-the-text-middle-in-the-blog-sidebar
Adjust margin for icons in blog sidebar navigation
2025-05-27 13:00:29 +02:00
tfw cb9e123c34 Adjust margin for icons in blog sidebar navigation
Added a 5px top margin to SVG icons in the blog post sidebar navigation links. This improves alignment and visual consistency in the blog layout.
2025-05-27 12:59:21 +02:00
TimandGitHub 875445c7bf Merge pull request #81 from tfwmedia/main-mkdocs
Refine webinar CSS and update location formatting.
2025-05-27 11:33:04 +02:00
TimandGitHub e76cf34cad Merge pull request #9 from tfwmedia/fix/80-satwareai-kontakt-newsletter
Refine webinar CSS and update location formatting.
2025-05-27 11:30:14 +02:00
tfw a97d025a98 Refine webinar CSS and update location formatting.
Adjusted CSS for better icon alignment and spacing in webinar components. Simplified location formatting in workshop documentation for consistency and readability.
2025-05-27 11:29:23 +02:00
TimandGitHub 18416643c2 Merge pull request #79 from tfwmedia/main-mkdocs
Closes #77, Closes #78
2025-05-27 10:48:51 +02:00
TimandGitHub 7e6c664535 Merge pull request #8 from tfwmedia/fix/77-httpssatwareaiwebinare
Fix/77 httpssatwareaiwebinare
2025-05-27 10:33:21 +02:00
tfw 4cde10e830 Fix minor HTML and CSS formatting issues across files
Removed redundant closing tags in HTML and updated font-family declarations in CSS to include a fallback. These changes ensure better code consistency and avoid potential rendering issues.
2025-05-27 10:32:14 +02:00
tfw ef0f52e4c5 Update webinar and workshop content with new details and styles
Enhanced webinars and workshops sections with updated schedules, new descriptions, and recorded session details. Adjusted styles for improved responsiveness, layout clarity, and a better user experience across devices.
2025-05-27 10:30:42 +02:00
TimandGitHub f73580bea7 Merge pull request #7 from tfwmedia/fix/72-fix-the-checkmark-in-front-of-the-bullets-in-some-lists
Fix/72 fix the checkmark in front of the bullets in some lists
2025-05-27 08:49:57 +02:00
tfw 4b79b77c72 Remove redundant whitespace in blog posts for clarity
Eliminated unnecessary blank lines in two blog posts to improve readability and maintain a more consistent formatting style. These changes have no impact on the content but enhance the visual structure.
2025-05-27 08:46:43 +02:00