mirror of https://github.com/docker/docs.git
Merge pull request #21814 from dvdksn/update-contrib-link
chore: update contribute link to website section
This commit is contained in:
commit
475846014e
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
title: Contribute to Docker's docs
|
||||
linkTitle: Contribute
|
||||
weight: 10
|
||||
toc_max: 1
|
||||
aliases:
|
||||
|
|
|
@ -5,7 +5,9 @@
|
|||
<a class="underline-offset-2 hover:underline" href="https://www.docker.com/pricing/">Pricing</a>
|
||||
<a class="underline-offset-2 hover:underline" href="https://www.docker.com/company/">About us</a>
|
||||
<a class="underline-offset-2 hover:underline" href="https://www.docker.com/support/">Support</a>
|
||||
<a class="underline-offset-2 hover:underline" href="https://github.com/docker/docs/blob/main/CONTRIBUTING.md">Contribute</a>
|
||||
{{- with .GetPage "/contribute" }}
|
||||
<a class="underline-offset-2 hover:underline" href="{{ .Permalink }}">{{ .LinkTitle }}</a>
|
||||
{{- end }}
|
||||
</div>
|
||||
<hr class="text-divider-light dark:text-divider-dark" />
|
||||
<div class="grid lg:grid-cols-3 place-items-center gap-8 grid-cols-1">
|
||||
|
|
Loading…
Reference in New Issue