Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new tile in quickstarts #162

Merged
merged 4 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions i18n/de/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -568,5 +568,11 @@
},
"theme.docs.breadcrumbs.home": {
"message": "Startseite"
},
"quickstarts.open_table_formats_title": {
"message": "Getting started with Open Table Formats"
},
"quickstarts.open_table_formats_decription": {
"message": "How to set up, query, and update Apache Iceberg and Delta Lake Open Table Format tables in Teradata VantageCloud Lake."
}
}
6 changes: 6 additions & 0 deletions i18n/en/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -569,5 +569,11 @@
},
"theme.docs.breadcrumbs.home": {
"message": "Home page"
},
"quickstarts.open_table_formats_title": {
"message": "Getting started with Open Table Formats"
},
"quickstarts.open_table_formats_decription": {
"message": "How to set up, query, and update Apache Iceberg and Delta Lake Open Table Format tables in Teradata VantageCloud Lake."
}
}
6 changes: 6 additions & 0 deletions i18n/es/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -568,5 +568,11 @@
},
"theme.docs.breadcrumbs.home": {
"message": "Página de Inicio"
},
"quickstarts.open_table_formats_title": {
"message": "Getting started with Open Table Formats"
},
"quickstarts.open_table_formats_decription": {
"message": "How to set up, query, and update Apache Iceberg and Delta Lake Open Table Format tables in Teradata VantageCloud Lake."
}
}
6 changes: 6 additions & 0 deletions i18n/fr/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -568,5 +568,11 @@
},
"theme.docs.breadcrumbs.home": {
"message": "Page d'accueil"
},
"quickstarts.open_table_formats_title": {
"message": "Getting started with Open Table Formats"
},
"quickstarts.open_table_formats_decription": {
"message": "How to set up, query, and update Apache Iceberg and Delta Lake Open Table Format tables in Teradata VantageCloud Lake."
}
}
6 changes: 6 additions & 0 deletions i18n/ja/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -568,5 +568,11 @@
},
"theme.docs.breadcrumbs.home": {
"message": "ホームページ"
},
"quickstarts.open_table_formats_title": {
"message": "Getting started with Open Table Formats"
},
"quickstarts.open_table_formats_decription": {
"message": "How to set up, query, and update Apache Iceberg and Delta Lake Open Table Format tables in Teradata VantageCloud Lake."
}
}
6 changes: 6 additions & 0 deletions i18n/ko/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -568,5 +568,11 @@
},
"theme.docs.breadcrumbs.home": {
"message": "홈"
},
"quickstarts.open_table_formats_title": {
"message": "Getting started with Open Table Formats"
},
"quickstarts.open_table_formats_decription": {
"message": "How to set up, query, and update Apache Iceberg and Delta Lake Open Table Format tables in Teradata VantageCloud Lake."
}
}
6 changes: 6 additions & 0 deletions src/components/QuickstartsPages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ const Guides = [
title: translate({ message: 'quickstarts.deploy_ai_unlimited_aws_title' }),
description: translate({ message: 'quickstarts.deploy_ai_unlimited_aws_text' }),
href: '/ai-unlimited/install-ai-unlimited/deploy-manager-aws-console/',
},
{
img: 'memory',
title: translate({ message: 'quickstarts.open_table_formats_title' }),
description: translate({ message: 'quickstarts.open_table_formats_decription' }),
href: 'https://docs.teradata.com/access/sources/dita/map?dita:mapPath=bsr1702324250454.ditamap',
}
];
const FeatureList = [
Expand Down
Loading