Skip to content

Commit

Permalink
docs(): Adding missing Platform logos (#6892)
Browse files Browse the repository at this point in the history
  • Loading branch information
maggiehays authored Jan 3, 2023
1 parent a164bda commit 6538631
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 1 deletion.
23 changes: 22 additions & 1 deletion docs-website/src/pages/_components/Logos/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,15 +203,25 @@ const platformLogos = [
name: "Athena",
imageUrl: "/img/logos/platforms/athena.svg",
},
{
name: "Azure AD",
imageUrl: "/img/logos/platforms/azure-ad.png",
},
{
name: "BigQuery",
imageUrl: "/img/logos/platforms/bigquery.svg",
},
{
name: "Clickhouse",
imageUrl: "/img/logos/platforms/clickhouse.svg",
},
{
name: "CouchBase",
imageUrl: "/img/logos/platforms/couchbase.svg",
},
{ name: "Databricks", imageUrl: "/img/logos/platforms/databricks.png" },
{ name: "DBT", imageUrl: "/img/logos/platforms/dbt.svg" },
{ name: "Deltalake", imageUrl: "/img/logos/platforms/deltalake.svg" },
{ name: "Druid", imageUrl: "/img/logos/platforms/druid.svg" },
{ name: "Elasticsearch", imageUrl: "/img/logos/platforms/elasticsearch.svg" },
{
Expand All @@ -234,9 +244,11 @@ const platformLogos = [
name: "Hive",
imageUrl: "/img/logos/platforms/hive.svg",
},
{ name: "Iceberg", imageUrl: "/img/logos/platforms/iceberg.png" },
{ name: "Kafka", imageUrl: "/img/logos/platforms/kafka.svg" },
{ name: "Kusto", imageUrl: "/img/logos/platforms/kusto.svg" },
{ name: "Looker", imageUrl: "/img/logos/platforms/looker.svg" },
{ name: "MariaDB", imageUrl: "/img/logos/platforms/mariadb.png" },
{ name: "Metabase", imageUrl: "/img/logos/platforms/metabase.svg" },
{ name: "Mode", imageUrl: "/img/logos/platforms/mode.png" },
{ name: "MongoDB", imageUrl: "/img/logos/platforms/mongodb.svg" },
Expand All @@ -249,11 +261,14 @@ const platformLogos = [
imageUrl: "/img/logos/platforms/mysql.svg",
},
{ name: "Nifi", imageUrl: "/img/logos/platforms/nifi.svg" },
{ name: "Oracle", imageUrl: "/img/logos/platforms/oracle.svg" },
{ name: "Okta", imageUrl: "/img/logos/platforms/oracle.svg" },
{ name: "Oracle", imageUrl: "/img/logos/platforms/okta.png" },
{ name: "Pinot", imageUrl: "/img/logos/platforms/pinot.svg" },
{ name: "PostgreSQL", imageUrl: "/img/logos/platforms/postgres.svg" },
{ name: "PowerBI", imageUrl: "/img/logos/platforms/powerbi.png" },
{ name: "Presto", imageUrl: "/img/logos/platforms/presto.svg" },
{ name: "Protobuf", imageUrl: "/img/logos/platforms/protobuf.png" },
{ name: "Pulsar", imageUrl: "/img/logos/platforms/pulsar.png" },
{ name: "Redash", imageUrl: "/img/logos/platforms/redash.svg" },
{
name: "Redshift",
Expand All @@ -263,12 +278,14 @@ const platformLogos = [
name: "S3",
imageUrl: "/img/logos/platforms/s3.svg",
},
{ name: "Salesforce", imageUrl: "/img/logos/platforms/salesforce.png" },
{
name: "SageMaker",
imageUrl: "/img/logos/platforms/sagemaker.svg",
},
{ name: "Snowflake", imageUrl: "/img/logos/platforms/snowflake.svg" },
{ name: "Spark", imageUrl: "/img/logos/platforms/spark.svg" },
{ name: "SQLAlchemy", imageUrl: "/img/logos/platforms/sqlalchemy.png" },
{
name: "Superset",
imageUrl: "/img/logos/platforms/superset.svg",
Expand All @@ -281,6 +298,10 @@ const platformLogos = [
name: "Teradata",
imageUrl: "/img/logos/platforms/teradata.svg",
},
{
name: "Trino",
imageUrl: "/img/logos/platforms/trino.png",
},
];

export const PlatformLogos = () => (
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs-website/static/img/logos/platforms/clickhouse.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs-website/static/img/logos/platforms/deltalake.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-website/static/img/logos/platforms/okta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs-website/static/img/logos/platforms/trino.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6538631

Please sign in to comment.