📝 docs(url-shortener): add URL shortener badge snippet to docs

- Add URL Shortener entry to the documentation table of contents
- Document Bitly shield preview and markdown code for easy reuse
This commit is contained in:
Abdullah Hafizh 2025-11-29 18:06:03 +07:00 committed by GitHub
parent 58e0042fc2
commit 7bbbca944a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,6 +40,7 @@ An extensive list of static Shields.io badges, sorted by category.
* [Static Site](#-static-site) * [Static Site](#-static-site)
* [Streaming](#-streaming) * [Streaming](#-streaming)
* [Terminal](#%EF%B8%8F-terminal) * [Terminal](#%EF%B8%8F-terminal)
* [URL Shortener](#-url-shortener)
* [Version Control](#-version-control) * [Version Control](#-version-control)
* [Virtual Reality](#%EF%B8%8F-virtual-reality) * [Virtual Reality](#%EF%B8%8F-virtual-reality)
@ -989,6 +990,17 @@ An extensive list of static Shields.io badges, sorted by category.
[Back To Top ⬆️](#table-of-contents) [Back To Top ⬆️](#table-of-contents)
</div> </div>
### 🔗 URL Shortener
| Preview | Markdown Code |
|---------|---------------|
| [![Bitly](https://img.shields.io/badge/Bitly-EE6123?logo=bitly&logoColor=fff)](#) | `[![Bitly](https://img.shields.io/badge/Bitly-EE6123?logo=bitly&logoColor=fff)](#)` |
<div align="right">
[Back To Top ⬆️](#table-of-contents)
</div>
### 🔖 Version Control ### 🔖 Version Control
| Preview | Markdown Code | | Preview | Markdown Code |
@ -1033,4 +1045,3 @@ Here are some people who have contributed to md-badges so far:
<a href="https://github.com/inttter/md-badges/graphs/contributors"> <a href="https://github.com/inttter/md-badges/graphs/contributors">
<img src="https://contrib.rocks/image?repo=inttter/md-badges" /> <img src="https://contrib.rocks/image?repo=inttter/md-badges" />
</a> </a>