Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions docs/src/content/docs/library-development.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/src/content/docs/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
1 change: 1 addition & 0 deletions docs/src/content/docs/typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading