codeant-ai-for-open-source[bot] commented on PR #38486:
URL: https://github.com/apache/superset/pull/38486#issuecomment-4032273566

   ## **Sequence Diagram**
   
   This PR updates the Docusaurus configuration so that both local and CI docs 
builds use the experimental faster pipeline with SWC JavaScript loader 
disabled, reducing out-of-memory issues while keeping other bundling and 
minimization optimizations enabled.
   
   ```mermaid
   sequenceDiagram
       participant Developer
       participant DocsCommand
       participant Docusaurus
       participant NodeRuntime
   
       Developer->>DocsCommand: Run docs build or start command
       DocsCommand->>Docusaurus: Load docusaurus.config
       Docusaurus->>NodeRuntime: Initialize future and experimental faster 
options
       NodeRuntime->>NodeRuntime: Enable rspack and minimizers with SWC loader 
disabled
       NodeRuntime-->>Developer: Complete docs build without OOM
   ```
   
   ---
   *Generated by [CodeAnt AI](https://codeant.ai)*
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to