Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ const config = {
// height: 51,
// href: "https://opensource.antgroup.com/",
// },
copyright: `Copyright © ${new Date().getFullYear()} KusionStack Authors. 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/"> Trademark Usage</a> page.`,
copyright: `Copyright © ${new Date().getFullYear()} KusionStack 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/"> LF Projects, LLC Policies</a> page.`,
},
prism: {
theme: lightCodeTheme,
Expand Down
2 changes: 1 addition & 1 deletion i18n/en/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"description": "The label of footer link with label=KCL linking to https://kcl-lang.io"
},
"copyright": {
"message": "Copyright © 2024 KusionStack Authors. 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/\"> Trademark Usage</a> page.",
"message": "Copyright © 2025 KusionStack 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/\"> LF Projects, LLC Policies</a> page.",
"description": "The footer copyright"
},
"logo.alt": {
Expand Down
2 changes: 1 addition & 1 deletion i18n/zh/docusaurus-theme-classic/footer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"description": "The label of footer link with label=KCL linking to https://kcl-lang.io"
},
"copyright": {
"message": "Copyright © 2024 KusionStack Authors. 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/\"> Trademark Usage</a> page.",
"message": "Copyright © 2025 KusionStack 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/\"> LF Projects, LLC Policies</a> page.",
"description": "The footer copyright"
},
"logo.alt": {
Expand Down
Loading