docs: add worker mode documentation + improvements (#11812)

This commit is contained in:
Shahed Nasser
2025-03-11 19:12:32 +02:00
committed by GitHub
parent ef66ff8f99
commit 267af9f3f6
10 changed files with 8414 additions and 8168 deletions
+5
View File
@@ -605,6 +605,11 @@ export const sidebars = [
path: "/learn/build",
title: "Build",
},
{
type: "link",
path: "/learn/production/worker-mode",
title: "Worker Mode",
},
{
type: "link",
path: "/learn/deployment",