Skip to content

Commit 71e8ec5

Browse files
committed
chore: roll out Xberg brand banner and migrate contact emails
1 parent 3ba1f2d commit 71e8ec5

8 files changed

Lines changed: 34 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ Run `prek run --all-files` to validate formatting, linting, and type checking ac
7979
## Contact
8080

8181
- Issues: <https://github.com/xberg-io/sdks/issues>
82-
- Email: <contact@kreuzberg.dev>
82+
- Email: <contact@xberg.io>
8383
- Discord: <https://discord.gg/xt9WY3GnKR>

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<p align="center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/xberg-io/assets@v1/banner/readme-banner-dark.svg">
4+
<img alt="Xberg" width="420" src="https://cdn.jsdelivr.net/gh/xberg-io/assets@v1/banner/readme-banner-light.svg">
5+
</picture>
6+
</p>
7+
18
# kreuzberg-cloud-sdk
29

310
<div align="center">

packages/dart/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<p align="center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/xberg-io/assets@v1/banner/readme-banner-dark.svg">
4+
<img alt="Xberg" width="420" src="https://cdn.jsdelivr.net/gh/xberg-io/assets@v1/banner/readme-banner-light.svg">
5+
</picture>
6+
</p>
7+
18
# kreuzberg_cloud_sdk
29

310
Official Dart client SDK for the [Xberg Enterprise][cloud] document extraction API.
@@ -166,7 +173,7 @@ MIT — see `LICENSE`.
166173

167174
---
168175

169-
Built and maintained by [Kreuzberg, Inc.](https://xberg.io)`contact@kreuzberg.dev`.
176+
Built and maintained by [Kreuzberg, Inc.](https://xberg.io)`contact@xberg.io`.
170177
Cross-language SDKs available in [Python](https://pypi.org/project/kreuzberg-cloud-sdk/),
171178
[TypeScript](https://www.npmjs.com/package/@kreuzberg/cloud), and
172179
[Go](https://github.com/xberg-io/sdks/tree/main/packages/go/v1).

packages/python/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<p align="center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/xberg-io/assets@v1/banner/readme-banner-dark.svg">
4+
<img alt="Xberg" width="420" src="https://cdn.jsdelivr.net/gh/xberg-io/assets@v1/banner/readme-banner-light.svg">
5+
</picture>
6+
</p>
7+
18
# kreuzberg-cloud-sdk
29

310
<div align="center">

packages/python/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ readme = "README.md"
1010
keywords = [ "client", "cloud", "document-extraction", "kreuzberg", "openapi", "sdk" ]
1111
license = "MIT"
1212
license-files = [ "LICENSE" ]
13-
maintainers = [ { name = "Kreuzberg, Inc.", email = "contact@kreuzberg.dev" } ]
14-
authors = [ { name = "Kreuzberg, Inc.", email = "contact@kreuzberg.dev" } ]
13+
maintainers = [ { name = "Kreuzberg, Inc.", email = "contact@xberg.io" } ]
14+
authors = [ { name = "Kreuzberg, Inc.", email = "contact@xberg.io" } ]
1515
requires-python = ">=3.10"
1616
classifiers = [
1717
"Development Status :: 3 - Alpha",

packages/typescript/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<p align="center">
2+
<picture>
3+
<source media="(prefers-color-scheme: dark)" srcset="https://cdn.jsdelivr.net/gh/xberg-io/assets@v1/banner/readme-banner-dark.svg">
4+
<img alt="Xberg" width="420" src="https://cdn.jsdelivr.net/gh/xberg-io/assets@v1/banner/readme-banner-light.svg">
5+
</picture>
6+
</p>
7+
18
# @kreuzberg/cloud
29

310
<div align="center">

packages/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.3.1",
44
"description": "Official TypeScript client for the Xberg Enterprise document-processing API.",
55
"license": "MIT",
6-
"author": "Kreuzberg, Inc. <contact@kreuzberg.dev>",
6+
"author": "Kreuzberg, Inc. <contact@xberg.io>",
77
"homepage": "https://enterprise.xberg.io",
88
"repository": {
99
"type": "git",

spec/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
contact:
66
name: Xberg Enterprise
77
url: https://enterprise.xberg.io
8-
email: support@kreuzberg.cloud
8+
email: contact@xberg.io
99
license:
1010
name: BUSL-1.1
1111
version: 1.0.0

0 commit comments

Comments
 (0)