docs: revise last chapters of customizations (#10480)

This commit is contained in:
Shahed Nasser
2024-12-06 17:56:27 +02:00
committed by GitHub
parent 21b0e0c26b
commit a76b533604
8 changed files with 450 additions and 339 deletions
@@ -124,7 +124,7 @@ You can now create the workflow that runs the `createBrandStep`. A workflow is c
Add the following content in the same `src/workflows/create-brand.ts` file:
```ts
```ts title="src/workflows/create-brand.ts"
// other imports...
import {
// ...