Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 473 Bytes

File metadata and controls

30 lines (19 loc) · 473 Bytes

DevHub

DevHub (dev.databricks.com) is the developer site for building on Databricks.

It provides:

  • practical guides for Databricks products
  • reference docs and API docs
  • tooling and recipe-style templates to speed up development

Tech Stack

This site is built with Docusaurus and TypeScript.

Local Development

npm install
npm run dev

Build

npm run build

Contributing

See CONTRIBUTING.md for the contribution workflow.