From c1a9a3484cbf79c4e3befde6b3438fec8f586ef6 Mon Sep 17 00:00:00 2001 From: Pawel Kosiec Date: Thu, 23 Apr 2026 11:50:36 +0200 Subject: [PATCH] docs: fix Model Serving plugin naming for consistency Rename serving.md to model-serving.md and update the heading to "Model Serving plugin" to match the manifest displayName and the official Databricks product name. Signed-off-by: Pawel Kosiec --- docs/docs/faq.md | 2 +- docs/docs/plugins/{serving.md => model-serving.md} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/docs/plugins/{serving.md => model-serving.md} (99%) diff --git a/docs/docs/faq.md b/docs/docs/faq.md index b3fd50e1..41667cae 100644 --- a/docs/docs/faq.md +++ b/docs/docs/faq.md @@ -16,7 +16,7 @@ AppKit provides built-in integrations with the following Databricks services via | [Lakebase](./plugins/lakebase) | Lakebase Autoscaling (PostgreSQL) | Relational database access via standard pg.Pool with automatic OAuth token refresh | | [Genie](./plugins/genie) | AI/BI Genie Spaces | Natural language data queries with conversation management and streaming | | [Files](./plugins/files) | Unity Catalog Volumes | Multi-volume file operations (list, read, upload, download, delete, preview) | -| [Serving](./plugins/serving) | Model Serving | Authenticated proxy to Model Serving endpoints with invoke and streaming support | +| [Model Serving](./plugins/model-serving) | Model Serving | Authenticated proxy to Model Serving endpoints with invoke and streaming support | | [Server](./plugins/server) | N/A | Express HTTP server with static file serving, Vite dev mode, and plugin route injection | Stay tuned for new plugins as we constantly expand integrations! diff --git a/docs/docs/plugins/serving.md b/docs/docs/plugins/model-serving.md similarity index 99% rename from docs/docs/plugins/serving.md rename to docs/docs/plugins/model-serving.md index e2ee052b..00f60245 100644 --- a/docs/docs/plugins/serving.md +++ b/docs/docs/plugins/model-serving.md @@ -2,7 +2,7 @@ sidebar_position: 7 --- -# Serving plugin +# Model Serving plugin Provides an authenticated proxy to [Databricks Model Serving](https://docs.databricks.com/aws/en/machine-learning/model-serving) endpoints, with invoke and streaming support.