Skip to content

Commit

Permalink
Fix sidebar of Ja book
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Jan 11, 2024
1 parent 6e3d4ed commit 8da9c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vuepress/configs/sidebar/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const sidebarJa: SidebarConfig = {
children: [
'/ja/book/installation.md',
'/book/default_shell.md',
'/ja/book/quick_tour.md',
'/book/quick_tour.md',
'/ja/book/moving_around.md',
'/book/thinking_in_nu.md',
'/book/cheat_sheet.md',
Expand All @@ -28,7 +28,7 @@ export const sidebarJa: SidebarConfig = {
children: [
'/ja/book/types_of_data.md',
'/ja/book/loading_data.md',
'/ja/book/pipelines.md',
'/ja/book/pipeline.md',
'/book/working_with_strings.md',
'/book/working_with_lists.md',
'/ja/book/working_with_tables.md',
Expand Down

0 comments on commit 8da9c82

Please sign in to comment.