Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/content/2.guide/1.features.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,10 @@ When set to `true`, this parameter replaces the static category label (like "ver
| ------------- | -------------------- | ---------------- |
| **Version** | `version \| 3.12.0` | `nuxt \| 3.12.0` |
| **Downloads** | `downloads/mo \| 2M` | `lodash \| 2M` |

##### `style`

Overrides the default badge appearance. Pass `shieldsio` to use the shields.io-compatible style.

- **Default**: `default`
- **Usage**: `?style=shieldsio`
Loading