-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GoDoc.org shield #81
Comments
Is this available? |
I have seen such badges, so I would presume so. In fact, you can simply link to whichever project you have by having something like: [![](https://godoc.org/github.com/nathany/looper?status.svg)](http://godoc.org/github.com/nathany/looper) or whatever project you have. So I'm closing this. If there was something additional you wanted out of it, I can re-open it. |
Can you make it the flat squared style? |
That is a distinct possibility. http://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square Is it suitable? |
I used the style that matched Travis CI and other Shield badges (though I like the flat squared style too). |
That works perfectly well for me. It just seems like the godoc is generating one that may have some meaning? |
We recently added a badge to GoDoc.org using a PNG generated with buckler.repl.ca. golang/gddo#107
People were already linking to GoDoc.org to provide documentation (much like Read the Docs or RubyDoc.info. Having a badge/shield was a nice step in making that metadata more harmonious (as you say). We still have some work to do before the badge provides useful metadata (documentation quality) instead of just being "branding".
I'd be interested in using the shields.io image server/API, once SSL #66 is in place, and in particular, when there is an additional advantage, like Retina support #80 and analytics.
The text was updated successfully, but these errors were encountered: