Skip to content

Commit 120bae8

Browse files
Alban BaillyGitHub Enterprise
authored andcommitted
Release 1.0.24 (linode#154)
* add in new kubernetes tools details * terraform-linode-k8 * CSI * CCM * Deprioritize Pharmer * Add kube menu item (linode#150) * remove kube CTA and divider * add kubernetes as a top level menu item
1 parent a076441 commit 120bae8

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ url = "/libraries-tools/"
3232

3333
[[menu.main]]
3434
weight = 4
35+
name = "Kubernetes"
36+
url = "/kubernetes/"
37+
38+
[[menu.main]]
39+
weight = 5
3540
name = "Changelog"
3641
url = "/changelog/"
3742

themes/dlc/layouts/_default/libraries-tools.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ <h3 class="md:text-2xl mt-0 font-normal text-BaseGreenDark text-center md:text-l
4040
<div class="pt-3 hidden md:block"><a href="https://www.linode.com/cli" target="_blank" class="btn text-sm">Linode CLI on GitHub</a></div>
4141
</div>
4242
</div>
43-
<div class="mx-auto max-w-xs md:max-w-full">
44-
<div class="mb-4 mt-8 text-center">{{ partial "0_svgs/divider.svg" (dict "width" 170) }}</div>
45-
<h3 class="font-normal text-BaseGreenDark text-center text-2xl mt-2">Create a Kubernetes Cluster with One Command</h3>
46-
<div class="flex justify-center mt-4 mb-12">
47-
<a class="btn text-sm" href="/kubernetes">Check Out the Alpha Kubernetes CLI</a>
48-
</div>
49-
</div>
5043
<div class="flex flex-wrap mt-12 md:mb-4 -mx-4">
5144
<article class="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8">
5245
<div class="p-8 h-full bg-ThemeCell tile">

0 commit comments

Comments
 (0)