Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/sidebarBlog.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
"path": "/blog/2020/12/21/data-fetching-with-react-server-components"
},
{
"title": "Older posts",
"path": "https://reactjs.org/blog/all.html"
"title": "過去の投稿",
"path": "https://ja.reactjs.org/blog/all.html"
}
]
}
Expand Down
40 changes: 20 additions & 20 deletions src/sidebarHome.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,90 +4,90 @@
"routes": [
{
"hasSectionHeader": true,
"sectionHeader": "GET STARTED"
"sectionHeader": "スタートガイド"
},
{
"title": "Quick Start",
"title": "クイックスタート",
"path": "/learn"
},
{
"title": "Installation",
"title": "インストール",
"path": "/learn/installation"
},
{
"hasSectionHeader": true,
"sectionHeader": "LEARN REACT"
"sectionHeader": "REACT を学ぶ"
},
{
"title": "Describing the UI",
"title": "UI の記述",
"path": "/learn/describing-the-ui"
},
{
"title": "Adding Interactivity",
"title": "インタラクティビティの追加",
"path": "/learn/adding-interactivity"
},
{
"title": "Managing State",
"title": "state の管理",
"path": "/learn/managing-state"
},
{
"title": "Escape Hatches",
"title": "避難ハッチ",
"path": "/learn/escape-hatches"
},
{
"hasSectionHeader": true,
"sectionHeader": "REACT API"
},
{
"title": "Hooks",
"title": "フック",
"path": "/reference/react"
},
{
"title": "Components",
"title": "コンポーネント",
"path": "/reference/react/components"
},
{
"title": "APIs",
"title": "API",
"path": "/reference/react/apis"
},
{
"title": "Legacy APIs",
"title": "レガシー API",
"path": "/reference/react/legacy"
},
{
"hasSectionHeader": true,
"sectionHeader": "REACT DOM API"
},
{
"title": "Components",
"title": "コンポーネント",
"path": "/reference/react-dom/components"
},
{
"title": "APIs",
"title": "API",
"path": "/reference/react-dom"
},
{
"title": "Client APIs",
"title": "クライアント API",
"path": "/reference/react-dom/client"
},
{
"title": "Server APIs",
"title": "サーバ API",
"path": "/reference/react-dom/server"
},
{
"hasSectionHeader": true,
"sectionHeader": "GET INVOLVED"
"sectionHeader": "コミュニティに参加する"
},
{
"title": "React Community",
"title": "React コミュニティ",
"path": "/community"
},
{
"hasSectionHeader": true,
"sectionHeader": "STAY INFORMED"
"sectionHeader": "最新の情報"
},
{
"title": "React Blog",
"title": "React ブログ",
"path": "/blog"
}
]
Expand Down
4 changes: 2 additions & 2 deletions src/sidebarLearn.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"routes": [
{
"hasSectionHeader": true,
"sectionHeader": "GET STARTED"
"sectionHeader": "スタートガイド"
},
{
"title": "クイックスタート",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
{
"hasSectionHeader": true,
"sectionHeader": "LEARN REACT"
"sectionHeader": "REACT を学ぶ"
},
{
"title": "UI の記述",
Expand Down