Skip to content

Commit

Permalink
ci: Fix docs urls for LoneScaleApi.credentials and Ldap.node (no-chan…
Browse files Browse the repository at this point in the history
…gelog)
  • Loading branch information
netroy committed Jun 14, 2023
1 parent 90fd926 commit 4e0f691
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/nodes-base/credentials/Ldap.credentials.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
/* eslint-disable n8n-nodes-base/cred-class-name-unsuffixed,n8n-nodes-base/cred-class-field-name-unsuffixed,n8n-nodes-base/cred-class-field-display-name-missing-api */
import type { ICredentialType, INodeProperties } from 'n8n-workflow';

// eslint-disable-next-line n8n-nodes-base/cred-class-name-unsuffixed
export class Ldap implements ICredentialType {
// eslint-disable-next-line n8n-nodes-base/cred-class-field-name-unsuffixed
name = 'ldap';

displayName = 'LDAP';

documentationUrl = 'ldap';

properties: INodeProperties[] = [
{
displayName: 'LDAP Server Address',
Expand Down
2 changes: 2 additions & 0 deletions packages/nodes-base/credentials/LoneScaleApi.credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export class LoneScaleApi implements ICredentialType {

displayName = 'LoneScale API';

documentationUrl = 'lonescale';

properties: INodeProperties[] = [
{
displayName: 'API Key',
Expand Down
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/Ldap/Ldap.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"primaryDocumentation": [
{
"url": "https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.ldap/"
"url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.ldap/"
}
]
},
Expand Down

0 comments on commit 4e0f691

Please sign in to comment.