update wiki

This commit is contained in:
2025-10-30 16:33:38 +08:00
parent a2aa889e19
commit 6883edbeb7
2 changed files with 8 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ export class GwezzOceanengineOAuth2Api implements ICredentialType {
icon = { light: 'file:../icons/gwezz.svg', dark: 'file:../icons/gwezz.dark.svg' } as Icon; icon = { light: 'file:../icons/gwezz.svg', dark: 'file:../icons/gwezz.dark.svg' } as Icon;
documentationUrl = 'https://github.com/org/-gwezz-oceanengine?tab=readme-ov-file#credentials'; documentationUrl = 'https://gitea.gwezz.com/n8n-nodes/n8n-nodes-gwezz-oceanengine/wiki';
properties: INodeProperties[] = [ properties: INodeProperties[] = [
{ {

View File

@@ -2,16 +2,19 @@
"node": "n8n-nodes-gwezz-oceanengine", "node": "n8n-nodes-gwezz-oceanengine",
"nodeVersion": "1.0", "nodeVersion": "1.0",
"codexVersion": "1.0", "codexVersion": "1.0",
"categories": ["Development", "Developer Tools"], "categories": [
"Development",
"Developer Tools"
],
"resources": { "resources": {
"credentialDocumentation": [ "credentialDocumentation": [
{ {
"url": "https://github.com/org/repo?tab=readme-ov-file#credentials" "url": "https://gitea.gwezz.com/n8n-nodes/n8n-nodes-gwezz-oceanengine/wiki"
} }
], ],
"primaryDocumentation": [ "primaryDocumentation": [
{ {
"url": "https://github.com/org/repo?tab=readme-ov-file" "url": "https://gitea.gwezz.com/n8n-nodes/n8n-nodes-gwezz-oceanengine/wiki"
} }
] ]
} }