Skip to content

Commit 8b27277

Browse files
committed
docs: add team-webhooks-env selection
1 parent 3a7d0fb commit 8b27277

File tree

5 files changed

+133
-80
lines changed

5 files changed

+133
-80
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Webhooks Environment Selection
3+
description: "It is now possible to select the environment to be notified about."
4+
date: 2024-06-15
5+
image: '/images/changelog/team-webhooks-env.png'
6+
authors:
7+
- name: Sebastien Chopin
8+
avatar:
9+
src: https://avatars.githubusercontent.com/u/904724?v=4
10+
to: https://x.com/atinux
11+
username: atinux
12+
- name: Ahad Birang
13+
avatar:
14+
src: https://avatars.githubusercontent.com/u/2047945?v=4
15+
to: https://x.com/a_birang
16+
username: a_birang
17+
---
18+
19+
::tip
20+
This feature is available on all [NuxtHub plans](/pricing).
21+
::
22+
23+
It is now possible to select the environment to be notified about when creating a webhook.
24+
25+
You can select to be notified about all environments, only the production or preview environment.
26+
27+
We also added the possibility to add a name to the webhook for better identification.
28+
29+
:nuxt-img{src="/images/changelog/team-webhooks-env.png" alt="Team Webhooks Env selection" width="915" height="515" class="rounded"}
30+
31+
::callout{icon="i-ph-webhooks-logo" to="/changelog/team-webhooks"}
32+
Learn more about team webhooks.
33+
::
34+
35+
::callout{icon="i-ph-heart-duotone"}
36+
Thank you to [Estéban Soubiran](https://github.com/Barbapapazes) for suggesting this feature on [nuxt-hub/core#127](https://github.com/nuxt-hub/core/issues/127).
37+
::

docs/nuxt.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export default defineNuxtConfig({
2525
},
2626
css: ['~/assets/css/style.css'],
2727
routeRules: {
28+
'/': { prerender: true },
2829
'/api/search.json': { prerender: true },
2930
'/api/templates.json': { prerender: true }
3031
},

docs/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"dependencies": {
1212
"@iconify-json/heroicons": "^1.1.21",
1313
"@iconify-json/ph": "^1.1.13",
14-
"@iconify-json/simple-icons": "^1.1.103",
14+
"@iconify-json/simple-icons": "^1.1.105",
1515
"@nuxt/content": "^2.12.1",
1616
"@nuxt/fonts": "^0.7.0",
1717
"@nuxt/image": "^1.7.0",
18-
"@nuxt/ui-pro": "^1.2.0",
19-
"@nuxthq/studio": "^1.1.0",
18+
"@nuxt/ui-pro": "^1.3.0",
19+
"@nuxthq/studio": "^2.0.0",
2020
"@nuxtjs/plausible": "^1.0.0",
2121
"@nuxtjs/tailwindcss": "^6.12.0",
22-
"@vueuse/core": "^10.10.0",
23-
"@vueuse/nuxt": "^10.10.0",
22+
"@vueuse/core": "^10.11.0",
23+
"@vueuse/nuxt": "^10.11.0",
2424
"medium-zoom": "^1.1.0",
2525
"nuxt": "^3.12.1",
2626
"nuxt-cloudflare-analytics": "^1.0.8",
2727
"nuxt-og-image": "^3.0.0-rc.53",
28-
"three": "^0.164.1",
28+
"three": "^0.165.0",
2929
"three-globe": "^2.31.0"
3030
}
3131
}
Loading

0 commit comments

Comments
 (0)