Merge pull request #21814 from dvdksn/update-contrib-link

chore: update contribute link to website section
This commit is contained in:
David Karlsson 2025-01-14 15:14:06 +01:00 committed by GitHub
commit 475846014e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
---
title: Contribute to Docker's docs
linkTitle: Contribute
weight: 10
toc_max: 1
aliases:

View File

@ -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">