Skip to content

fix: replace incorrect @ symbol with © in footer copyright#539

Open
KrishnaParihar1 wants to merge 1 commit into
volcano-sh:masterfrom
KrishnaParihar1:fix/incorrect-copyright-symbol-in-footer
Open

fix: replace incorrect @ symbol with © in footer copyright#539
KrishnaParihar1 wants to merge 1 commit into
volcano-sh:masterfrom
KrishnaParihar1:fix/incorrect-copyright-symbol-in-footer

Conversation

@KrishnaParihar1

Copy link
Copy Markdown

Description

The footer on both the English and Chinese pages used @ instead of the standard copyright symbol ©. This PR replaces the incorrect symbol with © in both docusaurus.config.js and i18n/zh-Hans/docusaurus-theme-classic/footer.json.

Additionally, the Chinese footer contained both © and @ (©2025 @), resulting in duplicate copyright symbols. This has been corrected so the footer uses a single, standard copyright symbol.


Please check if the PR fulfills these requirements

  • The commit message follows our guidelines

What kind of change does this PR introduce?

/kind bug


What this PR does / why we need it

  • Replaces the incorrect @ symbol with the standard copyright symbol © in the English footer.
  • Fixes the Chinese footer by removing the duplicate @ symbol and ensuring only © is used.
  • Makes the footer copyright text consistent across locales.

Which issue(s) this PR fixes

Fixes #538

The footer on both English and Chinese pages used '@' instead of
the standard copyright symbol '©'. Fixed in docusaurus.config.js
and the zh-Hans i18n translation file.

Signed-off-by: Krishna <your-email>
Signed-off-by: Krishna Parihar <[email protected]>
@volcano-sh-bot volcano-sh-bot added the kind/bug Categorizes issue or PR as related to a bug. label Jul 1, 2026
@volcano-sh-bot
volcano-sh-bot requested review from Thor-wl and de6p July 1, 2026 08:42
@volcano-sh-bot

Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign jessestutler for approval. For more information see the Kubernetes Code Review Process.

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

@volcano-sh-bot

Copy link
Copy Markdown
Collaborator

Welcome @KrishnaParihar1! It looks like this is your first PR to volcano-sh/website 🎉

@volcano-sh-bot volcano-sh-bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 1, 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 updates the copyright text formatting in the footer of the website within docusaurus.config.js and its Chinese translation file. The review feedback correctly identifies that the <div class="footer-content"> tag is left unclosed in both files, which could lead to invalid HTML rendering, and provides actionable suggestions to close the tags properly.

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 thread docusaurus.config.js
</div>
<p>The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage" target="_blank" rel="noopener noreferrer">Trademark Usage</a> page.</p>
<p>${new Date().getFullYear()} @ Volcano Project Authors. All rights reserved.</p>
<p>© ${new Date().getFullYear()} Volcano Project Authors. All rights reserved.</p>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The <div class="footer-content"> tag opened on line 178 is never closed. This results in invalid HTML, which can cause layout issues or rendering bugs in some browsers. Please add a closing </div> tag.

          <p>© ${new Date().getFullYear()} Volcano Project Authors. All rights reserved.</p>
        </div>

{
"copyright": {
"message": "\n <div class=\"footer-content\">\n <p>Volcano是 <a href=\"https://www.cncf.io/\" target=\"_blank\" rel=\"noopener noreferrer\">云原生计算基金会</a> 孵化项目</p>\n <div class=\"footer__logo-container\">\n <img class=\"footer__logo\" alt=\"云原生计算基金会徽标\" src=\"/img/landing/logo_cloudnative.png\" />\n </div>\n <p>Linux基金会已注册并使用其商标。有关Linux基金会的商标列表,请参见 <a href=\"https://www.linuxfoundation.org/trademark-usage\" target=\"_blank\" rel=\"noopener noreferrer\">商标使用</a> 页面。</p>\n <p>版权所有©2025 @ Volcano 项目作者所有。保留一切权利。</p>\n ",
"message": "\n <div class=\"footer-content\">\n <p>Volcano是 <a href=\"https://www.cncf.io/\" target=\"_blank\" rel=\"noopener noreferrer\">云原生计算基金会</a> 孵化项目</p>\n <div class=\"footer__logo-container\">\n <img class=\"footer__logo\" alt=\"云原生计算基金会徽标\" src=\"/img/landing/logo_cloudnative.png\" />\n </div>\n <p>Linux基金会已注册并使用其商标。有关Linux基金会的商标列表,请参见 <a href=\"https://www.linuxfoundation.org/trademark-usage\" target=\"_blank\" rel=\"noopener noreferrer\">商标使用</a> 页面。</p>\n <p>版权所有 © 2025 Volcano 项目作者所有。保留一切权利。</p>\n ",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Similarly, the <div class="footer-content"> tag is not closed in the Chinese translation. Please add a closing </div> tag to ensure valid HTML structure.

Suggested change
"message": "\n <div class=\"footer-content\">\n <p>Volcano是 <a href=\"https://www.cncf.io/\" target=\"_blank\" rel=\"noopener noreferrer\">云原生计算基金会</a> 孵化项目</p>\n <div class=\"footer__logo-container\">\n <img class=\"footer__logo\" alt=\"云原生计算基金会徽标\" src=\"/img/landing/logo_cloudnative.png\" />\n </div>\n <p>Linux基金会已注册并使用其商标。有关Linux基金会的商标列表,请参见 <a href=\"https://www.linuxfoundation.org/trademark-usage\" target=\"_blank\" rel=\"noopener noreferrer\">商标使用</a> 页面。</p>\n <p>版权所有 © 2025 Volcano 项目作者所有。保留一切权利。</p>\n ",
"message": "\n <div class=\"footer-content\">\n <p>Volcano是 <a href=\"https://www.cncf.io/\" target=\"_blank\" rel=\"noopener noreferrer\">云原生计算基金会</a> 孵化项目</p>\n <div class=\"footer__logo-container\">\n <img class=\"footer__logo\" alt=\"云原生计算基金会徽标\" src=\"/img/landing/logo_cloudnative.png\" />\n </div>\n <p>Linux基金会已注册并使用其商标。有关Linux基金会的商标列表,请参见 <a href=\"https://www.linuxfoundation.org/trademark-usage\" target=\"_blank\" rel=\"noopener noreferrer\">商标使用</a> 页面。</p>\n <p>版权所有 © 2025 Volcano 项目作者所有。保留一切权利。</p>\n </div>\n ",

@vanshika2720

Copy link
Copy Markdown

@KrishnaParihar1 please close this pr . the issue is assigned to me and i am working on it.

@KrishnaParihar1

Copy link
Copy Markdown
Author

Hey @vanshika2720, I apologize—I didn't notice that you had been assigned this issue. I identified the problem, opened the issue, and started working on the fix before realizing it.

I've already completed a PR that addresses the issue. Rather than closing it, I'd appreciate it if you could review it and suggest any improvements if needed. If the maintainers prefer your implementation instead, I'll respect their decision, but I think it would be worthwhile to evaluate the existing PR since the work is already done.

@vanshika2720

Copy link
Copy Markdown

@KrishnaParihar1 yeah sure. it's a small and good change . looks good to me

@yashisrani

Copy link
Copy Markdown
Contributor

/lgtm

@volcano-sh-bot volcano-sh-bot added the lgtm Indicates that a PR is ready to be merged. label Jul 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/bug Categorizes issue or PR as related to a bug. lgtm Indicates that a PR is ready to be merged. 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.

[website] Incorrect copyright symbol in footer — "2026 @" should be "© 2026"

4 participants