doc: Adopters page (#254)
Adds page with full list of `avo` adopters. Linked to from README. Updates #101
This commit is contained in:
committed by
GitHub
parent
57ea8119b7
commit
1cbd35f134
7
internal/cmd/docgen/templates/adopters.tmpl
Normal file
7
internal/cmd/docgen/templates/adopters.tmpl
Normal file
@@ -0,0 +1,7 @@
|
||||
# Adopters
|
||||
{{ range .Packages.Ranked }}
|
||||
{{ avatar .Repository.Owner }} [{{ .Repository.Owner }} / **{{ .Repository.Name }}**]({{ .Repository.URL }})
|
||||
{{- if .SubPackage }} / **{{ .SubPackage}}**{{ end }}
|
||||
|
||||
{{ .Metadata.Description }}
|
||||
{{ end -}}
|
||||
Reference in New Issue
Block a user