Skip to content

Commit 153b926

Browse files
authored
Fix sidebar for background job article (#1864)
* Fix sidebar for background job article #1826 (comment) * Also fix the German sidebar This refers to the German translation of the old version Pre-builtin jobs
1 parent ce38a4b commit 153b926

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vuepress/configs/sidebar/de.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const sidebarDe: SidebarConfig = {
5757
'/de/book/custom_completions',
5858
'/de/book/coloring_and_theming',
5959
'/de/book/hooks',
60-
'/de/book/background_task.md',
60+
'/de/book/background_jobs.md',
6161
],
6262
},
6363
{

.vuepress/configs/sidebar/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const sidebarEn: SidebarConfig = {
8383
'/book/externs.md',
8484
'/book/coloring_and_theming.md',
8585
'/book/hooks.md',
86-
'/book/background_task.md',
86+
'/book/background_jobs.md',
8787
],
8888
},
8989
{

0 commit comments

Comments
 (0)