From 4c7b5ac6f90696007cd8197c2987c51a54d64e66 Mon Sep 17 00:00:00 2001
From: jabali2004 <32802935+jabali2004@users.noreply.github.com>
Date: Sun, 14 Mar 2021 23:39:55 +0100
Subject: [PATCH] update README.md && update doic.yml
---
.github/workflows/doc.yml | 6 ------
README.md | 3 +++
2 files changed, 3 insertions(+), 6 deletions(-)
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.