Skip to content

Commit

Permalink
[sc-7662] add redirect rule (#316)
Browse files Browse the repository at this point in the history
* add redirect rule

Migrate redirect rule
```
  - url: https://developer.trustwallet.com/developer/deeplinking
    type: 301
    to: https://developer.trustwallet.com/developer/
```

* Update .gitbook.yaml
  • Loading branch information
vorotech authored Mar 25, 2024
1 parent ab53765 commit 515b69a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ root: ./
structure:
readme: README.md
summary: SUMMARY.md

redirects:
deeplinking: "index.md"

0 comments on commit 515b69a

Please sign in to comment.