Skip to content

Commit 280e89e

Browse files
committed
docs: describe how to connect an AppKit app with Lakebase
1 parent 884ae23 commit 280e89e

File tree

18 files changed

+593
-474
lines changed

18 files changed

+593
-474
lines changed

docs/docs/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The backend SDK that provides the plugin architecture and core functionality. It
4747
- Cache management and streaming capabilities
4848
- Type generation for SQL queries
4949

50-
See the [Plugins](./plugins.md) and [API reference](./api/appkit/) documentation for detailed information.
50+
See the [Plugins](./plugins/index.md) and [API reference](./api/appkit/) documentation for detailed information.
5151

5252
### @databricks/appkit-ui
5353

@@ -87,7 +87,7 @@ Integration with Databricks services:
8787

8888
## See also
8989

90-
- [Plugins](./plugins.md): Deep dive into the plugin system
90+
- [Plugins](./plugins/index.md): Deep dive into the plugin system
9191
- [API reference](./api/): Complete API documentation
9292
- [Development](./development/): Explore development workflows
9393
- [Core Principles](./core-principles.md): Learn about AppKit's design philosophy

docs/docs/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ For advanced Databricks Apps configuration (authorization, networking, resource
142142
## See also
143143

144144
- [App management](./app-management.mdx) - Deploying and managing apps
145-
- [Plugins](./plugins.md) - Plugin configuration options
145+
- [Plugins](./plugins/index.md) - Plugin configuration options

docs/docs/development/project-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,4 +232,4 @@ Then create `config/queries/` and add your `.sql` files.
232232

233233
- [Local development](./local-development.mdx) - Running the dev server
234234
- [Configuration](../configuration.mdx) - Environment variables
235-
- [Plugins](../plugins.md) - Plugin configuration
235+
- [Plugins](../plugins/index.md) - Plugin configuration

docs/docs/development/type-generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ data?.forEach(row => {
104104

105105
## See also
106106

107-
- [Plugins](../plugins.md) - Analytics plugin configuration
107+
- [Plugins](../plugins/index.md) - Analytics plugin configuration
108108
- [API Reference](/docs/api/appkit-ui) - Complete UI components API documentation

0 commit comments

Comments
 (0)