codeant-ai-for-open-source[bot] commented on PR #38091:
URL: https://github.com/apache/superset/pull/38091#issuecomment-3987899929
## **Sequence Diagram**
Shows how the DB connection modal resolves which documentation URL to
display. The PR updates fallback and per-engine doc URLs so the modal links to
new Docs v2 locations.
```mermaid
sequenceDiagram
participant User
participant UI as DB Modal
participant Frontend as ModalHeader
participant Docs as Documentation Site
User->>UI: Open "Add / Edit Database" modal
UI->>Frontend: Request documentation link for engine (e.g., mssql,
gsheets)
Frontend->>Frontend: getDatabaseDocumentationLinks() or use FALLBACK +
irregularOverrides
Frontend-->>UI: Return resolved documentation URL (updated user-docs
path)
UI-->>User: Render "View docs" link pointing to Docs
User->>Docs: Click link -> navigate to updated Docs URL
```
---
*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]