Skip to content

Commit 2be91a1

Browse files
committed
feat(vzn-notify): improve installation steps and typing style in API page
1 parent 1662196 commit 2be91a1

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

pages/vzn-notify.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Link to buy
1313
<Steps>
1414
### Download the newest version from [Keymaster](https://keymaster.fivem.net/asset-grants)
1515

16+
### Put vzn-notify in your server resources folder
17+
18+
### Add `ensure vzn-notify` to your server.cfg
19+
1620
### Config
1721

1822
Configure it how do you want

pages/vzn-notify/api.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ exports['vzn-notify']:addNotification(data)
4040
- designType?: `1` | `2` | `3` | `4`
4141
- the design of the notification [Preview](./designs.mdx)
4242
- if not setted -> default from Config
43-
- duration?: number
43+
- duration?: `number`
4444
- time during which the notification will be visible (in miliseconds)
4545
- if not setted -> default from Config
46-
- title?: string
46+
- title?: `string`
4747
- the title of the notification
4848
- if not setted -> default from Config
49-
- message: string
49+
- message: `string`
5050
- message of the notification
5151
- if not setted -> notification will not appear

0 commit comments

Comments
 (0)