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.
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.
* Adjust sub-navigation padding for better alignment
Added consistent left padding to sub-navigation items and links to improve visual hierarchy. Overrode Material theme's media query to ensure primary navigation padding remains uniform across breakpoints.
* Remove unused comment in navigation.scss
The comment regarding tabs styling was redundant and has been removed. This helps to keep the codebase clean and more maintainable.
* Fix typo in Datenschutz link title in footer
Corrected the link title from "sDatenschutzerklärung" to "Datenschutzerklärung" for consistency and clarity. This improves the accuracy of the footer content.
* Remove outdated webinar entry from schedule
The webinar scheduled for 23.05.2025 has been removed from the list. This ensures the schedule displays only relevant and up-to-date information.
* Update webinar form iframe attributes
Removed the unnecessary "scrolling" and "frameborder" attributes from the webinar form iframe for cleaner and more modern HTML. This change simplifies the code while retaining functionality.
* Add new webinar dates and adjust formatting
Added details for new webinars on 06.06.2025 and 13.06.2025. Updated labels and styling for consistency, including minor refinement of the webinar form container.
---------
Co-authored-by: Tim Friedrich Weber <tfw@satware.com>
* Delete readme.md
Signed-off-by: Jane Alesi <ja@satware.ai>
* Fix: Remove unavailable May 16 webinar date
This commit removes the May 16, 2025 webinar date that is no longer available according to the registration form dropdown options. The form only shows May 23 and May 30 as available dates.
---------
Signed-off-by: Jane Alesi <ja@satware.ai>
* Remove unused assets including logo and Lunr language files
Deleted the site logo SVG and minimized Lunr language files for Arabic and Danish. These assets were no longer needed and were removed to reduce unused files in the project.
* Add .repoinsight configuration for satware.ai project
This commit introduces a profile.yml file to configure RepoInsight for analyzing the satware.ai project. It specifies scan directories, exclusion patterns, LLM parameters, and output options to generate concise project insights. The configuration is tailored for efficient processing and markdown output.
* Add CNAME file for custom domain
This adds a CNAME file specifying "test.satware.ai" as the custom domain. It ensures proper domain configuration for the project’s documentation.
* Add Dockerfile for customized mkdocs-material setup
This Dockerfile sets up mkdocs-material with additional plugins to enhance functionality, such as macros, glightbox, and RSS support. It streamlines the process of configuring a tailored mkdocs environment for documentation needs.
* Refactor directory structure and update references
Moved documentation and team files to new directories, updated paths for assets and links, and adjusted MkDocs configuration accordingly. Added GitHub Actions workflow for test environment deployment, and updated `.gitignore` with `.cache` directory.
* Remove unused Font Awesome Pro stylesheet
Deleted an unused CSS file referencing Font Awesome Pro 6.7.1. This reduces unnecessary assets and ensures compliance with licensing terms.
* Fix typo in SCSS compilation script name in workflow
Corrected the script name from 'compily_scss.py' to 'compile_scss.py' in the deployment workflow. This ensures the CSS build step runs successfully during the deployment process.
* Add libsass installation step in deploy-test workflow
The deploy-test workflow now includes libsass in the dependencies to ensure proper build and styling support. This update resolves potential issues related to missing CSS preprocessor functionality.
* Add GitHub Actions workflow for live MkDocs deployment
This workflow automates the deployment of MkDocs to the live environment upon a push to the `live` branch. It includes dependency installation, site building, and deployment to GitHub Pages with custom domain support.
* Update deploy workflow to enhance build process
Replaced mkdocs-material installation with the imaging option for improved functionality. Added a new step to compile SCSS before building the site, ensuring styles are properly processed.
* Update deployment workflow and dependencies for GitHub Pages
Switched deployment branch to "main" and updated GitHub Actions workflow to align with current standards, including caching dependencies and using updated action versions. Revised dependencies in `requirements.txt` and corrected CNAME for production domain. Adjusted footer links in HTML override for improved consistency.
* Fix indentation in deploy-live workflow
Corrected the indentation for the 'mkdocs build' step in the deploy-live workflow file. This ensures proper execution of the workflow during deployment.
* Update deployment workflow to use 'live' branch
Changed the deployment branch from 'main' to 'live' in the workflow configuration. This ensures that only changes pushed to the 'live' branch trigger deployments to production.
* Update deploy step to use mkdocs gh-deploy
Replaces the GitHub Pages action with the native mkdocs gh-deploy command. This simplifies the workflow and ensures consistent deployment behavior. The `--force` flag is added to override potential publishing conflicts.
* Update team member links to use relative paths
Replaced absolute paths with relative paths for team member profiles in the team index page. This ensures better portability and consistency across different environments.