Skip to content

Commit 889fc18

Browse files
authored
Merge pull request #13 from cnvergence/add-lf-footer
add CNCF footer and LF trademarks link
2 parents a6b0587 + aba0821 commit 889fc18

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

assets/images/cncf-color.png

24.8 KB
Loading

config.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ guessSyntax = "true"
6060
[params]
6161
copyright = "2021-2026. The kbind Authors"
6262
footer_note = "Kubernetes and the Kubernetes logo are registered trademarks of The Linux Foundation® (TLF)."
63-
footer_cncf_show = false
63+
footer_cncf_show = true
6464
footer_cncf_note = "We are a Cloud Native Computing Foundation sandbox project."
6565

6666
archived_version = false
@@ -141,7 +141,10 @@ name = "Code of Conduct"
141141
url = "https://github.com/kbind-dev/kbind/blob/main/code-of-conduct.md"
142142
[[params.links.footer.policies.links]]
143143
name = "Governance"
144-
url = "https://github.com/kbind-dev/kbind/blob/main/GOVERNANCE.md"
144+
url = "https://github.com/kube-bind/kube-bind/blob/main/GOVERNANCE.md"
145+
[[params.links.footer.policies.links]]
146+
name = "Trademark Usage"
147+
url = "https://www.linuxfoundation.org/trademark-usage/"
145148

146149
# hugo module configuration
147150

data/home/data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
hero:
22
header: "Provide and Consume Kubernetes-native Services"
3-
tagline: "kbind (formerly kube-bind) is an OpenSource project that aims to provide better support for service providers and consumers that reside in distinct Kubernetes clusters."
3+
tagline: "kbind (formerly kube-bind) is a CNCF Sandbox project that aims to provide better support for service providers and consumers that reside in distinct Kubernetes clusters."
44
buttons:
55
get_started: https://docs.kbind.dev/latest/setup/quickstart/
66
usage: https://docs.kbind.dev/latest/usage/

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)