Pular para o conteúdo principal

📛 How to add Badges

Shields.io

Static Badge

Docusaurus

Option 1: The "Standard" Way (No Code Required)

If you just want to display status badges (e.g., build status, version, license) in your documentation, you usually do not need the badge-maker library. You can simply embed a standard Shields.io URL in your Markdown files.

How to do it:

  • Go to Shields.io or Static Badge
  • Enter your badge details (label, message, color).
  • Copy the URL or Markdown snippet provided.
  • Paste it directly into your .md or .mdx file:
![Version](https://img.shields.io/badge/version-1.0.0-blue)

Version

Dynamic JSON Badge

AUR Last Modified

Status