From 515b69a20d642c5223c627139168e740f0447346 Mon Sep 17 00:00:00 2001 From: Dmytro <2937451+vorotech@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:20:40 +0200 Subject: [PATCH] [sc-7662] add redirect rule (#316) * add redirect rule Migrate redirect rule ``` - url: https://developer.trustwallet.com/developer/deeplinking type: 301 to: https://developer.trustwallet.com/developer/ ``` * Update .gitbook.yaml --- .gitbook.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitbook.yaml b/.gitbook.yaml index 6acdd6a..a4fac81 100644 --- a/.gitbook.yaml +++ b/.gitbook.yaml @@ -3,3 +3,6 @@ root: ./ structure: readme: README.md summary: SUMMARY.md + +redirects: + deeplinking: "index.md"