Skip to content

Commit

Permalink
Docs links updates
Browse files Browse the repository at this point in the history
  • Loading branch information
GTFalcao committed Dec 3, 2024
1 parent ac8fd7b commit 211bcb9
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import app from "../../webflow.app.mjs";
export default {
key: "webflow-create-collection-item",
name: "Create Collection Item",
description: "Create new collection item. [See the docs here](https://developers.webflow.com/#create-new-collection-item)",
description: "Create new collection item. [See the documentation](https://developers.webflow.com/data/reference/cms/collection-items/staged-items/create-item)",
version: "1.0.0",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import app from "../../webflow.app.mjs";
export default {
key: "webflow-delete-collection-item",
name: "Delete Collection Item",
description: "Delete Item of a Collection. [See the docs here](https://developers.webflow.com/#remove-collection-item)",
description: "Delete Item of a Collection. [See the documentation](https://developers.webflow.com/data/reference/cms/collection-items/staged-items/delete-item)",
version: "1.0.0",
type: "action",
props: {
Expand Down
2 changes: 1 addition & 1 deletion components/webflow/actions/fulfill-order/fulfill-order.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import app from "../../webflow.app.mjs";
export default {
key: "webflow-fulfill-order",
name: "Fulfill Order",
description: "Fulfill an order. [See the docs here](https://developers.webflow.com/#fulfill-order)",
description: "Fulfill an order. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/orders/update-fulfill)",
version: "1.0.0",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import app from "../../webflow.app.mjs";
export default {
key: "webflow-get-collection-item",
name: "Get Collection Item",
description: "Get a Collection Item. [See the docs here](https://developers.webflow.com/#get-single-item)",
description: "Get a Collection Item. [See the documentation](https://developers.webflow.com/data/reference/cms/collection-items/staged-items/get-item)",
version: "1.0.0",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import app from "../../webflow.app.mjs";
export default {
key: "webflow-get-collection",
name: "Get Collection",
description: "Get a collection. [See the docs here](https://developers.webflow.com/#get-collection-with-full-schema)",
description: "Get a collection. [See the documentation](https://developers.webflow.com/data/reference/cms/collections/get)",
version: "1.0.0",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import app from "../../webflow.app.mjs";
export default {
key: "webflow-get-item-inventory",
name: "Get Item Inventory",
description: "Get the inventory of a specific item. [See the docs here](https://developers.webflow.com/#item-inventory)",
description: "Get the inventory of a specific item. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/inventory/list)",
version: "1.0.0",
type: "action",
props: {
Expand Down
2 changes: 1 addition & 1 deletion components/webflow/actions/get-order/get-order.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import app from "../../webflow.app.mjs";
export default {
key: "webflow-get-order",
name: "Get Order",
description: "Get info on an order. [See the docs here](https://developers.webflow.com/#get-order)",
description: "Get info on an order. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/orders/get)",
version: "1.0.0",
type: "action",
props: {
Expand Down
2 changes: 1 addition & 1 deletion components/webflow/actions/get-site/get-site.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import app from "../../webflow.app.mjs";
export default {
key: "webflow-get-site",
name: "Get Site",
description: "Get a site. [See the docs here](https://developers.webflow.com/#get-specific-site)",
description: "Get a site. [See the documentation](https://developers.webflow.com/data/reference/sites/get)",
version: "1.0.0",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import app from "../../webflow.app.mjs";
export default {
key: "webflow-list-collection-items",
name: "List Collection Items",
description: "List Items of a collection. [See the docs here](https://developers.webflow.com/#get-all-items-for-a-collection)",
description: "List Items of a collection. [See the documentation](https://developers.webflow.com/data/reference/cms/collection-items/bulk-items/list-items)",
version: "1.0.0",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import app from "../../webflow.app.mjs";
export default {
key: "webflow-list-collections",
name: "List Collections",
description: "List collections. [See the docs here](https://developers.webflow.com/#list-collections)",
description: "List collections. [See the documentation](https://developers.webflow.com/data/reference/cms/collections/list)",
version: "1.0.0",
type: "action",
props: {
Expand Down
2 changes: 1 addition & 1 deletion components/webflow/actions/list-orders/list-orders.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import constants from "../common/constants.mjs";
export default {
key: "webflow-list-orders",
name: "List Orders",
description: "List orders. [See the docs here](https://developers.webflow.com/#get-all-orders)",
description: "List orders. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/orders/list)",
version: "1.0.0",
type: "action",
props: {
Expand Down
2 changes: 1 addition & 1 deletion components/webflow/actions/list-sites/list-sites.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import app from "../../webflow.app.mjs";
export default {
key: "webflow-list-sites",
name: "List Sites",
description: "List sites. [See the docs here](https://developers.webflow.com/#list-sites)",
description: "List sites. [See the documentation](https://developers.webflow.com/data/reference/sites/list)",
version: "1.0.0",
type: "action",
props: {
Expand Down
2 changes: 1 addition & 1 deletion components/webflow/actions/publish-site/publish-site.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import app from "../../webflow.app.mjs";
export default {
key: "webflow-publish-site",
name: "Publish Site",
description: "Publish a site. [See the docs here](https://developers.webflow.com/#publish-site)",
description: "Publish a site. [See the documentation](https://developers.webflow.com/data/reference/sites/publish)",
version: "1.0.0",
type: "action",
props: {
Expand Down
2 changes: 1 addition & 1 deletion components/webflow/actions/refund-order/refund-order.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import app from "../../webflow.app.mjs";
export default {
key: "webflow-refund-order",
name: "Refund Order",
description: "Refund an order. [See the docs here](https://developers.webflow.com/#refund-order)",
description: "Refund an order. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/orders/refund)",
version: "1.0.0",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import app from "../../webflow.app.mjs";
export default {
key: "webflow-unfulfill-order",
name: "Unfulfill Order",
description: "Unfulfill an order. [See the docs here](https://developers.webflow.com/#unfulfill-order)",
description: "Unfulfill an order. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/orders/update-unfulfill)",
version: "1.0.0",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "webflow-update-collection-item",
name: "Update Collection Item",
description:
"Update collection item. [See the documentation](https://developers.webflow.com/#update-collection-item)",
"Update collection item. [See the documentation](https://developers.webflow.com/data/reference/cms/collection-items/bulk-items/update-items)",
version: "1.0.0",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import app from "../../webflow.app.mjs";
export default {
key: "webflow-update-item-inventory",
name: "Update Item Inventory",
description: "Update the inventory of a specific item. [See the docs here](https://developers.webflow.com/#update-item-inventory)",
description: "Update the inventory of a specific item. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/inventory/update)",
version: "0.0.5",
type: "action",
props: {
Expand Down
2 changes: 1 addition & 1 deletion components/webflow/actions/update-order/update-order.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import app from "../../webflow.app.mjs";
export default {
key: "webflow-update-order",
name: "Update Order",
description: "Update an order. [See the docs here](https://developers.webflow.com/#update-order)",
description: "Update an order. [See the documentation](https://developers.webflow.com/data/reference/ecommerce/orders/update)",
version: "1.0.0",
type: "action",
props: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
type: "source",
key: "webflow-changed-collection-item",
name: "Collection Item Updated",
description: "Emit new event when a collection item is changed. [See the docs here](https://developers.webflow.com/#model16)",
description: "Emit new event when a collection item is changed. [See the documentation](https://developers.webflow.com/data/reference/webhooks/events/collection-item-changed)",
version: "1.0.0",
...common,
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
type: "source",
key: "webflow-changed-ecommerce-inventory",
name: "E-commerce Inventory Updated",
description: "Emit new event when an e-commerce inventory level changes. [See the docs here](https://developers.webflow.com/#item-inventory)",
description: "Emit new event when an e-commerce inventory level changes. [See the documentation](https://developers.webflow.com/data/reference/webhooks/events/ecomm-inventory-changed)",
version: "1.0.0",
...common,
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
type: "source",
key: "webflow-changed-ecommerce-order",
name: "E-commerce Order Updated",
description: "Emit new event when an e-commerce order is changed. [See the docs here](https://developers.webflow.com/#order-model)",
description: "Emit new event when an e-commerce order is changed. [See the documentation](https://developers.webflow.com/data/reference/webhooks/events/ecomm-order-changed)",
version: "1.0.0",
...common,
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
type: "source",
key: "webflow-new-collection-item",
name: "New Collection Item Created",
description: "Emit new event when a collection item is created. [See the docs here](https://developers.webflow.com/#item-model)",
description: "Emit new event when a collection item is created. [See the documentation](https://developers.webflow.com/data/reference/webhooks/events/collection-item-created)",
version: "1.0.0",
...common,
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
type: "source",
key: "webflow-new-deleted-collection-item",
name: "Collection Item Deleted",
description: "Emit new event when a collection item is deleted. [See the docs here](https://developers.webflow.com/#item-model)",
description: "Emit new event when a collection item is deleted. [See the documentation](https://developers.webflow.com/data/reference/webhooks/events/collection-item-deleted)",
version: "1.0.0",
...common,
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "webflow-new-ecommerce-order",
name: "New E-commerce Order",
description:
"Emit new event when an e-commerce order is created. [See the docs here](https://developers.webflow.com/#order-model)",
"Emit new event when an e-commerce order is created. [See the documentation](https://developers.webflow.com/data/reference/webhooks/events/ecomm-new-order)",
version: "1.0.0",
...common,
hooks: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
type: "source",
key: "webflow-new-form-submission",
name: "New Form Submission",
description: "Emit new event when a form is submitted. [See the docs here](https://developers.webflow.com/#trigger-types)",
description: "Emit new event when a form is submitted. [See the documentation](https://developers.webflow.com/data/reference/webhooks/events/form-submission)",
version: "1.0.0",
...common,
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
type: "source",
key: "webflow-new-site-published",
name: "Site Published",
description: "Emit new event when a site is published. [See the docs here](https://developers.webflow.com/#trigger-types)",
description: "Emit new event when a site is published. [See the documentation](https://developers.webflow.com/data/reference/webhooks/events/site-publish)",
version: "1.0.0",
...common,
methods: {
Expand Down

0 comments on commit 211bcb9

Please sign in to comment.