supporters: add BlueDot logo#813
Conversation
Signed-off-by: ddc-baiye <dongdong.chen@bluedotai.cn>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Code Review
This pull request adds 'BlueDot' to the supporters list in src/components/supporters/index.js. The review feedback recommends updating the external link to use HTTPS instead of HTTP for better security, as well as correcting minor formatting and indentation inconsistencies to match the rest of the file.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| { | ||
| name:"BlueDot", | ||
| img_src: "img/supporters/bluedot.svg", | ||
| external_link: "http://portal.bluedotai.cn", | ||
| }, |
There was a problem hiding this comment.
For security and privacy, it is recommended to use HTTPS instead of HTTP for external links to protect users from potential man-in-the-middle (MITM) attacks. Additionally, this suggestion fixes the formatting issues (missing space after name: and incorrect indentation of the closing brace) to maintain consistency with the rest of the file.
| { | |
| name:"BlueDot", | |
| img_src: "img/supporters/bluedot.svg", | |
| external_link: "http://portal.bluedotai.cn", | |
| }, | |
| { | |
| name: "BlueDot", | |
| img_src: "img/supporters/bluedot.svg", | |
| external_link: "https://portal.bluedotai.cn", | |
| }, |
N/A
Bug fix, feature, docs update, ...
This PR introduces a docs/content update to add the BlueDot logo to the supporters section on the KubeEdge website.
You can also link to an open issue here.
The BlueDot logo is not currently displayed in the supporters section.
If this is a feature change.
After this change, the BlueDot logo is displayed in the supporters section and links to the company website.
What changes might users need to make in their application due to this PR?
No. This PR does not introduce any breaking changes.
static/img/supporters/.src/components/supporters/index.jsto include the new supporter entry.BlueDot has been actively involved in the KubeEdge community and has continuously supported KubeEdge, KubeEdge Dashboard, and related community activities. BlueDot-affiliated contributors have participated in code contributions, documentation improvements, community meetings, LFX-related verification work, and security-related fixes and improvements in KubeEdge.
In the KubeEdge Dashboard project, selected merged PRs from BlueDot-affiliated contributors include:
These selected merged Dashboard PRs involve more than 20,000 lines of changes in total. In addition, BlueDot-affiliated contributors have also taken on community responsibilities, including Reviewer and Member roles, further supporting the long-term development and maintenance of the KubeEdge community.