Skip to content

Commit 7aba5c6

Browse files
authored
Merge pull request #780 from bob-collective/feat/mica
feat: add link to mica whitepaper
2 parents 7daa187 + 03b0031 commit 7aba5c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/docusaurus.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ const config = {
8888
from: "/learn/user-guides/bob-pay",
8989
to: "/docs/deprecated/bob-pay",
9090
},
91+
// External document redirects
92+
{
93+
from: "/docs/reference/mica-whitepaper",
94+
to: "https://docs.google.com/document/d/1T3OzCNTS9NVEixAFKW1bRWffrPswiL_m/edit?usp=sharing&ouid=112528513121405423589&rtpof=true&sd=true",
95+
},
9196
],
9297
},
9398
],

0 commit comments

Comments
 (0)