File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
themes/kcp/layouts/partials Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -81,15 +81,15 @@ prism_syntax_highlighting = false
8181[[menu .main ]]
8282name = " Documentation"
8383weight = -1000
84- url = " https://kube-bind.io/kube-bind/main "
84+ url = " https://kube-bind.io/kube-bind/latest "
8585[[menu .main ]]
8686name = " GitHub"
8787weight = -99
8888url = " https://github.com/kube-bind/kube-bind"
8989[[menu .main ]]
9090name = " Contribute"
9191weight = -99
92- url = " https://github.com/kube-bind/kube-bind/blob/main /CONTRIBUTING.md"
92+ url = " https://github.com/kube-bind/kube-bind/blob/latest /CONTRIBUTING.md"
9393
9494[params .links ]
9595
@@ -125,7 +125,7 @@ url = "https://groups.google.com/g/kube-bind-dev"
125125name = " Helpful Links"
126126[[params .links .footer .helpful .links ]]
127127name = " Documentation"
128- url = " https://docs.kube-bind.io/main "
128+ url = " https://docs.kube-bind.io/latest "
129129[[params .links .footer .helpful .links ]]
130130name = " Report a Vulnerability"
131131url = " https://github.com/kube-bind/kube-bind/blob/main/SECURITY.md"
Original file line number Diff line number Diff line change 22 header : " Provide and Consume Kubernetes-native Services"
33 tagline : " An OpenSource project that aims to provide better support for service providers and consumers that reside in distinct Kubernetes clusters."
44 buttons :
5- get_started : https://docs.kube-bind.io/main /setup/quickstart/
6- learn_more : https://docs.kube-bind.io/main/reference /
5+ get_started : https://docs.kube-bind.io/latest /setup/quickstart/
6+ usage : https://docs.kube-bind.io/latest/usage /
77
88cards :
99 - title : " Let's design a post-operator / post-cluster technology"
1010 text : " that allows a service provider persona as 1st class citizen that can securely provide centrally operated kube-native services"
11- - title : " Kuberenetes at Core"
11+ - title : " Kubernetes at Core"
1212 text : " While Kubernetes has amazing ecosystem, it lacks a native way to provide APIs as services. Kube-bind fills this gap."
1313 - title : " Dedicated to Community"
1414 text : " kube-bind is an OpenSource project. We value respectful collaboration with contributors and upstream projects above all."
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ <h1 class="font-black text-6xl tracking-tight">
3232 </ a >
3333
3434 < a
35- href ="{{ .Site.Data.home.data.hero.buttons.learn_more }} "
35+ href ="{{ .Site.Data.home.data.hero.buttons.usage }} "
3636 class ="block transition w-full rounded bg-white px-12 py-3 text-sm font-medium text-shakespeare-600 shadow hover:text-shakespeare-700 focus:outline-none focus:ring active:text-shakespeare-500 sm:w-auto "
3737 >
3838 Learn More
You can’t perform that action at this time.
0 commit comments