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

   ## **Sequence Diagram**
   
   This PR updates endpoint links in the developer API documentation from 
relative paths to absolute docs paths. The new flow ensures clicking any 
endpoint link from nested developer docs routes always opens the correct API 
reference page.
   
   ```mermaid
   sequenceDiagram
       participant Reader
       participant DeveloperDocsPage
       participant DocsRouter
       participant ApiReferencePage
   
       Reader->>DeveloperDocsPage: Open developer API docs from nested route
       Reader->>DeveloperDocsPage: Click an endpoint link
       DeveloperDocsPage->>DocsRouter: Resolve link as absolute docs api path
       DocsRouter->>ApiReferencePage: Navigate to endpoint documentation
       ApiReferencePage-->>Reader: Display correct API reference page
   ```
   
   ---
   *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