fix(sky-8861): block-output download refresh fallback when artifact_ids are missing (#5675)

This commit is contained in:
Shuchang Zheng 2026-04-26 16:56:39 -07:00 committed by GitHub
parent c2f0581390
commit 2250788de3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
73 changed files with 610 additions and 954 deletions

View file

@ -20,7 +20,7 @@ New to Skyvern? The [homepage](/) covers how Skyvern works under the hood, built
</Tip>
<Note>
Looking to integrate Skyvern into your own app? See the [Quickstart](/developers/getting-started/quickstart) instead.
Looking to integrate Skyvern into your own app? See the [Quickstart](/getting-started/quickstart) instead.
</Note>
## The dashboard
@ -87,7 +87,7 @@ That's it. The next guide walks you through this flow with a real example.
<Card
title="Core Concepts"
icon="book"
href="/developers/getting-started/core-concepts"
href="/getting-started/core-concepts"
>
Understand tasks, workflows, and other foundational concepts
</Card>