mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-26 05:04:05 -08:00
⚡ Add credentials documentation link (#1237)
This commit is contained in:
parent
8942f403d4
commit
45d413de22
|
@ -7,6 +7,7 @@ import {
|
||||||
export class CortexApi implements ICredentialType {
|
export class CortexApi implements ICredentialType {
|
||||||
name = 'cortexApi';
|
name = 'cortexApi';
|
||||||
displayName = 'Cortex API';
|
displayName = 'Cortex API';
|
||||||
|
documentationUrl = 'cortex';
|
||||||
properties = [
|
properties = [
|
||||||
{
|
{
|
||||||
displayName: 'API Key',
|
displayName: 'API Key',
|
||||||
|
|
Loading…
Reference in a new issue