Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pnpm install
## Local Development

```bash
pnpm start
pnpm dev
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Expand Down
12 changes: 0 additions & 12 deletions docs/blog/2019-05-28-first-blog-post.md

This file was deleted.

44 changes: 0 additions & 44 deletions docs/blog/2019-05-29-long-blog-post.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/blog/2021-08-01-mdx-blog-post.mdx

This file was deleted.

Binary file not shown.
29 changes: 0 additions & 29 deletions docs/blog/2021-08-26-welcome/index.md

This file was deleted.

25 changes: 0 additions & 25 deletions docs/blog/authors.yml

This file was deleted.

19 changes: 0 additions & 19 deletions docs/blog/tags.yml

This file was deleted.

8 changes: 8 additions & 0 deletions docs/docs/core-concepts/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Core Concepts",
"position": 2,
"link": {
"type": "generated-index",
"description": "Learn about the fundamental concepts and principles behind AppKit."
}
}
23 changes: 12 additions & 11 deletions principles.md → docs/docs/core-concepts/principles.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
SDK Core Principles
1. Highly Opinionated
The SDK must provide a clear path with best practices for building Databricks
# Principles

## 1. Highly Opinionated
AppKit must provide a clear path with best practices for building Databricks
applications. We provide strong defaults, with advanced customization when needed.
2. Built for Application Use Cases
## 2. Built for Application Use Cases
This SDK is for application development, not infrastructure management.
Databricks' internal implementation details must be abstracted. We're building an
application SDK, not a service wrapper.
3. Delightful Developer Experience
## 3. Delightful Developer Experience
Every interface, doc, example, tool, and implementation must provide developer joy. Combined with the Highly Opinionated principle, this creates a true plug-and-play experience.
4. Zero-Trust Security
## 4. Zero-Trust Security
Minimize exposed surface area, fail safely by default, and validate all inputs.
The SDK must always have a zero-trust mindset.
5. Optimized for Humans and AI
AppKit must always have a zero-trust mindset.
## 5. Optimized for Humans and AI
Developers and LLMs both use this SDK. Every API must be discoverable,
self-documenting, and inferable by both types of users. Test with both.
6. Production-Ready from Day One
## 6. Production-Ready from Day One
Even the smallest feature can be used by enterprise users, so everything
shipped must be production-ready. Observability, reliability, and scalability
since day one.
7. Layered Extensibility
The SDK provides high-level plugins, low-level primitives, and extension points for custom plugins. It integrates into any application architecture and never blocks your path forward.
## 7. Layered Extensibility
AppKit provides high-level plugins, low-level primitives, and extension points for custom plugins. It integrates into any application architecture and never blocks your path forward.

13 changes: 13 additions & 0 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
sidebar_position: 1
---

# Getting started

## Introduction

## Installation

## Usage

## Deployment
47 changes: 0 additions & 47 deletions docs/docs/intro.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/docs/tutorial-basics/_category_.json

This file was deleted.

23 changes: 0 additions & 23 deletions docs/docs/tutorial-basics/congratulations.md

This file was deleted.

34 changes: 0 additions & 34 deletions docs/docs/tutorial-basics/create-a-blog-post.md

This file was deleted.

Loading