From 57e70ff4bf2665bf01768dfead46eb3f5a2d10b1 Mon Sep 17 00:00:00 2001 From: ilbertt Date: Wed, 19 Nov 2025 15:58:40 +0100 Subject: [PATCH] docs: fix next button link --- docs/src/content/docs/library-development.mdx | 1 + docs/src/content/docs/quick-start.mdx | 1 + docs/src/content/docs/typescript.mdx | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/src/content/docs/library-development.mdx b/docs/src/content/docs/library-development.mdx index 33ab85046..0ab96a6cd 100644 --- a/docs/src/content/docs/library-development.mdx +++ b/docs/src/content/docs/library-development.mdx @@ -4,6 +4,7 @@ description: Guide for building libraries that depend on @icp-sdk/core prev: false next: label: Agent Module + link: libs/agent --- If you're building a library that depends on `@icp-sdk/core`, there are some specific considerations to ensure your library works correctly with bundlers and provides the best experience for your users. diff --git a/docs/src/content/docs/quick-start.mdx b/docs/src/content/docs/quick-start.mdx index 583de0155..5fba5fa3e 100644 --- a/docs/src/content/docs/quick-start.mdx +++ b/docs/src/content/docs/quick-start.mdx @@ -3,6 +3,7 @@ title: Quick Start description: A quick start guide to using the @icp-sdk/core package. next: label: Agent Module + link: libs/agent --- import { Tabs, TabItem } from '@astrojs/starlight/components'; diff --git a/docs/src/content/docs/typescript.mdx b/docs/src/content/docs/typescript.mdx index 49156b374..e08c8de8c 100644 --- a/docs/src/content/docs/typescript.mdx +++ b/docs/src/content/docs/typescript.mdx @@ -4,6 +4,7 @@ description: Typescript guide for the @icp-sdk/core package. prev: false next: label: Agent Module + link: libs/agent --- This guide covers the basics of using TypeScript with the `@icp-sdk/core` package.