Back to Minikube

Community Links

site/layouts/partials/community_links.html

1.38.1871 B
Original Source

{{ $links := .Site.Params.links }}

Learn and Connect

Using or want to use {{ .Site.Title }}? Find out more here: {{ with index $links "user"}} {{ template "community-links-list" . }} {{ end }}

Develop and Contribute

minikube is a Kubernetes #sig-cluster-lifecycle project.

If you want to get more involved by contributing to {{ .Site.Title }}, join us here: {{ with index $links "developer"}} {{ template "community-links-list" . }} {{ end }}

You can find out how to contribute to these docs in our Contribution Guidelines.

Join our meetings

{{ with index $links "meetings"}} {{ template "community-links-list" . }} {{ end }} {{ define "community-links-list" }}

{{ range . }} - {{ .name }}: {{ .desc }} {{ end }} {{ end }}