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