concourse / resource-types-website

Website for Concourse resource types (Beta)
https://resource-types.concourse-ci.org
Apache License 2.0
9 stars 28 forks source link

Add website support for non github hosted resource types #240

Closed jomsie closed 4 years ago

jomsie commented 4 years ago

This PR just makes the resource type listings support more than just github hosted resource types. We recently got a PR for a resource type hosted somewhere else (sorry for taking so long!)

So now when there is a github hosted resource type, it'll show the author, # of stars, and the little github icon. When it's any other hosting solution, it'll just show a little generic link icon. No author, no stars.

Down the road it'd be nice (if we get loads of different resources on different hosts) to have little icons specific for each host, but that'll be ... down the road. :)

Fixes #236

YoussB commented 4 years ago

LGTM!

I used the PR https://github.com/concourse/resource-types/pull/47 to test and it looks nice.

Screen Shot 2020-09-08 at 9 25 57 AM

maybe later we can add static reference to the author name in the resource-type yaml so we can show the author name aw well.