Skip to content

Commit b2e77c6

Browse files
committed
chore: regenerate types
1 parent 3edfba3 commit b2e77c6

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

docs/docs/plugins/caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 7
2+
sidebar_position: 8
33
---
44

55
# Caching

docs/docs/plugins/custom-plugins.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
---
2-
sidebar_position: 6
2+
sidebar_position: 7
33
---
44

55
# Creating custom plugins
66

7-
If you need custom API routes or background logic, implement an AppKit plugin.
7+
If you need custom API routes or background logic, implement an AppKit plugin. The fastest way is to use the CLI:
8+
9+
```bash
10+
npx @databricks/appkit plugin create
11+
```
12+
13+
For a deeper understanding of the plugin structure, read on.
814

915
## Basic plugin example
1016

template/appkit.plugins.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,16 @@
2626
"optional": []
2727
}
2828
},
29+
"lakebase": {
30+
"name": "lakebase",
31+
"displayName": "Lakebase",
32+
"description": "SQL query execution against Databricks Lakebase Autoscaling",
33+
"package": "@databricks/appkit",
34+
"resources": {
35+
"required": [],
36+
"optional": []
37+
}
38+
},
2939
"server": {
3040
"name": "server",
3141
"displayName": "Server Plugin",

0 commit comments

Comments
 (0)