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 marketing digital and move deploy to static #329

Merged
merged 19 commits into from
Sep 20, 2024
49 changes: 49 additions & 0 deletions _data/guides/pt_BR/marketing-digital.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: Marketing Digital
tags:
- marketing
expertise:
- name: Marketing Digital
cards:
- exploring-digital-marketing-concepts:
priority: 10
- branding:
priority: 10
- digital-marketing-plan:
priority: 10
- seo:
priority: 10
- name: Marketing Digital Mid
cards:
- social-commerce:
priority: 9
# - marketplace:
# priority: 9
# - analysis-of-metrics-for-ecommerce:
# priority: 9
omariosouto marked this conversation as resolved.
Show resolved Hide resolved
- name: Marketing Digital in depth
cards:
- inbound-marketing:
priority: 8
# - viral-marketing:
# priority: 8
# - email-marketing:
# priority: 8
collaboration:
- name: Análise e estratégia de dados
cards:
- data-driven-ux:
priority: 10
# - customer-journey:
# priority: 10
# - customer-success:
# priority: 10
# - roadmap:
# priority: 10
- name: Business Agility
cards:
- agile-management:
priority: 9
# - lean-agile-beyond-it:
# priority: 9
# - agile-metrics:
# priority: 9
49 changes: 49 additions & 0 deletions _data/guides/pt_BR/vendas.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: Vendas
tags:
- Vendas
expertise:
- name: Vendas
cards:
- sales-in-the-digital-age:
priority: 10
# - portfolio-management:
# priority: 10
# - customer-success:
# priority: 10
# - social-selling:
# priority: 10
- name: Vendas Mid
cards:
- techniques-to-improve-market-learning:
priority: 9
# - customer-prospecting:
# priority: 9
# - understanding-customer-needs:
# priority: 9
- name: Vendas in depth
cards:
- outbound-marketing:
priority: 8
# - solution-and-proposal:
# priority: 8
# - powerful-questions:
# priority: 8
collaboration:
- name: Empreendedorismo
cards:
- social-innovation-and-entrepreneurship:
priority: 10
# - idea-to-business-plan:
# priority: 10
# - business-model-canvas:
# priority: 10
# - roadmap:
# priority: 10
- name: Product Management
cards:
- product-management-fundamentals:
priority: 9
# - product-discovery:
# priority: 9
# - digital-product-management:
# priority: 9
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ const nextConfig = {
styledComponents: true,
},
experimental: {
largePageDataBytes: 400 * 1000,
largePageDataBytes: 300 * 1000,
},
staticPageGenerationTimeout: 60 * 10,
staticPageGenerationTimeout: 60 * 5,
async redirects() {
return redirects;
},
Expand Down
Loading