Skip to content

Commit 837ec89

Browse files
committed
chore: rename App Kit to AppKit
1 parent 554d9bb commit 837ec89

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

docs/docs/core-concepts/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"position": 2,
44
"link": {
55
"type": "generated-index",
6-
"description": "Learn about the fundamental concepts and principles behind App Kit."
6+
"description": "Learn about the fundamental concepts and principles behind AppKit."
77
}
88
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Principles
22

33
## 1. Highly Opinionated
4-
App Kit must provide a clear path with best practices for building Databricks
4+
AppKit must provide a clear path with best practices for building Databricks
55
applications. We provide strong defaults, with advanced customization when needed.
66
## 2. Built for Application Use Cases
77
This SDK is for application development, not infrastructure management.
@@ -11,7 +11,7 @@
1111
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.
1212
## 4. Zero-Trust Security
1313
Minimize exposed surface area, fail safely by default, and validate all inputs.
14-
App Kit must always have a zero-trust mindset.
14+
AppKit must always have a zero-trust mindset.
1515
## 5. Optimized for Humans and AI
1616
Developers and LLMs both use this SDK. Every API must be discoverable,
1717
self-documenting, and inferable by both types of users. Test with both.
@@ -20,5 +20,5 @@
2020
shipped must be production-ready. Observability, reliability, and scalability
2121
since day one.
2222
## 7. Layered Extensibility
23-
App Kit 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.
23+
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.
2424

docs/docusaurus.config.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type * as Preset from "@docusaurus/preset-classic";
55
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
66

77
const config: Config = {
8-
title: "App Kit",
8+
title: "AppKit",
99
tagline: "Node.js + React SDK for Databricks Apps. Built for humans and AI.",
1010
favicon: "img/favicon.ico",
1111

@@ -15,10 +15,10 @@ const config: Config = {
1515
},
1616

1717
url: "https://databricks.github.io",
18-
baseUrl: "/app-kit/",
18+
baseUrl: "/appkit/",
1919

2020
organizationName: "databricks",
21-
projectName: "app-kit",
21+
projectName: "appkit",
2222

2323
onBrokenLinks: "throw",
2424

@@ -36,7 +36,7 @@ const config: Config = {
3636
{
3737
docs: {
3838
sidebarPath: "./sidebars.ts",
39-
editUrl: "https://github.com/databricks/app-kit/edit/main/docs/",
39+
editUrl: "https://github.com/databricks/appkit/edit/main/docs/",
4040
versions: {
4141
current: {
4242
label: `Unreleased 🚧`,
@@ -77,9 +77,9 @@ const config: Config = {
7777
},
7878
],
7979
navbar: {
80-
title: "App Kit",
80+
title: "AppKit",
8181
logo: {
82-
alt: "App Kit",
82+
alt: "AppKit",
8383
src: "img/logo.png",
8484
},
8585
items: [
@@ -100,7 +100,7 @@ const config: Config = {
100100
// position: "right",
101101
// },
102102
{
103-
href: "https://github.com/databricks/app-kit",
103+
href: "https://github.com/databricks/appkit",
104104
label: "GitHub",
105105
position: "right",
106106
},
@@ -127,7 +127,7 @@ const config: Config = {
127127
},
128128
{
129129
label: "GitHub",
130-
href: "https://github.com/databricks/app-kit",
130+
href: "https://github.com/databricks/appkit",
131131
},
132132
],
133133
},

docs/src/pages/contributing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Contributing
22

3-
App Kit is an [Apache 2.0 licensed](https://github.com/databricks/app-kit/blob/main/LICENSE) licensed and accepts contributions via GitHub pull requests.
3+
AppKit is an [Apache 2.0 licensed](https://github.com/databricks/appkit/blob/main/LICENSE) licensed and accepts contributions via GitHub pull requests.
44

55
## Code Contributions
66

7-
Follow our [contribution guidelines](https://github.com/databricks/app-kit/blob/main/CONTRIBUTING.md) for code contributions, setup instructions, and DCO requirements.
7+
Follow our [contribution guidelines](https://github.com/databricks/appkit/blob/main/CONTRIBUTING.md) for code contributions, setup instructions, and DCO requirements.
88

9-
Before contributing, review our [Core Principles](/docs/core-concepts/principles) to understand App Kit's design philosophy and guiding principles.
9+
Before contributing, review our [Core Principles](/docs/core-concepts/principles) to understand AppKit's design philosophy and guiding principles.
1010

1111
## Documentation Contributions
1212

13-
See the [docs README](https://github.com/databricks/app-kit/blob/main/docs/README.md) for documentation-specific contribution guidelines and local development setup.
13+
See the [docs README](https://github.com/databricks/appkit/blob/main/docs/README.md) for documentation-specific contribution guidelines and local development setup.
1414

0 commit comments

Comments
 (0)