update wiki
This commit is contained in:
@@ -9,7 +9,7 @@ export class GwezzOceanengineOAuth2Api implements ICredentialType {
|
||||
|
||||
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[] = [
|
||||
{
|
||||
|
||||
@@ -2,16 +2,19 @@
|
||||
"node": "n8n-nodes-gwezz-oceanengine",
|
||||
"nodeVersion": "1.0",
|
||||
"codexVersion": "1.0",
|
||||
"categories": ["Development", "Developer Tools"],
|
||||
"categories": [
|
||||
"Development",
|
||||
"Developer Tools"
|
||||
],
|
||||
"resources": {
|
||||
"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": [
|
||||
{
|
||||
"url": "https://github.com/org/repo?tab=readme-ov-file"
|
||||
"url": "https://gitea.gwezz.com/n8n-nodes/n8n-nodes-gwezz-oceanengine/wiki"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user