Skip to content

Commit

Permalink
fix:adapt-sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
kenken714 committed Oct 10, 2024
1 parent ea5c685 commit 4bb306d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const section1SidebarItems: DefaultTheme.SidebarItem[] = [
{ text: '環境構築 (windows)', link: '/chapter1/section1/0_setup-windows' },
{ text: '環境構築 (macOS)', link: '/chapter1/section1/1_setup-unix' },
{
text: 'Go で Hello World',
text: 'Rust で Hello World',
link: '/chapter1/section1/2_hello-world'
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export const section4SidebarItems: DefaultTheme.SidebarItem[] = [
link: '/chapter1/section4/2_sql_exercise'
},
{
text: 'Goでデータベースを扱う',
link: '/chapter1/section4/3_go_and_db'
text: 'Rustでデータベースを扱う',
link: '/chapter1/section4/3_rust_and_db'
},
{
text: 'サーバーからデータベースを扱う',
Expand Down
File renamed without changes.

0 comments on commit 4bb306d

Please sign in to comment.