Docs/content updates and bugfixes#37
Merged
arnaudlh merged 2 commits intoAzure:mainfrom Apr 29, 2026
Merged
Conversation
- update generated docs for agents, skills, and workflows - fix docusaurus.config.ts and sidebars.ts configuration - improve generate-docs.js script and drift-detection docs - remove unused Docusaurus placeholder images 📝 - Generated by Copilot
…om + colors - add Vision & Manifesto page from devblogs article - consolidate workload examples into single deploy-anything page - restructure landing: hero tagline, capability tiles, video, comparison - rename persona pages to .mdx so JSX components render correctly - add click-to-zoom modal for all mermaid diagrams (mobile-aware) - color all 37 mermaid diagrams; ensure visibility in dark mode - new ape favicon + logo from APE.png; ignore .playwright-mcp/ 📝 - Generated by Copilot
sendtoshailesh
approved these changes
Apr 29, 2026
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.
Key changes:
Documentation Modernization and Cleanup
docs/AZURE_MCP_SETUP.md,docs/CODESPACES.md,docs/EXAMPLES.md) and replaced them with links to the new website for setup guides, examples, and onboarding documentation inREADME.md. This reduces duplication and ensures users get the latest information. [1] [2] [3] [4] [5]Diagram and Visualization Enhancements
classDefstyles to Mermaid diagrams in.github/agents/azure-template-generator.agent.mdand.github/skills/azure-resource-visualizer/SKILL.mdto visually distinguish resource types (internet, compute, storage, data, monitor, etc.), improving diagram readability for Azure architectures. [1] [2] [3] [4]scripts/generate-docs.jsto include similarclassDefstyling for orchestrators, pipelines, gates, advisories, and utilities, and for skill phase groupings (pre, post, ops). [1] [2]Auto-Generated Documentation Improvements
Minor Asset Reference Fix
APE.pngin the root directory instead ofdocs/APE.png.These changes collectively improve the user and contributor experience by making documentation more accessible, visually intuitive, and easier to maintain.