Minor fixes for docs compatibility (#955)
* ⚡ Add documentationUrls for several nodes * ⚡ Minor Updates - Updated Paddle documentationUrl - Updated CrateDB description - Updated Monday.com description - Fixed Nextcloud branding - Updated Redis description
This commit is contained in:
@@ -20,15 +20,15 @@ import {
|
||||
|
||||
export class NextCloud implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'NextCloud',
|
||||
displayName: 'Nextcloud',
|
||||
name: 'nextCloud',
|
||||
icon: 'file:nextcloud.png',
|
||||
group: ['input'],
|
||||
version: 1,
|
||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
description: 'Access data on NextCloud',
|
||||
description: 'Access data on Nextcloud',
|
||||
defaults: {
|
||||
name: 'NextCloud',
|
||||
name: 'Nextcloud',
|
||||
color: '#1cafff',
|
||||
},
|
||||
inputs: ['main'],
|
||||
@@ -170,7 +170,7 @@ export class NextCloud implements INodeType {
|
||||
{
|
||||
name: 'List',
|
||||
value: 'list',
|
||||
description: 'Return the files and folders in a given folder',
|
||||
description: 'Return the contents of a given folder',
|
||||
},
|
||||
{
|
||||
name: 'Move',
|
||||
|
||||
Reference in New Issue
Block a user