Closed
Description
The badge URL
https://javadoc.io/badge2/io.rxmicro/rxmicro/javadoc.svg?logo=java
redirects to
https://img.shields.io/badge/javadoc-0.3-brightgreen.svg
, which support different query parameters: logo
, color
, style
, etc
It would be nice if the Javadoc badge supported all parameters expect label
and message
.
It seems that style
parameter already supported (#35),
but it would be great if other useful parameters will be supported as well.
I think that the simplest implementation of this task is to add all query parameters after ?
to the Location
header