Documentation Update (#318)

* Initial update

* update

* Fix linter issues

* Add new documentation template and fix
This commit is contained in:
Ryan O'Hara-Reid
2019-06-21 12:38:35 +10:00
committed by Adrian Gallagher
parent 4a41c5cff3
commit 897bcfd9a4
10 changed files with 496 additions and 366 deletions

View File

@@ -1,6 +1,6 @@
{{define "CONTRIBUTORS"}}
Thanks to the following contributors:
{{ range $contributor := .Contributors -}}
{{range $contributor := .Contributors -}}
{{$contributor.Login}} | {{$contributor.URL}}
{{ end }}
{{end}}
{{end}}