update website#249
Merged
Merged
Conversation
- Add comprehensive design doc for A2A Protocol v2.0 (MCP over CloudEvents) - Include architecture diagrams, sequence flows, and functional specs
- Add docusaurus-override.css: hide old logo with triple-lock CSS - Add site-redesign.css: event bus ecosystem diagram + nav styles - Add eventmesh-internal.js: MutationObserver navbar normalization - Add eventmesh-theme.js: theme management - Add site-redesign.js: site enhancement scripts - Add logo images (256/512/1024/2048 + webp) - Add inject_override.py: batch HTML injection for build output - Add test_nav.js: navigation testing utilities
- Convert asf-site static HTML homepage to React component (index.tsx) - Add Chinese homepage translation (i18n/zh/docusaurus-plugin-content-pages/index.tsx) - Configure Docusaurus to load redesign CSS/JS globally (docusaurus.config.js) - Hide default navbar/footer on redesigned homepage (custom.css) - Fix .reveal CSS for progressive enhancement (opacity: 1 by default) - Remove broken A2A protocol doc (causes MDX compilation error, to be re-added later)
- Replace Java/Python/Go code tabs with Publish/Subscribe curl examples - Generate architecture & ecosystem SVG diagrams (glass morphism, website colors) - Fix FOUC: add blocking theme-init.js + Docusaurus colorMode defaultMode dark - Fix JS init timing: MutationObserver waits for React CSR before init() - Fix navbar hiding: body.is-homepage class instead of .homepage-wrapper - Sync localStorage keys (eventmesh-theme + theme) between custom and Docusaurus - Fix button order: language toggle before theme toggle - Fix .code-body pre: white-space pre-wrap for proper line breaks - Fix A2A button link to /docs/introduction (A2A docs TBD) - Remove '23 connectors' number from ecosystem section - Remove broken A2A protocol doc (MDX <br> compilation error)
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.
No description provided.