Skip to content

i18n/en-US/components/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ topics:
99
href: "/stateless-components"
1010
- title: "Stateful components"
1111
href: "/stateful-components"
12-
- title: "Full-stack lifecycle"
12+
- title: "Full stack lifecycle"
1313
href: "/full-stack-lifecycle"
1414
- title: "Server functions"
1515
href: "/server-functions"

i18n/en-US/components/Header.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ links:
1313
action:
1414
title: "Get Started"
1515
href: "/getting-started"
16+
search:
17+
title: "Search"
1618
language:
1719
title: "Português"
1820
href: "/pt-br"

i18n/en-US/components/Home.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
title: "Feature-Driven Fullstack JavaScript Components"
2-
description: "Nullstack is a Feature-Driven fullstack JavaScript framework that helps you build isomorphic applications and stay focused on shipping products to production"
1+
title: "Feature-Driven Full Stack JavaScript Components"
2+
description: "Nullstack is a feature-driven full stack JavaScript framework that helps you build isomorphic applications and stay focused on shipping products to production"
33
hero:
44
heading: "Feature-Driven"
5-
subHeading: "Fullstack JavaScript Components"
5+
subHeading: "Full Stack JavaScript Components"
66
descriptions:
77
- "Write the backend and frontend of a feature in a single
88
component and let the framework decide where the code should run."
@@ -37,7 +37,7 @@ features:
3737
snippet: "GlueCode"
3838
image: "/illustrations/nulla-glue.webp"
3939
text:
40-
"A full-stack Lifecycle combined with a feature-driven mindset allows
40+
"A full stack lifecycle combined with a feature-driven mindset allows
4141
you to write clean and reusable code without the need to create APIs
4242
manually."
4343
- title: "Become a programmer less dependent on gimmicks"

i18n/en-US/components/Search.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
title: "Search in the documentation"
2+
close: "close"
3+
empty: "No results found for the term"
4+
placeholder: "What are you looking for?"

i18n/pt-BR/articles/ciclo-de-vida-full-stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Ciclo de Vida Full-Stack
2+
title: Ciclo de Vida Full Stack
33
description: Métodos de ciclo de vida são funções nomeadas de forma especial que você pode declarar na classe
44
---
55

0 commit comments

Comments
 (0)