Skip to content

Commit d9b023f

Browse files
committed
page nits
1 parent e984125 commit d9b023f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ prism_syntax_highlighting = false
8181
[[menu.main]]
8282
name = "Documentation"
8383
weight = -1000
84-
url = "https://kube-bind.io/kube-bind/main"
84+
url = "https://kube-bind.io/kube-bind/latest"
8585
[[menu.main]]
8686
name = "GitHub"
8787
weight = -99
8888
url = "https://github.com/kube-bind/kube-bind"
8989
[[menu.main]]
9090
name = "Contribute"
9191
weight = -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"
125125
name = "Helpful Links"
126126
[[params.links.footer.helpful.links]]
127127
name = "Documentation"
128-
url = "https://docs.kube-bind.io/main"
128+
url = "https://docs.kube-bind.io/latest"
129129
[[params.links.footer.helpful.links]]
130130
name = "Report a Vulnerability"
131131
url = "https://github.com/kube-bind/kube-bind/blob/main/SECURITY.md"

data/home/data.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ hero:
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

88
cards:
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."

themes/kcp/layouts/partials/hero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)