Skip to content
Merged
Changes from 2 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
8 changes: 7 additions & 1 deletion docs/content/2.guide/1.features.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ You can add custom npmx badges to your markdown files using the following syntax

::tip
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`).
::

#### Available Badge Types

Expand Down Expand Up @@ -195,3 +194,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`

By passing style=shieldsio we change the appearance of the generated shields from the default one to custom one.

- **Default**: `default`
- **Usage**: `?style=shieldsio`
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Loading