Skip to content

Commit f497d22

Browse files
committed
add terraform and docker-machine-driver-linode to libraries and tools
1 parent e97edc0 commit f497d22

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

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

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,16 @@ <h3 class="md:text-2xl mt-0 font-normal text-BaseGreenDark">Linode CLI</h3>
4242
</div>
4343
</div>
4444
<div class="flex flex-wrap mt-8 md:mb-4 -mx-4">
45+
<article class="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8">
46+
<div class="p-8 h-full bg-ThemeCell tile">
47+
<header>
48+
<h3 class="mt-0"><a class="text-black tile-link" href="https://terraform.io/docs/providers/linode/" target="_blank">terraform-provider-linode</a></h3>
49+
</header>
50+
<section class="mt-2">
51+
Terraform is an Infrastructure-as-code tool that includes management features for various types of Linode resources.
52+
</section>
53+
</div>
54+
</article>
4555
<article class="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8">
4656
<div class="p-8 h-full bg-ThemeCell tile">
4757
<header>
@@ -72,6 +82,16 @@ <h3 class="mt-0"><a class="text-black tile-link" href="https://github.com/kahkha
7282
</section>
7383
</div>
7484
</article>
85+
<article class="item lib-item w-full md:w-1/2 px-4 mb-4 md:mb-8">
86+
<div class="p-8 h-full bg-ThemeCell tile">
87+
<header>
88+
<h3 class="mt-0"><a class="text-black tile-link" href="https://github.com/linode/docker-machine-driver-linode" target="_blank">docker-machine-driver-linode</a></h3>
89+
</header>
90+
<section class="mt-2">
91+
The Linode Docker Machine Driver provisions Linode instances to run Docker Engine.
92+
</section>
93+
</div>
94+
</article>
7595
</div>
7696
</div>
7797
<h2 class="font-normal text-BaseGreenDark">Libraries</h2>
@@ -97,4 +117,4 @@ <h3 class="mt-0"><a class="text-black tile-link" href="{{ .Params.external_url }
97117

98118
<script src="https://unpkg.com/isotope-layout@3/dist/isotope.pkgd.min.js"></script>
99119
<script src={{ "/assets/js/tools.js" | relURL }} type="text/javascript"></script>
100-
{{ end }}
120+
{{ end }}

0 commit comments

Comments
 (0)