Skip to content

Commit a2708f8

Browse files
committed
add doc links
1 parent 6433f0b commit a2708f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/google_docs/sources/new-document-created/new-document-created.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
...common,
55
key: "google_docs-new-document-created",
66
name: "New Document Created (Instant)",
7-
description: "Emit new event when a new document is created in Google Docs",
7+
description: "Emit new event when a new document is created in Google Docs. [See the documentation](https://developers.google.com/drive/api/reference/rest/v3/changes/watch)",
88
version: "0.0.1",
99
type: "source",
1010
dedupe: "unique",

components/google_docs/sources/new-or-updated-document/new-or-updated-document.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default {
88
...common,
99
key: "google_docs-new-or-updated-document",
1010
name: "New or Updated Document (Instant)",
11-
description: "Emit new event when a document is created or updated in Google Docs",
11+
description: "Emit new event when a document is created or updated in Google Docs. [See the documentation](https://developers.google.com/drive/api/reference/rest/v3/changes/watch)",
1212
version: "0.0.1",
1313
type: "source",
1414
dedupe: "unique",

0 commit comments

Comments
 (0)