Skip to content

Commit 89f026c

Browse files
authored
feat: remove legacy library from homepage (#155)
It's been a while the portal is online and people are already aware of the new libraries. We still have the banner on top of the page that can help people knowing about the new library and the upgrade guide.
1 parent 339cd35 commit 89f026c

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

docs/src/content/docs/index.mdx

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,23 +32,6 @@ import { Card, CardGrid, LinkButton } from "@astrojs/starlight/components";
3232
</div>
3333
</Card>
3434

35-
<Card title="Agent JS (Legacy)">
36-
The <code>@dfinity/agent</code> and related packages are no longer actively
37-
maintained. Please migrate to the new <code>@icp-sdk/core</code>
38-
package.
39-
40-
<div>
41-
<LinkButton
42-
href="/core/v3.2"
43-
variant="minimal"
44-
icon="right-caret"
45-
iconPlacement="start"
46-
>
47-
View legacy <code class="dfn-text-highlight">@dfinity/agent</code> docs
48-
</LinkButton>
49-
</div>
50-
</Card>
51-
5235
<Card title="ICP JS SDK Auth">
5336
Authenticate users on ICP web apps.
5437

0 commit comments

Comments
 (0)