Skip to content

Commit

Permalink
Structure
Browse files Browse the repository at this point in the history
  • Loading branch information
aasanchez committed Oct 13, 2024
1 parent de1187d commit d769dfb
Show file tree
Hide file tree
Showing 42 changed files with 79 additions and 552 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tmp/
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ test: ## is used to run the test suite of the application

clean: ## is used to reset the infrastructure o an inditial state
@git clean -xfd

ochp: ## is used to reset the infrastructure o an inditial state
@./scripts.d/ochp.sh
4 changes: 4 additions & 0 deletions scripts.d/ochp.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
ROOT=$(pwd)
rm -rf $ROOT/tmp/ochp
git clone https://github.com/e-clearing-net/OCHP.git $ROOT/tmp/ochp
12 changes: 12 additions & 0 deletions site/docs/connectors/_category_s.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"label": "Connectors",
"collapsible": true,
"collapsed": false,
"link": {
"type": "generated-index",
"title": "EV Connectors"
},
"customProps": {
"description": "EV Connectors"
}
}
1 change: 1 addition & 0 deletions site/docs/connectors/ccs1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# CCS1
1 change: 1 addition & 0 deletions site/docs/connectors/ccs2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# CSS 2
1 change: 1 addition & 0 deletions site/docs/connectors/chademo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# CHAdeMO
1 change: 1 addition & 0 deletions site/docs/connectors/gbt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# GB/T
1 change: 1 addition & 0 deletions site/docs/connectors/j1772.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# J1772 (type 1)
1 change: 1 addition & 0 deletions site/docs/connectors/mennkes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Mennekes (type 2)
1 change: 1 addition & 0 deletions site/docs/connectors/nacs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# NACS (Tesla)
47 changes: 0 additions & 47 deletions site/docs/intro.md

This file was deleted.

12 changes: 12 additions & 0 deletions site/docs/protocols/_category_s.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"label": "Protocols",
"collapsible": true,
"collapsed": false,
"link": {
"type": "generated-index",
"title": "EV protocols"
},
"customProps": {
"description": "EV Protocols"
}
}
1 change: 1 addition & 0 deletions site/docs/protocols/emip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# eMIP
1 change: 1 addition & 0 deletions site/docs/protocols/iec-61850-90-8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# IEC 61850-90-8
1 change: 1 addition & 0 deletions site/docs/protocols/iec-61851-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# IEC 61851-1
1 change: 1 addition & 0 deletions site/docs/protocols/ieee-2030.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# IEEE 2030.5
1 change: 1 addition & 0 deletions site/docs/protocols/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# EV Protocols
1 change: 1 addition & 0 deletions site/docs/protocols/iso-15118.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# ISO 15118
Binary file added site/docs/protocols/ochp/CV-M-Alexis-Sanchez.pdf
Binary file not shown.
12 changes: 12 additions & 0 deletions site/docs/protocols/ochp/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"label": "OCHP",
"collapsible": true,
"collapsed": false,
"link": {
"type": "generated-index",
"title": "OCPH - Open Clearing House Protocol"
},
"customProps": {
"description": "Open Clearing House Protocol"
}
}
2 changes: 2 additions & 0 deletions site/docs/protocols/ochp/ochp/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Open Clearing House Protocol

2 changes: 2 additions & 0 deletions site/docs/protocols/ochp/ochp_direct/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Open Clearing House Protocol

1 change: 1 addition & 0 deletions site/docs/protocols/ocpi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# OCPI
1 change: 1 addition & 0 deletions site/docs/protocols/ocpp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# OCPP
1 change: 1 addition & 0 deletions site/docs/protocols/oicp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# OICP
1 change: 1 addition & 0 deletions site/docs/protocols/openadr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# OpenADR
1 change: 1 addition & 0 deletions site/docs/protocols/oscp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# OSCP
8 changes: 0 additions & 8 deletions site/docs/tutorial-basics/_category_.json

This file was deleted.

23 changes: 0 additions & 23 deletions site/docs/tutorial-basics/congratulations.md

This file was deleted.

34 changes: 0 additions & 34 deletions site/docs/tutorial-basics/create-a-blog-post.md

This file was deleted.

57 changes: 0 additions & 57 deletions site/docs/tutorial-basics/create-a-document.md

This file was deleted.

43 changes: 0 additions & 43 deletions site/docs/tutorial-basics/create-a-page.md

This file was deleted.

31 changes: 0 additions & 31 deletions site/docs/tutorial-basics/deploy-your-site.md

This file was deleted.

Loading

0 comments on commit d769dfb

Please sign in to comment.