Skip to content

Commit

Permalink
[EDU-4511] Add store journey to docs menu (#1294)
Browse files Browse the repository at this point in the history
* feat: add store journey to docs menu

* fix: translate card title

* fix: reorder journeys
  • Loading branch information
guiafonso-ol authored Oct 3, 2024
1 parent fec6e17 commit 1000ddb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/content/docs/en/homes/home-docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down
7 changes: 6 additions & 1 deletion src/content/docs/pt-br/homes/doc-home.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion src/i18n/en/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down
1 change: 1 addition & 0 deletions src/i18n/pt-br/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit 1000ddb

Please sign in to comment.