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
17 changes: 0 additions & 17 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,6 @@ import { Card, CardGrid, LinkButton } from "@astrojs/starlight/components";
</div>
</Card>

<Card title="Agent JS (Legacy)">
The <code>@dfinity/agent</code> and related packages are no longer actively
maintained. Please migrate to the new <code>@icp-sdk/core</code>
package.

<div>
<LinkButton
href="/core/v3.2"
variant="minimal"
icon="right-caret"
iconPlacement="start"
>
View legacy <code class="dfn-text-highlight">@dfinity/agent</code> docs
</LinkButton>
</div>
</Card>

<Card title="ICP JS SDK Auth">
Authenticate users on ICP web apps.

Expand Down