DanielCarter-stack commented on issue #10539:
URL: https://github.com/apache/seatunnel/issues/10539#issuecomment-3976462074

   <!-- code-pr-reviewer -->
   Thanks for reporting this. I've confirmed that Mermaid diagrams exist in the 
documentation (e.g., `docs/en/architecture/api-design/sink-architecture.md` 
lines 169-230) but aren't rendering on the website.
   
   **Root cause**: This is a **website configuration issue**, not a 
documentation content issue. The docs are correctly written with Mermaid syntax 
in this repository, but the website is built from the separate 
**`apache/seatunnel-website`** repository (see `.github/workflows/backend.yml` 
lines 339-343 for sync mechanism).
   
   **To fix**, the Docusaurus configuration in `seatunnel-website` needs 
Mermaid plugin enabled:
   
   ```javascript
   {
     themes: ['@docusaurus/theme-mermaid'],
     markdown: { mermaid: true }
   }
   ```
   
   Please consider reporting this to 
**[apache/seatunnel-website](https://github.com/apache/seatunnel-website)** 
instead, or we can help transfer this issue to the correct repository.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to