docs: update footer to LF Projects Series LLC trademark disclaimer#527
docs: update footer to LF Projects Series LLC trademark disclaimer#527yashisrani wants to merge 2 commits into
Conversation
Signed-off-by: Yash Israni <118755067+yashisrani@users.noreply.github.com>
|
[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 updates the trademark and copyright disclaimer in the footer of the Docusaurus configuration. The review feedback correctly points out that the corresponding translation file for Chinese (Simplified) needs to be updated to match this change and maintain consistency.
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.
| <img class="footer__logo" alt="Cloud Native Computing Foundation Logo" src="/img/landing/logo_cloudnative.png" /> | ||
| </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>Copyright Volcano a Series of LF Projects, LLC. For website terms of use, trademark policy and other project policies please see <a href="https://lfprojects.org/policies/" target="_blank" rel="noopener noreferrer">LF Projects Policies</a>.</p> |
There was a problem hiding this comment.
The trademark disclaimer has been updated here, but the corresponding translation file i18n/zh-Hans/docusaurus-theme-classic/footer.json still contains the old Linux Foundation trademark text. Please update the translation file to match this change to ensure consistency across all supported languages.
For example, you can update the corresponding paragraph in i18n/zh-Hans/docusaurus-theme-classic/footer.json to:
<p>版权所有 Volcano a Series of LF Projects, LLC。关于网站使用条款、商标政策和其他项目政策,请参阅 <a href="https://lfprojects.org/policies/" target="_blank" rel="noopener noreferrer">LF Projects Policies</a>。</p>Signed-off-by: Yash Israni <118755067+yashisrani@users.noreply.github.com>
|
Emm what's the background of changing this? It's foudation's requirement? |
@JesseStutler Based on the issue, the CNCF/Foundation team indicated that Volcano has been converted to a Series of LF Projects, LLC and requested updating the footer to match the LF Projects trademark and copyright guidelines. This PR implements that requested change. |
| <img class="footer__logo" alt="Cloud Native Computing Foundation Logo" src="/img/landing/logo_cloudnative.png" /> | ||
| </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>Copyright Volcano a Series of LF Projects, LLC. For website terms of use, trademark policy and other project policies please see <a href="https://lfprojects.org/policies/" target="_blank" rel="noopener noreferrer">LF Projects Policies</a>.</p> |
There was a problem hiding this comment.
Why does the sentence structure look so hard to read...? I want to wait until other CNCF projects have completed their rectification before we follow. I don't want to have to revise it all over again.
/kind documentation
Update website footer to reflect Volcano's conversion to a Series of
LF Projects, LLC. Replace the old Linux Foundation trademark usage
link with the required CNCF footer format that includes:
trademark policy, and other project policies
Update website footer to new LF Projects Series LLC trademark disclaimer #503