{{ $links := .Site.Params.links }}
Using or want to use {{ .Site.Title }}? Find out more here:
{{ with index $links "user"}}
{{ template "community-links-list" . }}
{{ end }}
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.
Learn and Connect
Develop and Contribute
Join our meetings
{{ with index $links "meetings"}}
{{ template "community-links-list" . }}
{{ end }}