fix: Down merge to dev from main#450
Merged
Merged
Conversation
fix: merging dev to main
fix: All images in the README should load correctly and provide visual context as intended.
Workshop update
feat: Workshop page
Avijit-Microsoft
approved these changes
May 29, 2025
Contributor
|
🎉 This PR is included in version 3.3.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request introduces multiple changes across the repository to improve deployment workflows, update documentation, and enhance the organization of assets and references. Key changes include the addition of a GitHub Actions workflow for deploying MkDocs sites, updates to image paths in the
README.md, and restructuring of workshop-related files for better clarity and usability.Deployment Workflow Enhancements:
.github/workflows/deploy.yml: Added a GitHub Actions workflow to automate the deployment of MkDocs sites to GitHub Pages. This includes steps for Python setup, MkDocs installation, site building, and deployment.Documentation Updates:
README.md: Updated image paths to use consistent capitalization in directory names (Imagesinstead ofimages) to avoid potential issues on case-sensitive file systems. [1] [2] [3] [4]docs/workshop/README.md: Added a detailed workshop guide and instructions for running MkDocs locally, along with an overview of the solution accelerator.File Restructuring and Reference Fixes:
Bonus Content:
docs/workshop/docs/workshop/Challenge-3-and-4/index.md: Added a section on Responsible AI (RAI) principles, encouraging users to enhance system prompts with RAI-friendly language for better transparency and trust.Does this introduce a breaking change?