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

feat: add data and privacy track #129

Merged
merged 2 commits into from
Oct 24, 2024
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
5 changes: 4 additions & 1 deletion src/messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@
"start_here_page_modules.content.9.link": "tracks/go-live-process",
"start_here_page_modules.content.10.title": "Store development",
"start_here_page_modules.content.10.description": "Learn the fundamentals of VTEX store development.",
"start_here_page_modules.content.10.link": "tracks/frontend",
"start_here_page_modules.content.10.link": "tracks/store-development",
"start_here_page_modules.content.11.title": "Data and privacy",
"start_here_page_modules.content.11.description": "Learn about our approach towards personal data and privacy at VTEX.",
"start_here_page_modules.content.11.link": "tracks/personal-data",
"start_here_page_marketplace.title": "Marketplace",
"start_here_page_marketplace.content.0.title": "Amazon Integration",
"start_here_page_marketplace.content.0.description": "Sell your products in one of the biggest marketplaces in the world through the native VTEX integration.",
Expand Down
3 changes: 3 additions & 0 deletions src/messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@
"start_here_page_modules.content.10.title": "Desarrollo de la tienda",
"start_here_page_modules.content.10.description": "Conozca los fundamentos del desarrollo de tiendas VTEX.",
"start_here_page_modules.content.10.link": "tracks/frontend",
"start_here_page_modules.content.11.title": "Datos y privacidad",
"start_here_page_modules.content.11.description": "Conozca nuestro compromiso con los datos personales y la privacidad en VTEX.",
"start_here_page_modules.content.11.link": "tracks/datos-personales",
"start_here_page_marketplace.title": "Marketplace",
"start_here_page_marketplace.content.0.title": "Integración de Amazon",
"start_here_page_marketplace.content.0.description": "Venta sus productos en uno de los mayores marketplaces del mundo a través de la integración nativa de VTEX.",
Expand Down
3 changes: 3 additions & 0 deletions src/messages/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@
"start_here_page_modules.content.10.title": "Desenvolvimento de Loja",
"start_here_page_modules.content.10.description": "Aprenda os fundamentos de desenvolvimento de loja na VTEX.",
"start_here_page_modules.content.10.link": "tracks/frontend",
"start_here_page_modules.content.11.title": "Dados e privacidade",
"start_here_page_modules.content.11.description": "Conheça a abordagem da VTEX em relação a dados pessoais e privacidade.",
"start_here_page_modules.content.11.link": "tracks/dados-pessoais",
"start_here_page_marketplace.title": "Marketplace",
"start_here_page_marketplace.content.0.title": "Integração com a Amazon",
"start_here_page_marketplace.content.0.description": "Venda seus produtos em um dos maiores varejistas do mundo através da integração nativa da VTEX.",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/tracks/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const TracksPage: NextPage<Props> = ({ branch }) => {
/>
<Box sx={styles.contentContainer}>
<ContentSection id={'start_here_page_onboarding'} length={3} />
<ContentSection id={'start_here_page_modules'} length={11} />
<ContentSection id={'start_here_page_modules'} length={12} />
<ContentSection id={'start_here_page_marketplace'} length={16} />
<ContentSection id={'start_here_page_omnichannel'} length={4} />
<ContentSection id={'start_here_page_vtex_io'} length={2} />
Expand Down
Loading