这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/docs/core-concepts/running-tasks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ some best-effort checking to produce an error in the recursion situations, but i
opt in those tasks which don't themselves trigger a `turbo` run that would recurse.

<Callout type="idea" icon={<HeartIcon className="h-5 w-5 mt-1 text-gray-400" aria-hidden="true" />}>
Turborepo's Pipeline API design and this page of documentation was inspired by [Microsoft's Lage project](https://microsoft.github.io/lage/docs/Guide/pipeline#defining-a-pipeline).
Turborepo's Pipeline API design and this page of documentation was inspired by [Microsoft's Lage project](https://microsoft.github.io/lage/docs/Tutorial/pipeline#defining-a-pipeline).
Shoutout to [Kenneth Chau](https://twitter.com/kenneth_chau) for the idea of fanning out tasks in such a concise and elegant way.
</Callout>

Expand Down