|
1 | 1 | { |
2 | | - "title": "Documentazione React", |
| 2 | + "title": "React", |
3 | 3 | "path": "/", |
4 | 4 | "routes": [ |
5 | 5 | { |
|
35 | 35 | "path": "/learn/adding-interactivity" |
36 | 36 | }, |
37 | 37 | { |
38 | | - "title": "Gestione dello State", |
| 38 | + "title": "Gestione dello state", |
39 | 39 | "path": "/learn/managing-state" |
40 | 40 | }, |
41 | 41 | { |
|
47 | 47 | "sectionHeader": "API REACT" |
48 | 48 | }, |
49 | 49 | { |
50 | | - "title": "Hooks", |
| 50 | + "title": "Panoramica della documentazione di React", |
51 | 51 | "path": "/reference/react" |
52 | 52 | }, |
53 | 53 | { |
54 | | - "title": "Componenti", |
| 54 | + "title": "Built-in React Components", |
55 | 55 | "path": "/reference/react/components" |
56 | 56 | }, |
57 | 57 | { |
58 | | - "title": "API", |
| 58 | + "title": "Built-in React APIs", |
59 | 59 | "path": "/reference/react/apis" |
60 | 60 | }, |
61 | 61 | { |
62 | | - "title": "API Legacy", |
| 62 | + "title": "Legacy React APIs", |
63 | 63 | "path": "/reference/react/legacy" |
64 | 64 | }, |
65 | 65 | { |
66 | 66 | "hasSectionHeader": true, |
67 | 67 | "sectionHeader": "API REACT DOM" |
68 | 68 | }, |
69 | 69 | { |
70 | | - "title": "Componenti", |
| 70 | + "title": "React DOM Components", |
71 | 71 | "path": "/reference/react-dom/components" |
72 | 72 | }, |
73 | 73 | { |
74 | | - "title": "API", |
| 74 | + "title": "React DOM APIs", |
75 | 75 | "path": "/reference/react-dom" |
76 | 76 | }, |
77 | 77 | { |
78 | | - "title": "API Client", |
| 78 | + "title": "Client React DOM APIs", |
79 | 79 | "path": "/reference/react-dom/client" |
80 | 80 | }, |
81 | 81 | { |
82 | | - "title": "API Server", |
| 82 | + "title": "Server React DOM APIs", |
83 | 83 | "path": "/reference/react-dom/server" |
84 | 84 | }, |
85 | 85 | { |
86 | 86 | "hasSectionHeader": true, |
87 | 87 | "sectionHeader": "API REACT COMPILER" |
88 | 88 | }, |
89 | 89 | { |
90 | | - "title": "Configurazione", |
| 90 | + "title": "Configuration", |
91 | 91 | "path": "/reference/react-compiler/configuration" |
92 | 92 | }, |
93 | 93 | { |
94 | | - "title": "Direttive", |
| 94 | + "title": "Directives", |
95 | 95 | "path": "/reference/react-compiler/directives" |
96 | 96 | }, |
97 | 97 | { |
98 | | - "title": "Compilare Librerie", |
| 98 | + "title": "Compiling Libraries", |
99 | 99 | "path": "/reference/react-compiler/compiling-libraries" |
100 | 100 | }, |
101 | 101 | { |
102 | 102 | "hasSectionHeader": true, |
103 | 103 | "sectionHeader": "PARTECIPA" |
104 | 104 | }, |
105 | 105 | { |
106 | | - "title": "Community React", |
| 106 | + "title": "React Community", |
107 | 107 | "path": "/community" |
108 | 108 | }, |
109 | 109 | { |
110 | 110 | "hasSectionHeader": true, |
111 | 111 | "sectionHeader": "RESTA AGGIORNATO" |
112 | 112 | }, |
113 | 113 | { |
114 | | - "title": "Blog React", |
| 114 | + "title": "React Blog", |
115 | 115 | "path": "/blog" |
116 | 116 | } |
117 | 117 | ] |
|
0 commit comments