Skip to content

feature: Add shadcn #41

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 1
sidebar_position: 2
---

# 🛠️ Configuration
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
sidebar_position: 4
sidebar_position: 3
---

# ➡️Adding hardware support
# Adding hardware support

There are four hardware component groups that are included in the project:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 2
---

# 📝 Bill of materials
# Bill of materials

## ❗ Note:

Expand Down Expand Up @@ -37,8 +37,8 @@ EV Charging controller and safety components.

## Misc

| Item | # |
|:------------------------------------:|:---:|
| M2,5 20mm screws | 4 |
| M2 or M2,5 6mm screws | 2 |
| __optionally__ 3D printed DIN mounts | 2 |
| Item | # |
|:------------------------------------:|:-:|
| M2,5 20mm screws | 4 |
| M2 or M2,5 6mm screws | 2 |
| __optionally__ 3D printed DIN mounts | 2 |
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 2
sidebar_position: 3
---

# 💻 Installing libraries
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 3
sidebar_position: 4
---

# 🏃 Running the client
Expand Down
File renamed without changes.
File renamed without changes.
21 changes: 21 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/styles/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}
4 changes: 0 additions & 4 deletions docs/go-client/_category_.json

This file was deleted.

4 changes: 0 additions & 4 deletions docs/ocpp/_category_.json

This file was deleted.

159 changes: 0 additions & 159 deletions docs/ocpp/ocpp-16.md

This file was deleted.

Loading
Loading