From c7ecb08cbd1aef296bb550a7491d47bc99e76a7e Mon Sep 17 00:00:00 2001 From: Alessandro De Blasis Date: Tue, 15 Sep 2026 00:39:06 +0300 Subject: [PATCH 1/3] translate(nav): sidebars Signed-off-by: Alessandro De Blasis --- src/sidebarBlog.json | 4 ++-- src/sidebarCommunity.json | 18 +++++++-------- src/sidebarHome.json | 42 +++++++++++++++++------------------ src/sidebarLearn.json | 24 ++++++++++---------- src/sidebarReference.json | 46 +++++++++++++++++++-------------------- 5 files changed, 67 insertions(+), 67 deletions(-) diff --git a/src/sidebarBlog.json b/src/sidebarBlog.json index 2946180da..2927c68ff 100644 --- a/src/sidebarBlog.json +++ b/src/sidebarBlog.json @@ -4,7 +4,7 @@ "routes": [ { "hasSectionHeader": true, - "sectionHeader": "STAY INFORMED" + "sectionHeader": "RESTA AGGIORNATO" }, { "title": "Blog", @@ -187,7 +187,7 @@ "path": "/blog/2020/12/21/data-fetching-with-react-server-components" }, { - "title": "Older posts", + "title": "Post più vecchi", "path": "https://reactjs.org/blog/all.html" } ] diff --git a/src/sidebarCommunity.json b/src/sidebarCommunity.json index ac8a172d5..8f8682178 100644 --- a/src/sidebarCommunity.json +++ b/src/sidebarCommunity.json @@ -4,7 +4,7 @@ "routes": [ { "hasSectionHeader": true, - "sectionHeader": "GET INVOLVED" + "sectionHeader": "PARTECIPA" }, { "title": "Community", @@ -12,35 +12,35 @@ "skipBreadcrumb": true, "routes": [ { - "title": "React Conferences", + "title": "Conferenze React", "path": "/community/conferences" }, { - "title": "React Meetups", + "title": "Meetup React", "path": "/community/meetups" }, { - "title": "React Videos", + "title": "Video React", "path": "/community/videos" }, { - "title": "Meet the Team", + "title": "Incontra il Team", "path": "/community/team" }, { - "title": "Docs Contributors", + "title": "Contributori alla Documentazione", "path": "/community/docs-contributors" }, { - "title": "Translations", + "title": "Traduzioni", "path": "/community/translations" }, { - "title": "Acknowledgements", + "title": "Ringraziamenti", "path": "/community/acknowledgements" }, { - "title": "Versioning Policy", + "title": "Politica di Versionamento", "path": "/community/versioning-policy" } ] diff --git a/src/sidebarHome.json b/src/sidebarHome.json index aa4760cdd..769f603ba 100644 --- a/src/sidebarHome.json +++ b/src/sidebarHome.json @@ -1,10 +1,10 @@ { - "title": "React Docs", + "title": "Documentazione React", "path": "/", "routes": [ { "hasSectionHeader": true, - "sectionHeader": "GET STARTED" + "sectionHeader": "INIZIA QUI" }, { "title": "Avvio Rapido", @@ -24,7 +24,7 @@ }, { "hasSectionHeader": true, - "sectionHeader": "LEARN REACT" + "sectionHeader": "IMPARA REACT" }, { "title": "Descrivere la UI", @@ -39,79 +39,79 @@ "path": "/learn/managing-state" }, { - "title": "Escape Hatches", + "title": "Soluzioni alternative", "path": "/learn/escape-hatches" }, { "hasSectionHeader": true, - "sectionHeader": "REACT API" + "sectionHeader": "API REACT" }, { "title": "Hooks", "path": "/reference/react" }, { - "title": "Components", + "title": "Componenti", "path": "/reference/react/components" }, { - "title": "APIs", + "title": "API", "path": "/reference/react/apis" }, { - "title": "Legacy APIs", + "title": "API Legacy", "path": "/reference/react/legacy" }, { "hasSectionHeader": true, - "sectionHeader": "REACT DOM API" + "sectionHeader": "API REACT DOM" }, { - "title": "Components", + "title": "Componenti", "path": "/reference/react-dom/components" }, { - "title": "APIs", + "title": "API", "path": "/reference/react-dom" }, { - "title": "Client APIs", + "title": "API Client", "path": "/reference/react-dom/client" }, { - "title": "Server APIs", + "title": "API Server", "path": "/reference/react-dom/server" }, { "hasSectionHeader": true, - "sectionHeader": "REACT COMPILER API" + "sectionHeader": "API REACT COMPILER" }, { - "title": "Configuration", + "title": "Configurazione", "path": "/reference/react-compiler/configuration" }, { - "title": "Directives", + "title": "Direttive", "path": "/reference/react-compiler/directives" }, { - "title": "Compiling Libraries", + "title": "Compilare Librerie", "path": "/reference/react-compiler/compiling-libraries" }, { "hasSectionHeader": true, - "sectionHeader": "GET INVOLVED" + "sectionHeader": "PARTECIPA" }, { - "title": "React Community", + "title": "Community React", "path": "/community" }, { "hasSectionHeader": true, - "sectionHeader": "STAY INFORMED" + "sectionHeader": "RESTA AGGIORNATO" }, { - "title": "React Blog", + "title": "Blog React", "path": "/blog" } ] diff --git a/src/sidebarLearn.json b/src/sidebarLearn.json index 30ffe5039..4440932bf 100644 --- a/src/sidebarLearn.json +++ b/src/sidebarLearn.json @@ -1,10 +1,10 @@ { - "title": "Learn React", + "title": "Impara React", "path": "/learn", "routes": [ { "hasSectionHeader": true, - "sectionHeader": "GET STARTED" + "sectionHeader": "INIZIA QUI" }, { "title": "Avvio Rapido", @@ -47,7 +47,7 @@ "path": "/learn/editor-setup" }, { - "title": "Using TypeScript", + "title": "Usare TypeScript", "path": "/learn/typescript" }, { @@ -62,26 +62,26 @@ "canary": true, "routes": [ { - "title": "Introduction", + "title": "Introduzione", "path": "/learn/react-compiler/introduction" }, { - "title": "Installation", + "title": "Installazione", "path": "/learn/react-compiler/installation" }, { - "title": "Incremental Adoption", + "title": "Adozione Incrementale", "path": "/learn/react-compiler/incremental-adoption" }, { - "title": "Debugging and Troubleshooting", + "title": "Debug e Risoluzione dei Problemi", "path": "/learn/react-compiler/debugging" } ] }, { "hasSectionHeader": true, - "sectionHeader": "LEARN REACT" + "sectionHeader": "IMPARA REACT" }, { "title": "Descrivere la UI", @@ -113,7 +113,7 @@ "path": "/learn/conditional-rendering" }, { - "title": "Rendering Lists", + "title": "Renderizzare Liste", "path": "/learn/rendering-lists" }, { @@ -121,7 +121,7 @@ "path": "/learn/keeping-components-pure" }, { - "title": "Your UI as a Tree", + "title": "La Tua UI come un Albero", "path": "/learn/understanding-your-ui-as-a-tree" } ] @@ -173,7 +173,7 @@ "path": "/learn/reacting-to-input-with-state" }, { - "title": "Scegliere la struttura dello state", + "title": "Scegliere la Struttura dello State", "path": "/learn/choosing-the-state-structure" }, { @@ -240,4 +240,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/src/sidebarReference.json b/src/sidebarReference.json index c03975148..98f2368d7 100644 --- a/src/sidebarReference.json +++ b/src/sidebarReference.json @@ -1,5 +1,5 @@ { - "title": "API Reference", + "title": "Riferimento API", "path": "/reference/react", "routes": [ { @@ -7,7 +7,7 @@ "sectionHeader": "react@{{version}}" }, { - "title": "Overview", + "title": "Panoramica", "path": "/reference/react" }, { @@ -89,7 +89,7 @@ ] }, { - "title": "Components", + "title": "Componenti", "path": "/reference/react/components", "routes": [ { @@ -119,7 +119,7 @@ ] }, { - "title": "APIs", + "title": "API", "path": "/reference/react/apis", "routes": [ { @@ -189,7 +189,7 @@ ] }, { - "title": "Components", + "title": "Componenti", "path": "/reference/react-dom/components", "routes": [ { @@ -243,7 +243,7 @@ ] }, { - "title": "APIs", + "title": "API", "path": "/reference/react-dom", "routes": [ { @@ -285,7 +285,7 @@ ] }, { - "title": "Client APIs", + "title": "API Client", "path": "/reference/react-dom/client", "routes": [ { @@ -299,7 +299,7 @@ ] }, { - "title": "Server APIs", + "title": "API Server", "path": "/reference/react-dom/server", "routes": [ { @@ -329,7 +329,7 @@ ] }, { - "title": "Static APIs", + "title": "API Statiche", "path": "/reference/react-dom/static", "routes": [ { @@ -355,7 +355,7 @@ "sectionHeader": "React Compiler" }, { - "title": "Configuration", + "title": "Configurazione", "path": "/reference/react-compiler/configuration", "routes": [ { @@ -381,7 +381,7 @@ ] }, { - "title": "Directives", + "title": "Direttive", "path": "/reference/react-compiler/directives", "routes": [ { @@ -395,7 +395,7 @@ ] }, { - "title": "Compiling Libraries", + "title": "Compilare Librerie", "path": "/reference/react-compiler/compiling-libraries" }, { @@ -403,7 +403,7 @@ "sectionHeader": "React DevTools" }, { - "title": "React Performance tracks", + "title": "Tracce delle Prestazioni di React", "path": "/reference/dev-tools/react-performance-tracks" }, { @@ -411,7 +411,7 @@ "sectionHeader": "eslint-plugin-react-hooks" }, { - "title": "Lints", + "title": "Regole", "path": "/reference/eslint-plugin-react-hooks", "routes": [ { @@ -488,18 +488,18 @@ }, { "hasSectionHeader": true, - "sectionHeader": "Rules of React" + "sectionHeader": "Regole di React" }, { - "title": "Overview", + "title": "Panoramica", "path": "/reference/rules", "routes": [ { - "title": "Components and Hooks must be pure", + "title": "I Componenti e gli Hook devono essere puri", "path": "/reference/rules/components-and-hooks-must-be-pure" }, { - "title": "React calls Components and Hooks", + "title": "React chiama Componenti e Hook", "path": "/reference/rules/react-calls-components-and-hooks" }, { @@ -513,15 +513,15 @@ "sectionHeader": "React Server Components" }, { - "title": "Server Components", + "title": "Componenti Server", "path": "/reference/rsc/server-components" }, { - "title": "Server Functions", + "title": "Funzioni Server", "path": "/reference/rsc/server-functions" }, { - "title": "Directives", + "title": "Direttive", "path": "/reference/rsc/directives", "routes": [ { @@ -536,10 +536,10 @@ }, { "hasSectionHeader": true, - "sectionHeader": "Legacy APIs" + "sectionHeader": "API Legacy" }, { - "title": "Legacy React APIs", + "title": "API Legacy di React", "path": "/reference/react/legacy", "routes": [ { From abd2a94485aab5437003e2f63d4383fba2051469 Mon Sep 17 00:00:00 2001 From: Alessandro De Blasis Date: Tue, 15 Sep 2026 05:54:06 +0300 Subject: [PATCH 2/3] fix(nav): sync sidebar titles with page frontmatter Match leaf and chapter sidebar labels to each page's title field. Keep section root titles as nav labels (Impara React, Riferimento API). Signed-off-by: Alessandro De Blasis Co-authored-by: Cursor --- src/sidebarBlog.json | 10 ++++---- src/sidebarCommunity.json | 20 +++++++-------- src/sidebarHome.json | 30 +++++++++++----------- src/sidebarLearn.json | 22 ++++++++-------- src/sidebarReference.json | 54 +++++++++++++++++++-------------------- 5 files changed, 67 insertions(+), 69 deletions(-) diff --git a/src/sidebarBlog.json b/src/sidebarBlog.json index 2927c68ff..a1f5f4b9d 100644 --- a/src/sidebarBlog.json +++ b/src/sidebarBlog.json @@ -7,7 +7,7 @@ "sectionHeader": "RESTA AGGIORNATO" }, { - "title": "Blog", + "title": "React Blog", "path": "/blog", "skipBreadcrumb": true, "routes": [ @@ -82,14 +82,14 @@ "path": "/blog/2025/02/14/sunsetting-create-react-app" }, { - "title": "React 19", + "title": "React v19", "titleForHomepage": "React 19", "icon": "blog", "date": "December 05, 2024", "path": "/blog/2024/12/05/react-19" }, { - "title": "React Compiler Beta Release and Roadmap", + "title": "React Compiler Beta Release", "titleForHomepage": "React Compiler Beta Release and Roadmap", "icon": "blog", "date": "October 21, 2024", @@ -110,7 +110,7 @@ "path": "/blog/2024/04/25/react-19" }, { - "title": "React 19 RC Upgrade Guide", + "title": "React 19 Upgrade Guide", "titleForHomepage": "React 19 RC Upgrade Guide", "icon": "blog", "date": "April 25, 2024", @@ -180,7 +180,7 @@ "path": "/blog/2021/06/08/the-plan-for-react-18" }, { - "title": "Introducing Server Components", + "title": "Introducing Zero-Bundle-Size React Server Components", "titleForHomepage": "Introducing Server Components", "icon": "labs", "date": "December 21, 2020", diff --git a/src/sidebarCommunity.json b/src/sidebarCommunity.json index 8f8682178..96b575038 100644 --- a/src/sidebarCommunity.json +++ b/src/sidebarCommunity.json @@ -1,5 +1,5 @@ { - "title": "Community", + "title": "Comunità", "path": "/community", "routes": [ { @@ -7,40 +7,40 @@ "sectionHeader": "PARTECIPA" }, { - "title": "Community", + "title": "React Community", "path": "/community", "skipBreadcrumb": true, "routes": [ { - "title": "Conferenze React", + "title": "React Conferences", "path": "/community/conferences" }, { - "title": "Meetup React", + "title": "React Meetups", "path": "/community/meetups" }, { - "title": "Video React", + "title": "React Videos", "path": "/community/videos" }, { - "title": "Incontra il Team", + "title": "Meet the Team", "path": "/community/team" }, { - "title": "Contributori alla Documentazione", + "title": "Docs Contributors", "path": "/community/docs-contributors" }, { - "title": "Traduzioni", + "title": "Translations", "path": "/community/translations" }, { - "title": "Ringraziamenti", + "title": "Acknowledgements", "path": "/community/acknowledgements" }, { - "title": "Politica di Versionamento", + "title": "Versioning Policy", "path": "/community/versioning-policy" } ] diff --git a/src/sidebarHome.json b/src/sidebarHome.json index 769f603ba..37a594f05 100644 --- a/src/sidebarHome.json +++ b/src/sidebarHome.json @@ -1,5 +1,5 @@ { - "title": "Documentazione React", + "title": "React", "path": "/", "routes": [ { @@ -35,7 +35,7 @@ "path": "/learn/adding-interactivity" }, { - "title": "Gestione dello State", + "title": "Gestione dello state", "path": "/learn/managing-state" }, { @@ -47,19 +47,19 @@ "sectionHeader": "API REACT" }, { - "title": "Hooks", + "title": "Panoramica della documentazione di React", "path": "/reference/react" }, { - "title": "Componenti", + "title": "Built-in React Components", "path": "/reference/react/components" }, { - "title": "API", + "title": "Built-in React APIs", "path": "/reference/react/apis" }, { - "title": "API Legacy", + "title": "Legacy React APIs", "path": "/reference/react/legacy" }, { @@ -67,19 +67,19 @@ "sectionHeader": "API REACT DOM" }, { - "title": "Componenti", + "title": "React DOM Components", "path": "/reference/react-dom/components" }, { - "title": "API", + "title": "React DOM APIs", "path": "/reference/react-dom" }, { - "title": "API Client", + "title": "Client React DOM APIs", "path": "/reference/react-dom/client" }, { - "title": "API Server", + "title": "Server React DOM APIs", "path": "/reference/react-dom/server" }, { @@ -87,15 +87,15 @@ "sectionHeader": "API REACT COMPILER" }, { - "title": "Configurazione", + "title": "Configuration", "path": "/reference/react-compiler/configuration" }, { - "title": "Direttive", + "title": "Directives", "path": "/reference/react-compiler/directives" }, { - "title": "Compilare Librerie", + "title": "Compiling Libraries", "path": "/reference/react-compiler/compiling-libraries" }, { @@ -103,7 +103,7 @@ "sectionHeader": "PARTECIPA" }, { - "title": "Community React", + "title": "React Community", "path": "/community" }, { @@ -111,7 +111,7 @@ "sectionHeader": "RESTA AGGIORNATO" }, { - "title": "Blog React", + "title": "React Blog", "path": "/blog" } ] diff --git a/src/sidebarLearn.json b/src/sidebarLearn.json index 4440932bf..f79965091 100644 --- a/src/sidebarLearn.json +++ b/src/sidebarLearn.json @@ -25,11 +25,11 @@ "path": "/learn/installation", "routes": [ { - "title": "Creare una App React", + "title": "Creating a React App", "path": "/learn/creating-a-react-app" }, { - "title": "Costruire una App React da Zero", + "title": "Build a React app from Scratch", "path": "/learn/build-a-react-app-from-scratch" }, { @@ -43,11 +43,11 @@ "path": "/learn/setup", "routes": [ { - "title": "Setup dell'editor", + "title": "Editor Setup", "path": "/learn/editor-setup" }, { - "title": "Usare TypeScript", + "title": "Using TypeScript", "path": "/learn/typescript" }, { @@ -62,19 +62,19 @@ "canary": true, "routes": [ { - "title": "Introduzione", + "title": "Introduction", "path": "/learn/react-compiler/introduction" }, { - "title": "Installazione", + "title": "Installation", "path": "/learn/react-compiler/installation" }, { - "title": "Adozione Incrementale", + "title": "Incremental Adoption", "path": "/learn/react-compiler/incremental-adoption" }, { - "title": "Debug e Risoluzione dei Problemi", + "title": "Debugging and Troubleshooting", "path": "/learn/react-compiler/debugging" } ] @@ -121,7 +121,7 @@ "path": "/learn/keeping-components-pure" }, { - "title": "La Tua UI come un Albero", + "title": "Understanding Your UI as a Tree", "path": "/learn/understanding-your-ui-as-a-tree" } ] @@ -162,7 +162,7 @@ ] }, { - "title": "Gestione dello State", + "title": "Gestione dello state", "path": "/learn/managing-state", "tags": [ "intermediate" @@ -173,7 +173,7 @@ "path": "/learn/reacting-to-input-with-state" }, { - "title": "Scegliere la Struttura dello State", + "title": "Scegliere la struttura dello state", "path": "/learn/choosing-the-state-structure" }, { diff --git a/src/sidebarReference.json b/src/sidebarReference.json index 98f2368d7..7ccac8680 100644 --- a/src/sidebarReference.json +++ b/src/sidebarReference.json @@ -7,11 +7,11 @@ "sectionHeader": "react@{{version}}" }, { - "title": "Panoramica", + "title": "Panoramica della documentazione di React", "path": "/reference/react" }, { - "title": "Hooks", + "title": "Built-in React Hooks", "path": "/reference/react/hooks", "routes": [ { @@ -89,7 +89,7 @@ ] }, { - "title": "Componenti", + "title": "Built-in React Components", "path": "/reference/react/components", "routes": [ { @@ -119,7 +119,7 @@ ] }, { - "title": "API", + "title": "Built-in React APIs", "path": "/reference/react/apis", "routes": [ { @@ -179,7 +179,7 @@ "sectionHeader": "react-dom@{{version}}" }, { - "title": "Hooks", + "title": "Built-in React DOM Hooks", "path": "/reference/react-dom/hooks", "routes": [ { @@ -189,7 +189,7 @@ ] }, { - "title": "Componenti", + "title": "React DOM Components", "path": "/reference/react-dom/components", "routes": [ { @@ -243,7 +243,7 @@ ] }, { - "title": "API", + "title": "React DOM APIs", "path": "/reference/react-dom", "routes": [ { @@ -285,7 +285,7 @@ ] }, { - "title": "API Client", + "title": "Client React DOM APIs", "path": "/reference/react-dom/client", "routes": [ { @@ -299,7 +299,7 @@ ] }, { - "title": "API Server", + "title": "Server React DOM APIs", "path": "/reference/react-dom/server", "routes": [ { @@ -329,7 +329,7 @@ ] }, { - "title": "API Statiche", + "title": "Static React DOM APIs", "path": "/reference/react-dom/static", "routes": [ { @@ -355,7 +355,7 @@ "sectionHeader": "React Compiler" }, { - "title": "Configurazione", + "title": "Configuration", "path": "/reference/react-compiler/configuration", "routes": [ { @@ -381,21 +381,21 @@ ] }, { - "title": "Direttive", + "title": "Directives", "path": "/reference/react-compiler/directives", "routes": [ { - "title": "\"use memo\"", + "title": "use memo", "path": "/reference/react-compiler/directives/use-memo" }, { - "title": "\"use no memo\"", + "title": "use no memo", "path": "/reference/react-compiler/directives/use-no-memo" } ] }, { - "title": "Compilare Librerie", + "title": "Compiling Libraries", "path": "/reference/react-compiler/compiling-libraries" }, { @@ -403,7 +403,7 @@ "sectionHeader": "React DevTools" }, { - "title": "Tracce delle Prestazioni di React", + "title": "React Performance tracks", "path": "/reference/dev-tools/react-performance-tracks" }, { @@ -411,7 +411,7 @@ "sectionHeader": "eslint-plugin-react-hooks" }, { - "title": "Regole", + "title": "eslint-plugin-react-hooks", "path": "/reference/eslint-plugin-react-hooks", "routes": [ { @@ -450,7 +450,6 @@ "title": "incompatible-library", "path": "/reference/eslint-plugin-react-hooks/lints/incompatible-library" }, - { "title": "preserve-manual-memoization", "path": "/reference/eslint-plugin-react-hooks/lints/preserve-manual-memoization" @@ -463,7 +462,6 @@ "title": "refs", "path": "/reference/eslint-plugin-react-hooks/lints/refs" }, - { "title": "set-state-in-effect", "path": "/reference/eslint-plugin-react-hooks/lints/set-state-in-effect" @@ -491,15 +489,15 @@ "sectionHeader": "Regole di React" }, { - "title": "Panoramica", + "title": "Rules of React", "path": "/reference/rules", "routes": [ { - "title": "I Componenti e gli Hook devono essere puri", + "title": "Components and Hooks must be pure", "path": "/reference/rules/components-and-hooks-must-be-pure" }, { - "title": "React chiama Componenti e Hook", + "title": "React calls Components and Hooks", "path": "/reference/rules/react-calls-components-and-hooks" }, { @@ -513,23 +511,23 @@ "sectionHeader": "React Server Components" }, { - "title": "Componenti Server", + "title": "Server Components", "path": "/reference/rsc/server-components" }, { - "title": "Funzioni Server", + "title": "Server Functions", "path": "/reference/rsc/server-functions" }, { - "title": "Direttive", + "title": "Directives", "path": "/reference/rsc/directives", "routes": [ { - "title": "'use client'", + "title": "use client", "path": "/reference/rsc/use-client" }, { - "title": "'use server'", + "title": "use server", "path": "/reference/rsc/use-server" } ] @@ -539,7 +537,7 @@ "sectionHeader": "API Legacy" }, { - "title": "API Legacy di React", + "title": "Legacy React APIs", "path": "/reference/react/legacy", "routes": [ { From d865bf72e25a3ba9d1d1f13c38453447636b033d Mon Sep 17 00:00:00 2001 From: Alessandro De Blasis Date: Tue, 15 Sep 2026 08:20:13 +0300 Subject: [PATCH 3/3] fix(nav): address review issues in sidebar titles Signed-off-by: Alessandro De Blasis Co-authored-by: Cursor --- src/sidebarBlog.json | 4 ++-- src/sidebarReference.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/sidebarBlog.json b/src/sidebarBlog.json index a1f5f4b9d..1f9321a4a 100644 --- a/src/sidebarBlog.json +++ b/src/sidebarBlog.json @@ -7,7 +7,7 @@ "sectionHeader": "RESTA AGGIORNATO" }, { - "title": "React Blog", + "title": "Blog", "path": "/blog", "skipBreadcrumb": true, "routes": [ @@ -187,7 +187,7 @@ "path": "/blog/2020/12/21/data-fetching-with-react-server-components" }, { - "title": "Post più vecchi", + "title": "Older posts", "path": "https://reactjs.org/blog/all.html" } ] diff --git a/src/sidebarReference.json b/src/sidebarReference.json index 7ccac8680..11bd96a0a 100644 --- a/src/sidebarReference.json +++ b/src/sidebarReference.json @@ -523,11 +523,11 @@ "path": "/reference/rsc/directives", "routes": [ { - "title": "use client", + "title": "'use client'", "path": "/reference/rsc/use-client" }, { - "title": "use server", + "title": "'use server'", "path": "/reference/rsc/use-server" } ]