Skip to content

supporters: add BlueDot logo#813

Open
ddc-baiye wants to merge 1 commit into
kubeedge:masterfrom
ddc-baiye:feat/add-bluedot-supporter-logo
Open

supporters: add BlueDot logo#813
ddc-baiye wants to merge 1 commit into
kubeedge:masterfrom
ddc-baiye:feat/add-bluedot-supporter-logo

Conversation

@ddc-baiye

Copy link
Copy Markdown
  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines
  • Tests for the changes have been added (not applicable for this docs/content-only website update)
  • Docs have been added / updated
  • Which issue(s) this PR fixes:

N/A

  • What kind of change does this PR introduce?
    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.

  • What is the current behavior?
    You can also link to an open issue here.

The BlueDot logo is not currently displayed in the supporters section.

  • What is the new behavior?
    If this is a feature change.

After this change, the BlueDot logo is displayed in the supporters section and links to the company website.

  • Does this PR introduce a breaking change?
    What changes might users need to make in their application due to this PR?

No. This PR does not introduce any breaking changes.

  • Other information:
  • Added the BlueDot logo asset under static/img/supporters/.
  • Updated src/components/supporters/index.js to include the new supporter entry.
  • This is a content-only website update and does not affect runtime behavior.

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.

Signed-off-by: ddc-baiye <dongdong.chen@bluedotai.cn>
@kubeedge-bot

Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign fujitatomoya after the PR has been reviewed.
You can assign the PR to them by writing /assign @fujitatomoya in a comment when ready.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubeedge-bot kubeedge-bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jun 17, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment on lines +21 to +25
{
name:"BlueDot",
img_src: "img/supporters/bluedot.svg",
external_link: "http://portal.bluedotai.cn",
},

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

security-medium medium

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.

Suggested change
{
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",
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants