docs: add best practices doc for third-party syncing (#14203)

* docs: add best practices doc for third-party syncing

* small fix
This commit is contained in:
Shahed Nasser
2025-12-03 15:47:41 +02:00
committed by GitHub
parent 471ab72ecb
commit 2087c8d155
7 changed files with 2772 additions and 307 deletions
@@ -110,7 +110,7 @@ const helloWorldWorkflow = createWorkflow(
{ id: "123" },
{ id: "456" },
{ id: "789" },
]
],
})
}
)