mirror of
https://github.com/apache/superset.git
synced 2026-04-21 09:04:38 +00:00
docs: Restyle documentation landing page and community page (#24393)
This commit is contained in:
@@ -18,10 +18,35 @@
|
||||
*/
|
||||
|
||||
export const Databases = [
|
||||
{
|
||||
title: 'PostgreSQL',
|
||||
href: 'https://www.postgresql.org/',
|
||||
imgName: 'postgresql.svg',
|
||||
},
|
||||
{
|
||||
title: 'BigQuery',
|
||||
href: 'https://cloud.google.com/bigquery/',
|
||||
imgName: 'google-big-query.svg',
|
||||
},
|
||||
{
|
||||
title: 'Snowflake',
|
||||
href: 'https://www.snowflake.com/',
|
||||
imgName: 'snowflake.svg',
|
||||
},
|
||||
{
|
||||
title: 'MySQL',
|
||||
href: 'https://www.mysql.com/',
|
||||
imgName: 'mysql.jpg',
|
||||
},
|
||||
{
|
||||
title: 'Amazon Redshift',
|
||||
href: 'https://aws.amazon.com/redshift/',
|
||||
imgName: 'aws-redshift.png',
|
||||
imgName: 'amazon-redshift.jpg',
|
||||
},
|
||||
{
|
||||
title: 'Amazon Athena',
|
||||
href: 'https://aws.amazon.com/pt/athena/',
|
||||
imgName: 'amazon-athena.jpg',
|
||||
},
|
||||
{
|
||||
title: 'Apache Druid',
|
||||
@@ -29,133 +54,67 @@ export const Databases = [
|
||||
imgName: 'druid.png',
|
||||
},
|
||||
{
|
||||
title: 'Apache Kylin',
|
||||
href: 'http://kylin.apache.org/',
|
||||
imgName: 'apache-kylin.png',
|
||||
title: 'Databricks',
|
||||
href: 'https://www.databricks.com',
|
||||
imgName: 'databricks.png',
|
||||
},
|
||||
{
|
||||
title: 'BigQuery',
|
||||
href: 'https://cloud.google.com/bigquery/',
|
||||
imgName: 'googleBQ.png',
|
||||
title: 'Google Sheets',
|
||||
href: 'https://www.google.com/sheets/about/',
|
||||
imgName: 'google-sheets.svg',
|
||||
},
|
||||
{
|
||||
title: 'CSV',
|
||||
imgName: 'csv.svg',
|
||||
},
|
||||
{
|
||||
title: 'ClickHouse',
|
||||
href: 'https://clickhouse.tech/',
|
||||
imgName: 'clickhouse.png',
|
||||
},
|
||||
{
|
||||
title: 'Rockset',
|
||||
href: 'https://rockset.com/',
|
||||
imgName: 'rockset.png',
|
||||
},
|
||||
{
|
||||
title: 'Dremio',
|
||||
href: 'https://dremio.com/',
|
||||
imgName: 'dremio.png',
|
||||
},
|
||||
{
|
||||
title: 'Databricks',
|
||||
href: 'https://www.databricks.com',
|
||||
imgName: 'databricks.png',
|
||||
},
|
||||
{
|
||||
title: 'Exasol',
|
||||
href: 'https://www.exasol.com/en/',
|
||||
imgName: 'exasol.png',
|
||||
},
|
||||
{
|
||||
title: 'FireBirdSql',
|
||||
href: 'https://firebirdsql.org/',
|
||||
imgName: 'firebird.png',
|
||||
},
|
||||
{
|
||||
title: 'Green Plum',
|
||||
href: 'https://greenplum.org/',
|
||||
imgName: 'greenplum.png',
|
||||
},
|
||||
{
|
||||
title: 'IBM Db2',
|
||||
href: 'https://www.ibm.com/analytics/db2',
|
||||
imgName: 'ibmdb2.png',
|
||||
},
|
||||
{
|
||||
title: 'MySQL',
|
||||
href: 'https://www.mysql.com/',
|
||||
imgName: 'mysql.png',
|
||||
},
|
||||
{
|
||||
title: 'Microsoft SqlServer',
|
||||
href: 'https://www.microsoft.com/en-us/sql-server',
|
||||
imgName: 'msql.png',
|
||||
},
|
||||
{
|
||||
title: 'MonetDB',
|
||||
href: 'https://www.monetdb.org/',
|
||||
imgName: 'monet.png',
|
||||
},
|
||||
{
|
||||
title: 'Oracle',
|
||||
href: 'https://www.oracle.com/database/',
|
||||
imgName: 'oraclelogo.png',
|
||||
},
|
||||
{
|
||||
title: 'PostgresSQL',
|
||||
href: 'https://www.postgresql.org/',
|
||||
imgName: 'postsql.png',
|
||||
},
|
||||
{
|
||||
title: 'Presto',
|
||||
href: 'https://prestodb.io/',
|
||||
imgName: 'presto-og.png',
|
||||
},
|
||||
{
|
||||
title: 'Snowflake',
|
||||
href: 'https://www.snowflake.com/',
|
||||
imgName: 'snowflake.png',
|
||||
},
|
||||
{
|
||||
title: 'SQLite',
|
||||
href: 'https://www.sqlite.org/index.html',
|
||||
imgName: 'sqlite.png',
|
||||
},
|
||||
{
|
||||
title: 'Trino',
|
||||
href: 'https://trino.io/',
|
||||
imgName: 'trino2.jpg',
|
||||
},
|
||||
{
|
||||
title: 'Rockset',
|
||||
href: 'https://rockset.com/',
|
||||
imgName: 'rockset.png',
|
||||
title: 'Oracle',
|
||||
href: 'https://www.oracle.com/database/',
|
||||
imgName: 'oraclelogo.png',
|
||||
},
|
||||
{
|
||||
title: 'Vertica',
|
||||
href: 'https://www.vertica.com/',
|
||||
imgName: 'vertica.png',
|
||||
title: 'Apache Pinot',
|
||||
href: 'https://pinot.apache.org/',
|
||||
imgName: 'apache-pinot.svg',
|
||||
},
|
||||
{
|
||||
title: 'Hologres',
|
||||
href: 'https://www.alibabacloud.com/product/hologres',
|
||||
imgName: 'hologres.png',
|
||||
title: 'Presto',
|
||||
href: 'https://prestodb.io/',
|
||||
imgName: 'presto-og.png',
|
||||
},
|
||||
{
|
||||
title: 'IBM Netezza Performance Server',
|
||||
href: 'https://www.ibm.com/products/netezza',
|
||||
imgName: 'netezza.png',
|
||||
title: 'IBM Db2',
|
||||
href: 'https://www.ibm.com/analytics/db2',
|
||||
imgName: 'ibmdb2.png',
|
||||
},
|
||||
{
|
||||
title: 'Teradata',
|
||||
href: "www.teradata.com",
|
||||
imgName: 'teradata.png'
|
||||
title: 'SAP Hana',
|
||||
href: 'https://www.sap.com/products/technology-platform/hana.html',
|
||||
imgName: 'sap-hana.jpg',
|
||||
},
|
||||
{
|
||||
title: 'TimescaleDB',
|
||||
href: "www.timescale.com",
|
||||
imgName: 'timescale.png'
|
||||
title: 'Microsoft SqlServer',
|
||||
href: 'https://www.microsoft.com/en-us/sql-server',
|
||||
imgName: 'msql.png',
|
||||
},
|
||||
{
|
||||
title: 'YugabyteDB',
|
||||
href: "www.yugabyte.com",
|
||||
imgName: 'yugabyte.png'
|
||||
},
|
||||
{
|
||||
title: 'StarRocks',
|
||||
href: "www.starrocks.io",
|
||||
imgName: 'starrocks.png'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user