This is a React page
-docs directory.
+ Plugin system with lifecycle phases, built-in plugins for common tasks,
+ and full support for custom plugins. Extend at any level.
>
),
},
{
- title: "Powered by React",
- Svg: require("@site/static/img/undraw_docusaurus_react.svg").default,
+ title: "Type-Safe SQL Queries",
+ Icon: CodeIcon,
description: (
<>
- Extend or customize your website layout by reusing React. Docusaurus can
- be extended while reusing the same header and footer.
+ Write Databricks SQL queries and get TypeScript types automatically.
+ Full parameter type safety across your entire stack.
+ >
+ ),
+ },
+ {
+ title: "Built for Humans & AI",
+ Icon: SparklesIcon,
+ description: (
+ <>
+ Designed for both developers and AI agents. Every API is discoverable,
+ self-documenting, and inferable by humans and LLMs alike.
>
),
},
];
-function Feature({ title, Svg, description }: FeatureItem) {
+function Feature({ title, Icon, description }: FeatureItem) {
return (
- {description}
+{description}
{siteConfig.tagline}
++ Node.js + React SDK for Databricks Apps. Built for humans and AI. +