diff --git a/assets/images/cncf-color.png b/assets/images/cncf-color.png new file mode 100644 index 0000000..a1fa79e Binary files /dev/null and b/assets/images/cncf-color.png differ diff --git a/config.toml b/config.toml index 033f01e..48428cc 100644 --- a/config.toml +++ b/config.toml @@ -60,7 +60,7 @@ guessSyntax = "true" [params] copyright = "2021-2026. The kbind Authors" footer_note = "Kubernetes and the Kubernetes logo are registered trademarks of The Linux Foundation® (TLF)." -footer_cncf_show = false +footer_cncf_show = true footer_cncf_note = "We are a Cloud Native Computing Foundation sandbox project." archived_version = false @@ -141,7 +141,10 @@ name = "Code of Conduct" url = "https://github.com/kbind-dev/kbind/blob/main/code-of-conduct.md" [[params.links.footer.policies.links]] name = "Governance" -url = "https://github.com/kbind-dev/kbind/blob/main/GOVERNANCE.md" +url = "https://github.com/kube-bind/kube-bind/blob/main/GOVERNANCE.md" +[[params.links.footer.policies.links]] +name = "Trademark Usage" +url = "https://www.linuxfoundation.org/trademark-usage/" # hugo module configuration diff --git a/data/home/data.yaml b/data/home/data.yaml index 0443c36..a7bc334 100644 --- a/data/home/data.yaml +++ b/data/home/data.yaml @@ -1,6 +1,6 @@ hero: header: "Provide and Consume Kubernetes-native Services" - 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." + 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." buttons: get_started: https://docs.kbind.dev/latest/setup/quickstart/ usage: https://docs.kbind.dev/latest/usage/ diff --git a/package-lock.json b/package-lock.json index 6673739..7576b86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "kcp.io", + "name": "kube-bind.io", "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "kcp.io", + "name": "kube-bind.io", "version": "0.1.0", "devDependencies": { "autoprefixer": "^10.4.14",