docs: update credential doc links for google nodes (#4381)

This commit is contained in:
Deborah 2022-10-20 16:52:03 +01:00 committed by GitHub
parent 61b9909ac3
commit ef1198324d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 44 additions and 44 deletions

View file

@ -13,7 +13,7 @@ export class GmailOAuth2Api implements ICredentialType {
name = 'gmailOAuth2'; name = 'gmailOAuth2';
extends = ['googleOAuth2Api']; extends = ['googleOAuth2Api'];
displayName = 'Gmail OAuth2 API'; displayName = 'Gmail OAuth2 API';
documentationUrl = 'google'; documentationUrl = 'google/oauth-single-service';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -6,7 +6,7 @@ export class GoogleAdsOAuth2Api implements ICredentialType {
name = 'googleAdsOAuth2Api'; name = 'googleAdsOAuth2Api';
extends = ['googleOAuth2Api']; extends = ['googleOAuth2Api'];
displayName = 'Google Ads OAuth2 API'; displayName = 'Google Ads OAuth2 API';
documentationUrl = 'google'; documentationUrl = 'google/oauth-single-service';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {
displayName: 'Developer Token', displayName: 'Developer Token',

View file

@ -9,7 +9,7 @@ export class GoogleAnalyticsOAuth2Api implements ICredentialType {
name = 'googleAnalyticsOAuth2'; name = 'googleAnalyticsOAuth2';
extends = ['googleOAuth2Api']; extends = ['googleOAuth2Api'];
displayName = 'Google Analytics OAuth2 API'; displayName = 'Google Analytics OAuth2 API';
documentationUrl = 'google'; documentationUrl = 'google/oauth-single-service';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -3,7 +3,7 @@ import { ICredentialType, INodeProperties } from 'n8n-workflow';
export class GoogleApi implements ICredentialType { export class GoogleApi implements ICredentialType {
name = 'googleApi'; name = 'googleApi';
displayName = 'Google API'; displayName = 'Google API';
documentationUrl = 'google'; documentationUrl = 'google/service-account';
icon = 'file:Google.svg'; icon = 'file:Google.svg';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {

View file

@ -6,7 +6,7 @@ export class GoogleBigQueryOAuth2Api implements ICredentialType {
name = 'googleBigQueryOAuth2Api'; name = 'googleBigQueryOAuth2Api';
extends = ['googleOAuth2Api']; extends = ['googleOAuth2Api'];
displayName = 'Google BigQuery OAuth2 API'; displayName = 'Google BigQuery OAuth2 API';
documentationUrl = 'google'; documentationUrl = 'google/oauth-single-service';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -6,7 +6,7 @@ export class GoogleBooksOAuth2Api implements ICredentialType {
name = 'googleBooksOAuth2Api'; name = 'googleBooksOAuth2Api';
extends = ['googleOAuth2Api']; extends = ['googleOAuth2Api'];
displayName = 'Google Books OAuth2 API'; displayName = 'Google Books OAuth2 API';
documentationUrl = 'google'; documentationUrl = 'google/oauth-single-service';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -9,7 +9,7 @@ export class GoogleCalendarOAuth2Api implements ICredentialType {
name = 'googleCalendarOAuth2Api'; name = 'googleCalendarOAuth2Api';
extends = ['googleOAuth2Api']; extends = ['googleOAuth2Api'];
displayName = 'Google Calendar OAuth2 API'; displayName = 'Google Calendar OAuth2 API';
documentationUrl = 'google'; documentationUrl = 'google/oauth-single-service';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -9,7 +9,7 @@ export class GoogleCloudNaturalLanguageOAuth2Api implements ICredentialType {
name = 'googleCloudNaturalLanguageOAuth2Api'; name = 'googleCloudNaturalLanguageOAuth2Api';
extends = ['googleOAuth2Api']; extends = ['googleOAuth2Api'];
displayName = 'Google Cloud Natural Language OAuth2 API'; displayName = 'Google Cloud Natural Language OAuth2 API';
documentationUrl = 'google'; documentationUrl = 'google/oauth-single-service';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -12,7 +12,7 @@ export class GoogleCloudStorageOAuth2Api implements ICredentialType {
name = 'googleCloudStorageOAuth2Api'; name = 'googleCloudStorageOAuth2Api';
extends = ['googleOAuth2Api']; extends = ['googleOAuth2Api'];
displayName = 'Google Cloud Storage OAuth2 API'; displayName = 'Google Cloud Storage OAuth2 API';
documentationUrl = 'google'; documentationUrl = 'google/oauth-single-service';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -6,7 +6,7 @@ export class GoogleContactsOAuth2Api implements ICredentialType {
name = 'googleContactsOAuth2Api'; name = 'googleContactsOAuth2Api';
extends = ['googleOAuth2Api']; extends = ['googleOAuth2Api'];
displayName = 'Google Contacts OAuth2 API'; displayName = 'Google Contacts OAuth2 API';
documentationUrl = 'google'; documentationUrl = 'google/oauth-single-service';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -10,7 +10,7 @@ export class GoogleDocsOAuth2Api implements ICredentialType {
name = 'googleDocsOAuth2Api'; name = 'googleDocsOAuth2Api';
extends = ['googleOAuth2Api']; extends = ['googleOAuth2Api'];
displayName = 'Google Docs OAuth2 API'; displayName = 'Google Docs OAuth2 API';
documentationUrl = 'google'; documentationUrl = 'google/oauth-single-service';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -10,7 +10,7 @@ export class GoogleDriveOAuth2Api implements ICredentialType {
name = 'googleDriveOAuth2Api'; name = 'googleDriveOAuth2Api';
extends = ['googleOAuth2Api']; extends = ['googleOAuth2Api'];
displayName = 'Google Drive OAuth2 API'; displayName = 'Google Drive OAuth2 API';
documentationUrl = 'google'; documentationUrl = 'google/oauth-single-service';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -9,7 +9,7 @@ export class GoogleFirebaseCloudFirestoreOAuth2Api implements ICredentialType {
name = 'googleFirebaseCloudFirestoreOAuth2Api'; name = 'googleFirebaseCloudFirestoreOAuth2Api';
extends = ['googleOAuth2Api']; extends = ['googleOAuth2Api'];
displayName = 'Google Firebase Cloud Firestore OAuth2 API'; displayName = 'Google Firebase Cloud Firestore OAuth2 API';
documentationUrl = 'google'; documentationUrl = 'google/oauth-single-service';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -10,7 +10,7 @@ export class GoogleFirebaseRealtimeDatabaseOAuth2Api implements ICredentialType
name = 'googleFirebaseRealtimeDatabaseOAuth2Api'; name = 'googleFirebaseRealtimeDatabaseOAuth2Api';
extends = ['googleOAuth2Api']; extends = ['googleOAuth2Api'];
displayName = 'Google Firebase Realtime Database OAuth2 API'; displayName = 'Google Firebase Realtime Database OAuth2 API';
documentationUrl = 'google'; documentationUrl = 'google/oauth-single-service';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -4,7 +4,7 @@ export class GoogleOAuth2Api implements ICredentialType {
name = 'googleOAuth2Api'; name = 'googleOAuth2Api';
extends = ['oAuth2Api']; extends = ['oAuth2Api'];
displayName = 'Google OAuth2 API'; displayName = 'Google OAuth2 API';
documentationUrl = 'google'; documentationUrl = 'google/oauth-generic/';
icon = 'file:Google.svg'; icon = 'file:Google.svg';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {

View file

@ -6,7 +6,7 @@ export class GooglePerspectiveOAuth2Api implements ICredentialType {
name = 'googlePerspectiveOAuth2Api'; name = 'googlePerspectiveOAuth2Api';
extends = ['googleOAuth2Api']; extends = ['googleOAuth2Api'];
displayName = 'Google Perspective OAuth2 API'; displayName = 'Google Perspective OAuth2 API';
documentationUrl = 'google'; documentationUrl = 'google/oauth-single-service';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -9,7 +9,7 @@ export class GoogleSheetsOAuth2Api implements ICredentialType {
name = 'googleSheetsOAuth2Api'; name = 'googleSheetsOAuth2Api';
extends = ['googleOAuth2Api']; extends = ['googleOAuth2Api'];
displayName = 'Google Sheets OAuth2 API'; displayName = 'Google Sheets OAuth2 API';
documentationUrl = 'google'; documentationUrl = 'google/oauth-single-service';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -9,7 +9,7 @@ export class GoogleSlidesOAuth2Api implements ICredentialType {
name = 'googleSlidesOAuth2Api'; name = 'googleSlidesOAuth2Api';
extends = ['googleOAuth2Api']; extends = ['googleOAuth2Api'];
displayName = 'Google Slides OAuth2 API'; displayName = 'Google Slides OAuth2 API';
documentationUrl = 'google'; documentationUrl = 'google/oauth-single-service';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -6,7 +6,7 @@ export class GoogleTasksOAuth2Api implements ICredentialType {
name = 'googleTasksOAuth2Api'; name = 'googleTasksOAuth2Api';
extends = ['googleOAuth2Api']; extends = ['googleOAuth2Api'];
displayName = 'Google Tasks OAuth2 API'; displayName = 'Google Tasks OAuth2 API';
documentationUrl = 'google'; documentationUrl = 'google/oauth-single-service';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -6,7 +6,7 @@ export class GoogleTranslateOAuth2Api implements ICredentialType {
name = 'googleTranslateOAuth2Api'; name = 'googleTranslateOAuth2Api';
extends = ['googleOAuth2Api']; extends = ['googleOAuth2Api'];
displayName = 'Google Translate OAuth2 API'; displayName = 'Google Translate OAuth2 API';
documentationUrl = 'google'; documentationUrl = 'google/oauth-single-service';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {
displayName: 'Scope', displayName: 'Scope',

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/service-account/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [

View file

@ -6,7 +6,7 @@
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://docs.n8n.io/credentials/google" "url": "https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [