Skip to content

Commit 5ce617a

Browse files
committed
docs: update
1 parent ebf7de5 commit 5ce617a

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

docs/content/2.guide/1.features.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ You can add custom npmx badges to your markdown files using the following syntax
9797
[![Open on npmx.dev](https://npmx.dev/api/registry/badge/TYPE/YOUR_PACKAGE)](https://npmx.dev/package/YOUR_PACKAGE)
9898
```
9999

100-
> [!TIP]
101-
> Make sure to replace `TYPE` with one of the options listed below and `YOUR_PACKAGE` with the actual package name (e.g., `vue`, `lodash`, or `@nuxt/kit`).
100+
::tip
101+
Make sure to replace `TYPE` with one of the options listed below and `YOUR_PACKAGE` with the actual package name (e.g., `vue`, `lodash`, or `@nuxt/kit`).
102102

103103
#### Available Badge Types
104104

@@ -194,3 +194,10 @@ When set to `true`, this parameter replaces the static category label (like "ver
194194
| ------------- | -------------------- | ---------------- |
195195
| **Version** | `version \| 3.12.0` | `nuxt \| 3.12.0` |
196196
| **Downloads** | `downloads/mo \| 2M` | `lodash \| 2M` |
197+
198+
##### `style`
199+
200+
By passing style=shieldsio we change the appearance of the generated shields from the default one to custom one.
201+
202+
- **Default**: `default`
203+
- **Usage**: `?style=shieldsio`

0 commit comments

Comments
 (0)