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

   ## **Sequence Diagram**
   
   This PR flips the docs configuration to expose the "Developer Portal" in the 
global navbar. The diagram shows the build/runtime config being read and the 
user discovering and navigating to the Developer Portal from the top navigation.
   
   ```mermaid
   sequenceDiagram
       participant User
       participant Browser
       participant DocsSite
       participant ConfigFile
   
       Browser->>DocsSite: Request site (page load / build)
       DocsSite->>ConfigFile: Read versions-config.json (hideFromNav: false)
       ConfigFile-->>DocsSite: Developer Portal enabled
       DocsSite-->>Browser: Render navbar with "Developer Portal" dropdown
       User->>Browser: Click "Developer Portal" -> select dropdown item
       Browser->>DocsSite: Navigate to selected Developer Portal page
       DocsSite-->>Browser: Serve Developer Portal content
   ```
   
   ---
   *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