-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathDocumentation.yml
More file actions
83 lines (83 loc) · 3.04 KB
/
Documentation.yml
File metadata and controls
83 lines (83 loc) · 3.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
title: "Documentação"
description: "Siga esses passos e se torne um desenvolvedor full stack javascript!"
heading: "Documentação do Nullstack"
tagline: "Siga esses passos e se torne um desenvolvedor full stack javascript!"
topics:
- title: "Sobre o Nullstack"
links:
- title: "O que é Nullstack?"
href: "/pt-br/o-que-e-nullstack"
- title: "Começando"
href: "/pt-br/comecando"
- title: "Principais conceitos"
links:
- title: "Componentes sem estado"
href: "/pt-br/componentes-renderizaveis"
- title: "Componentes com estado"
href: "/pt-br/componentes-com-estado"
- title: "Ciclo de vida full stack"
href: "/pt-br/ciclo-de-vida-full-stack"
- title: "Funções de servidor"
href: "/pt-br/funcoes-de-servidor"
- title: "Contexto"
href: "/pt-br/contexto"
- title: "Vínculo bidirecional"
href: "/pt-br/vinculo-bidirecional"
- title: "Propriedades sublinhadas"
href: "/pt-br/propriedades-sublinhadas"
- title: "Refs"
href: "/pt-br/refs"
- title: "Chaves de contexto"
links:
- title: "Rotas e parâmetros"
href: "/pt-br/rotas-e-parametros"
- title: "Contexto data"
href: "/pt-br/contexto-data"
- title: "Contexto Instances"
href: "/pt-br/contexto-instances"
- title: "Contexto Environment"
href: "/pt-br/contexto-environment"
- title: "Contexto Page"
href: "/pt-br/contexto-page"
- title: "Contexto Project"
href: "/pt-br/contexto-project"
- title: "Contexto Settings"
href: "/pt-br/contexto-settings"
- title: "Contexto Secrets"
href: "/pt-br/contexto-secrets"
- title: "Requisição e resposta do servidor"
href: "/pt-br/requisicao-e-resposta-do-servidor"
- title: "Service Worker"
href: "/pt-br/service-worker"
- title: "Conceitos avançados"
links:
- title: "Proxy"
href: "/pt-br/proxy"
- title: "Inicialização da aplicação"
href: "/pt-br/inicializacao-da-aplicacao"
- title: "Script Runner"
href: "/pt-br/script-runner"
- title: "Componentes Funcionais"
href: "/pt-br/componentes-funcionais"
- title: "Componentes Persistentes"
href: "/pt-br/componentes-persistentes"
- title: "Estilos"
href: "/pt-br/estilos"
- title: "Extensão de arquivo NJS"
href: "/pt-br/extensao-de-arquivo-njs"
- title: "Como customizar o Webpack"
href: "/pt-br/como-customizar-webpack"
- title: "Modos de Construção"
links:
- title: "Renderizando no servidor"
href: "/pt-br/renderizando-no-servidor"
- title: "Geração de sites estáticos"
href: "/pt-br/geracao-de-sites-estaticos"
- title: "Single page applications"
href: "/pt-br/aplicacao-de-pagina-unica"
- title: "Outros"
links:
- title: "Nullstack Logo"
href: "/pt-br/nullstack-logo"
- title: "Como fazer deploy"
href: "/pt-br/como-fazer-deploy-de-aplicacao-nullstack"