Skip to content

Commit 9a4df5a

Browse files
committed
docs: extend the API reference main doc
1 parent f63a73b commit 9a4df5a

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

docs/docs/api/index.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,19 @@ This section contains the API reference for the AppKit packages.
44

55
## Modules
66

7-
- [`appkit`](appkit/index.md) - Core library
8-
- [`appkit-ui`](appkit-ui/index.md) - UI components library
7+
- [`appkit`](appkit/index.md) - Core library. Provides the core functionality for building Databricks applications.
8+
- [`appkit-ui`](appkit-ui/index.md) - UI components library. Provides a set of UI primitives for building Databricks apps in [React](https://react.dev/).
9+
10+
## Getting started
11+
12+
To learn how to get started with AppKit, see the [getting started guide](../index.md) for AI-assisted and manual quick start options.
13+
14+
## Installation
15+
16+
To install the AppKit packages into your existing JavaScript/TypeScript project, use `npm` or your package manager of choice:
17+
18+
```bash
19+
npm install @databricks/appkit
20+
npm install @databricks/appkit-ui
21+
```
22+

0 commit comments

Comments
 (0)