codeant-ai-for-open-source[bot] commented on PR #37506:
URL: https://github.com/apache/superset/pull/37506#issuecomment-3809121483
## **Sequence Diagram**
This PR adds the HPE logo image to the docs assets and updates the
RESOURCES/INTHEWILD.yaml entry to reference it so the docs site can render
HPE's logo in the listing.
```mermaid
sequenceDiagram
participant Contributor
participant GitRepo
participant DocsAssets
participant DocsSite
Contributor->>GitRepo: Commit logo file (docs/static/img/logos/hpe.png)
GitRepo->>DocsAssets: Store image in logos directory
Contributor->>GitRepo: Update RESOURCES/INTHEWILD.yaml to add logo:
hpe.png
GitRepo->>DocsSite: CI/build picks up updated YAML + asset
DocsSite-->>Contributor: Rendered "In the Wild" listing with HPE logo
```
---
*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]