Skip to content

Commit

Permalink
refactor(docs): 🎉 update readme and assets
Browse files Browse the repository at this point in the history
  • Loading branch information
gokhangunduz committed Dec 11, 2023
1 parent 87a9bd5 commit 142a603
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 64 deletions.
36 changes: 0 additions & 36 deletions 000-default.conf

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ _Visualization_
![Robolaunch UI](./docs/assets/dev-suite.png)
_Development-Suite_

![Robolaunch UI](./docs/assets/rc-dashboard.png)
_Regions-Dashboard_
![Robolaunch UI](./docs/assets/ci-dashboard.png)
_Instance-Dashboard_

![Robolaunch UI](./docs/assets/remote-desktop.png)
_Remote-Desktop_
Expand Down
Binary file removed bun.lockb
Binary file not shown.
Binary file added docs/assets/ci-dashboard.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 removed docs/assets/rc-dashboard.png
Binary file not shown.
Binary file modified docs/assets/remote-desktop.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 modified docs/assets/visualization.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 0 additions & 7 deletions docs/quick-start.md

This file was deleted.

38 changes: 19 additions & 19 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,32 @@ module.exports = {
extend: {
colors: {
light: {
50: "#ffffff",
100: "#efefef",
200: "#dcdcdc",
300: "#bdbdbd",
50: "#FFFFFF",
100: "#EFEFEF",
200: "#DCDCDC",
300: "#BDBDBD",
400: "#989898",
500: "#7c7c7c",
500: "#7C7C7C",
600: "#656565",
700: "#525252",
800: "#464646",
900: "#3d3d3d",
900: "#3D3D3D",
950: "#292929",
},

// dark: {
// 50: "#f6f6f6",
// 100: "#e7e7e7",
// 200: "#d1d1d1",
// 300: "#b0b0b0",
// 400: "#888888",
// 500: "#6d6d6d",
// 600: "#5d5d5d",
// 700: "#4f4f4f",
// 800: "#454545",
// 900: "#3d3d3d",
// 950: "#000000",
// },
dark: {
50: "#F6F6F6",
100: "#E7E7E7",
200: "#D1D1D1",
300: "#B0B0B0",
400: "#888888",
500: "#6D6D6D",
600: "#5D5D5D",
700: "#4F4F4F",
800: "#454545",
900: "#3D3D3D",
950: "#000000",
},

primary: {
50: "#F4E4FF",
Expand Down

0 comments on commit 142a603

Please sign in to comment.