Skip to content

Commit 6ed81b7

Browse files
RounakDhillon“Rounak
andauthored
Docs: Ranger Connector Updation (#462)
Co-authored-by: “Rounak <“[email protected]”>
1 parent 028690a commit 6ed81b7

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

components/ConnectorsInfo/ConnectorsInfo.constants.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,4 +542,14 @@ export const CONNECTORS: Array<ConnectorCategory> = [
542542
},
543543
],
544544
},
545+
{
546+
connector: "Security",
547+
services: [
548+
{
549+
url: "/connectors/security/ranger",
550+
icon: "/images/connectors/ranger.webp",
551+
name: "Ranger",
552+
},
553+
],
554+
},
545555
];

content/v1.10.x-SNAPSHOT/connectors/security/ranger/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ collate: true
55
---
66

77
{% connectorDetailsHeader
8-
name="Apache Ranger"
8+
name="Ranger"
99
stage="Beta"
1010
platform="Collate"
1111
availableFeatures=["Reverse Metadata (Collate Only)"]

content/v1.9.x/connectors/security/ranger/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ collate: true
55
---
66

77
{% connectorDetailsHeader
8-
name="Apache Ranger"
8+
name="Ranger"
99
stage="Beta"
1010
platform="Collate"
1111
availableFeatures=["Reverse Metadata (Collate Only)"]

utils/ConnectorsUtils.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ export const getConnectorImage = (connector: string) => {
141141
QuickSight: "quicksight",
142142
"Qlik Cloud": "qlikcloud",
143143
"Qlik Sense": "qlik-sense",
144+
Ranger: "ranger",
144145
Redash: "redash",
145146
Redpanda: "redpanda",
146147
Redshift: "redshift",

0 commit comments

Comments
 (0)