We have a company GitLab server that can't be accessed outside of the company network.
Is there any to show badges in that instance like shield.io
does?
We have a company GitLab server that can't be accessed outside of the company network.
Is there any to show badges in that instance like shield.io
does?
The badges from shields.io or similar services are just URLs like https://img.shields.io/npm/dt/vue
, for img
tags and if they're in your README.md your users' browsers render them, not the Gitlab server. As far as it cares it's just text, so you can copy the URLs from shields.io, poser.pugx.org, or any other service you want to use and put them in <img src="shields.io_url">
tags wherever you want them.