Skip to content

Commit

Permalink
add branc
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Jan 27, 2025
1 parent fbf86c4 commit 097ebb1
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@ If you would like to self-host Plane, please see our [deployment guide](https://
- **Environment Management:** Efficiently handle transitions between dev, test,
staging, and production environments.

## :zap: Trusted by

<p align="center">
<a href="https://wandb.ai">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="./assets/trusted-by/wb-white.svg">
<source media="(prefers-color-scheme: light)" srcset="./assets/trusted-by/wb-black.svg">
<img src="./assets/trusted-by/wb-white.svg" height="40" alt="Ctrlplane">
</picture>
</a>
</p>

## 🛠️ Quick start for contributors

> Development system must have docker engine installed and running.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ export const openapi: Swagger.SwaggerV3 = {
schema: {
type: "object",
properties: {
job: {
type: "object",
},
job: { $ref: "#/components/schemas/Job" },
},
},
},
Expand Down
Binary file added assets/trusted-by/wb-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/trusted-by/wb-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion openapi.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
"type": "object",
"properties": {
"job": {
"type": "object"
"$ref": "#/components/schemas/Job"
}
}
}
Expand Down

0 comments on commit 097ebb1

Please sign in to comment.