From 178637c5855b59a249c7982ecc6cc32a6c23cdbb Mon Sep 17 00:00:00 2001 From: sholderbach Date: Mon, 7 Apr 2025 11:50:02 +0200 Subject: [PATCH 1/2] Fix sidebar for background job article https://github.com/nushell/nushell.github.io/pull/1826#issuecomment-2780149239 --- .vuepress/configs/sidebar/en.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vuepress/configs/sidebar/en.ts b/.vuepress/configs/sidebar/en.ts index 89bf919f6e8..b67eb896095 100644 --- a/.vuepress/configs/sidebar/en.ts +++ b/.vuepress/configs/sidebar/en.ts @@ -83,7 +83,7 @@ export const sidebarEn: SidebarConfig = { '/book/externs.md', '/book/coloring_and_theming.md', '/book/hooks.md', - '/book/background_task.md', + '/book/background_jobs.md', ], }, { From e0bb27ed54c91ad4f29a01cba62f4ad1f827773b Mon Sep 17 00:00:00 2001 From: sholderbach Date: Mon, 7 Apr 2025 11:54:38 +0200 Subject: [PATCH 2/2] Also fix the German sidebar This refers to the German translation of the old version Pre-builtin jobs --- .vuepress/configs/sidebar/de.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vuepress/configs/sidebar/de.ts b/.vuepress/configs/sidebar/de.ts index 3667f4f9870..b21e72edfbb 100644 --- a/.vuepress/configs/sidebar/de.ts +++ b/.vuepress/configs/sidebar/de.ts @@ -57,7 +57,7 @@ export const sidebarDe: SidebarConfig = { '/de/book/custom_completions', '/de/book/coloring_and_theming', '/de/book/hooks', - '/de/book/background_task.md', + '/de/book/background_jobs.md', ], }, {