Skip to content

Commit

Permalink
docs: add team-webhooks-env selection
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jun 14, 2024
1 parent 3a7d0fb commit 8b27277
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 80 deletions.
37 changes: 37 additions & 0 deletions docs/content/4.changelog/team-webhooks-env.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: Webhooks Environment Selection
description: "It is now possible to select the environment to be notified about."
date: 2024-06-15
image: '/images/changelog/team-webhooks-env.png'
authors:
- name: Sebastien Chopin
avatar:
src: https://avatars.githubusercontent.com/u/904724?v=4
to: https://x.com/atinux
username: atinux
- name: Ahad Birang
avatar:
src: https://avatars.githubusercontent.com/u/2047945?v=4
to: https://x.com/a_birang
username: a_birang
---

::tip
This feature is available on all [NuxtHub plans](/pricing).
::

It is now possible to select the environment to be notified about when creating a webhook.

You can select to be notified about all environments, only the production or preview environment.

We also added the possibility to add a name to the webhook for better identification.

:nuxt-img{src="/images/changelog/team-webhooks-env.png" alt="Team Webhooks Env selection" width="915" height="515" class="rounded"}

::callout{icon="i-ph-webhooks-logo" to="/changelog/team-webhooks"}
Learn more about team webhooks.
::

::callout{icon="i-ph-heart-duotone"}
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).
::
1 change: 1 addition & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export default defineNuxtConfig({
},
css: ['~/assets/css/style.css'],
routeRules: {
'/': { prerender: true },
'/api/search.json': { prerender: true },
'/api/templates.json': { prerender: true }
},
Expand Down
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"dependencies": {
"@iconify-json/heroicons": "^1.1.21",
"@iconify-json/ph": "^1.1.13",
"@iconify-json/simple-icons": "^1.1.103",
"@iconify-json/simple-icons": "^1.1.105",
"@nuxt/content": "^2.12.1",
"@nuxt/fonts": "^0.7.0",
"@nuxt/image": "^1.7.0",
"@nuxt/ui-pro": "^1.2.0",
"@nuxthq/studio": "^1.1.0",
"@nuxt/ui-pro": "^1.3.0",
"@nuxthq/studio": "^2.0.0",
"@nuxtjs/plausible": "^1.0.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"@vueuse/core": "^10.10.0",
"@vueuse/nuxt": "^10.10.0",
"@vueuse/core": "^10.11.0",
"@vueuse/nuxt": "^10.11.0",
"medium-zoom": "^1.1.0",
"nuxt": "^3.12.1",
"nuxt-cloudflare-analytics": "^1.0.8",
"nuxt-og-image": "^3.0.0-rc.53",
"three": "^0.164.1",
"three": "^0.165.0",
"three-globe": "^2.31.0"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8b27277

Please sign in to comment.