diff --git a/src/content/docs/en/homes/home-docs.mdx b/src/content/docs/en/homes/home-docs.mdx index 4e4c957497..ab7453b1e5 100644 --- a/src/content/docs/en/homes/home-docs.mdx +++ b/src/content/docs/en/homes/home-docs.mdx @@ -111,6 +111,11 @@ product_cards: description: >- Create with powerful tools and frameworks. link: /en/documentation/products/guides/build/overview/ + - icon: /assets/docs/images/uploads/edge-node.svg + title: Store + description: >- + Manage and proccess data at the edge. + link: /en/documentation/products/store/overview/ - icon: /assets/docs/images/uploads/my-domains.svg title: Secure description: >- diff --git a/src/content/docs/pt-br/homes/doc-home.mdx b/src/content/docs/pt-br/homes/doc-home.mdx index bb3dc4f397..f8d5b7407b 100644 --- a/src/content/docs/pt-br/homes/doc-home.mdx +++ b/src/content/docs/pt-br/homes/doc-home.mdx @@ -109,6 +109,11 @@ product_cards: description: >- Crie com frameworks e ferramentas poderosas. link: /pt-br/documentacao/produtos/guias/build/visao-geral/ + - icon: /assets/docs/images/uploads/edge-node.svg + title: Armazene + description: >- + Gerencie e processe dados no edge. + link: /pt-br/documentacao/produtos/store/visao-geral/ - icon: /assets/docs/images/uploads/my-domains.svg title: Proteja description: >- @@ -127,7 +132,7 @@ product_cards: - title: 'O que há de novo?' cards: - icon: /assets/docs/images/uploads/icon-changelog.svg - title: Relesae Notes + title: Release Notes description: Mantenha-se atualizado com as últimas mudanças e lançamentos nos produtos e serviços da Azion. link: /pt-br/documentacao/produtos/release-notes/ - icon: /assets/docs/images/uploads/edge-application.svg diff --git a/src/i18n/en/nav.ts b/src/i18n/en/nav.ts index 7846f7d487..10eb90d3da 100644 --- a/src/i18n/en/nav.ts +++ b/src/i18n/en/nav.ts @@ -18,9 +18,10 @@ export default [ { text: 'Go live with Azion', header: true, anchor: true, type: 'learn', slug: '/documentation/products/go-live-with-azion/', key: 'getStarted/goLive' }, { text: 'Visualize metrics', header: true, anchor: true, type: 'learn', slug: '/documentation/products/guides/use-real-time-metrics/', key: 'getStarted/viewMetrics', addBorder: true }, { text: 'Build', header: true, anchor: true, type: 'learn', slug: '/documentation/products/guides/build/overview/', key: 'build', hasLabel: 'menu.journey' }, + { text: 'Store', header: true, anchor: true, type: 'learn', slug: '/documentation/products/store/overview/', key: 'store' }, { text: 'Secure', header: true, anchor: true, type: 'learn', slug: '/documentation/products/secure/overview/', key: 'secure' }, { text: 'Deploy', header: true, anchor: true, type: 'learn', slug: '/documentation/products/deploy/overview/', key: 'deploy' }, - { text: 'Observe', header: true, anchor: true, type: 'learn', slug: 'documentation/products/observe/overview/', key: 'observe' }, + { text: 'Observe', header: true, anchor: true, type: 'learn', slug: '/documentation/products/observe/overview/', key: 'observe' }, { text: 'Configure a domain', header: true, anchor: true, type: 'learn', key: 'configureDomain', slug: '/documentation/products/guides/configure-a-domain/', hasLabel: 'menu.domains' }, { text: 'Create digital certificate', header: true, anchor: true, type: 'learn', slug: '/documentation/products/guides/create-a-digital-certificate/', key: 'certificateDomain' }, { text: 'Point domain to Azion', header: true, anchor: true, type: 'learn', slug: '/documentation/products/guides/point-domain-to-azion/', key: 'pointDomain' }, diff --git a/src/i18n/pt-br/nav.ts b/src/i18n/pt-br/nav.ts index 86cdb1a64a..f2431df248 100644 --- a/src/i18n/pt-br/nav.ts +++ b/src/i18n/pt-br/nav.ts @@ -21,6 +21,7 @@ export default NavDictionary([ { text: 'Build', slug: '/documentacao/produtos/guias/build/visao-geral/', key: 'build' }, + { text: 'Store', slug: '/documentacao/produtos/store/visao-geral/', key: 'store' }, { text: 'Secure', slug: '/documentacao/produtos/secure/visao-geral/', key: 'secure' }, { text: 'Deploy', slug: '/documentacao/produtos/deploy/visao-geral/', key: 'deploy' }, { text: 'Observe', slug: '/documentacao/produtos/observe/visao-geral/', key: 'observe' },