codeant-ai-for-open-source[bot] commented on PR #38486:
URL: https://github.com/apache/superset/pull/38486#issuecomment-4051969758
## **Sequence Diagram**
This PR changes the docs build flow to always use Docusaurus Faster
optimizations while disabling the SWC JavaScript loader to prevent local memory
exhaustion. It also syncs generated developer docs artifacts so the checked-in
docs match the latest build output.
```mermaid
sequenceDiagram
participant Developer
participant DocsBuild
participant DocusaurusConfig
participant DocsGenerators
participant DocsOutput
Developer->>DocsBuild: Run docs build
DocsBuild->>DocusaurusConfig: Load build configuration
DocusaurusConfig-->>DocsBuild: Faster mode enabled with SWC JS loader off
DocsBuild->>DocsGenerators: Generate component API and database docs
DocsGenerators-->>DocsOutput: Write updated markdown and data files
DocsBuild-->>Developer: Build completes and docs stay in sync
```
---
*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]