diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml
index 62b2fea..cf61642 100644
--- a/.github/workflows/doc.yml
+++ b/.github/workflows/doc.yml
@@ -28,12 +28,6 @@ jobs:
command: doc
args: --all --no-deps
- - name: Create index html
- run: touch ./target/doc/index.html
-
- - name: Add redirect to index html
- run: echo ' Redirect' > ./target/doc/index.html
-
- name: Deploy Documentation
uses: peaceiris/actions-gh-pages@v3
with:
diff --git a/README.md b/README.md
index af3720e..f917dd0 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+
# Strapi Data Replicator
[![build](https://github.com/jabali2004/strapi-data-replicator/actions/workflows/build.yml/badge.svg)](https://github.com/jabali2004/strapi-data-replicator/actions/workflows/build.yml)
@@ -13,6 +14,8 @@ syncing specific database tables or collections.
The main goal is to simplify development with Strapi and enable easy and automated deployment.
+[Documentation (Rust specific)](https://jabali2004.github.io/strapi-data-replicator/strapi_data_replicator/index.html)
+
## Requirements
> Supported environments are Linux (amd64) and Windows.