From 0ccb382aaf94b61df77ac27b4d7126091baa47ee Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Tue, 5 May 2026 18:56:18 -0700 Subject: [PATCH] fix: rename platform-overview to .mdx to fix subpath image --- docs/{platform-overview.md => platform-overview.mdx} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) rename docs/{platform-overview.md => platform-overview.mdx} (92%) diff --git a/docs/platform-overview.md b/docs/platform-overview.mdx similarity index 92% rename from docs/platform-overview.md rename to docs/platform-overview.mdx index 43c42ae..c1d219e 100644 --- a/docs/platform-overview.md +++ b/docs/platform-overview.mdx @@ -3,11 +3,17 @@ title: Platform overview description: How Databricks Apps, AppKit, Lakebase, and Agent Bricks fit together. Architecture reference for the Databricks developer stack. --- +import useBaseUrl from "@docusaurus/useBaseUrl"; + # Platform overview Apps, AppKit, Lakebase Postgres, and Agent Bricks are layers of a full-stack Databricks application running inside your workspace. New to building on Databricks? See [Start here](/docs/start-here) first. -Architecture diagram showing Apps containing AppKit, Lakebase, and Agents, with Unity Catalog and AI Gateway as workspace services +Architecture diagram showing Apps containing AppKit, Lakebase, and Agents, with Unity Catalog and AI Gateway as workspace services | Layer | What it is | | --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |