diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml
index 49964107..59f43ebd 100644
--- a/.github/workflows/commitlint.yml
+++ b/.github/workflows/commitlint.yml
@@ -14,7 +14,6 @@ jobs:
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20.x
- - run: npm ci
- name: Install commitlint
run: |
npm install -g @commitlint/cli@^18
diff --git a/docs/.gitbook/assets/start1.png b/docs/.gitbook/assets/start1.png
new file mode 100644
index 00000000..ef8d6303
Binary files /dev/null and b/docs/.gitbook/assets/start1.png differ
diff --git a/docs/.gitbook/assets/start2.png b/docs/.gitbook/assets/start2.png
new file mode 100644
index 00000000..794ee2f6
Binary files /dev/null and b/docs/.gitbook/assets/start2.png differ
diff --git a/docs/.gitbook/assets/start4.png b/docs/.gitbook/assets/start4.png
new file mode 100644
index 00000000..2398466c
Binary files /dev/null and b/docs/.gitbook/assets/start4.png differ
diff --git a/docs/.gitbook/assets/start5.png b/docs/.gitbook/assets/start5.png
new file mode 100644
index 00000000..c5bc387a
Binary files /dev/null and b/docs/.gitbook/assets/start5.png differ
diff --git a/docs/README.md b/docs/README.md
index 1122803a..9a988214 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -21,7 +21,7 @@ layout:
Learn the basics of fhEVM, set it up, and make it run with ease.
-
+
### References
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index 508d00ca..edeafa64 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -6,8 +6,7 @@
- [Quick start](getting_started/quick_start.md)
- fhEVM
- - [go-ethereum integration](getting_started/fhevm/geth.md)
- - [Run Coprocessor](getting_started/fhevm/coprocessor.md)
+ - [geth integration](getting_started/fhevm/geth.md)
- [Run Native](getting_started/fhevm/native.md)
- [Deploy initial contracts](getting_started/fhevm/contracts.md)
- [Configuration](getting_started/fhevm/configuration.md)
diff --git a/docs/getting_started/fhevm/coprocessor.md b/docs/getting_started/fhevm/coprocessor.md
deleted file mode 100644
index e9694198..00000000
--- a/docs/getting_started/fhevm/coprocessor.md
+++ /dev/null
@@ -1 +0,0 @@
-# Coprocessor