Back to Rclone

Tiers Table

docs/layouts/shortcodes/tiers-table.html

1.74.0739 B
Original Source
BackendTierMaintainersFeaturesTestsIntegrityPerfAdoptionDocsSecurity
{{ range $name, $data := hugo.Data.backends }}[{{ $data.name }}](/{{%20$name%20%20urlize%20}}){{ partial "tier.html" (dict "name" $name "align" false) }}{{ $data.maintainersdefault "-" }}{{ $data.features_scorestringdefault "-" }}{{ if eq $data.integration_tests "Passing" }}✔{{ else }}✖{{ end }} {{ $data.integration_tests
{{ end }}