This website is built using Docusaurus, a modern static website generator.
Dependencies are installed automatically when running pnpm install from the repository root.
You can also install from the docs/ directory:
pnpm installpnpm devThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
pnpm buildThis command generates static content into the build directory and can be served using any static contents hosting service.
Documentation is published on DevHub. GitHub Pages (databricks.github.io/appkit/) automatically redirects all existing URLs to DevHub via .github/workflows/docs-deploy.yml.
The pnpm build command:
- Runs
docusaurus build— generates HTML,llms.txt, and.mdfiles - Runs
apply-redirects— replaces HTML pages with redirect pages pointing to DevHub
Static files remain served from GitHub Pages: JSON schemas (/schemas/), llms.txt, and .md files (used by npx @databricks/appkit docs for npm-bundled documentation).