codeant-ai-for-open-source[bot] commented on PR #37786:
URL: https://github.com/apache/superset/pull/37786#issuecomment-3866155454
## **Sequence Diagram**
This PR removes mentions of testing tools (Factory Boy, MSW) that aren't
used by the backend. The diagram shows the concise contributor -> repo -> CI ->
docs-site flow for updating and publishing the documentation change.
```mermaid
sequenceDiagram
participant Contributor
participant Repo
participant CI
participant DocsSite
Contributor->>Repo: Edit docs (remove Factory Boy, MSW) & open PR
Repo->>CI: Trigger CI checks for PR
CI-->>Repo: Validate docs change
Repo->>Repo: Merge PR into main
Repo->>DocsSite: Build & deploy updated docs
DocsSite-->>Contributor: Updated documentation published
```
---
*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]