Skip to content

Commit b28de11

Browse files
authoredNov 14, 2023
Merge pull request #744 from fhammerschmidt/remove-migrate-from-bs
Remove "Migrate from BuckleScript/Reason" guide
2 parents eb842b1 + f782eae commit b28de11

File tree

4 files changed

+6
-66
lines changed

4 files changed

+6
-66
lines changed
 

‎_blogposts/2020-08-10-bucklescript-is-rebranding.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ There's no dedicated name for the syntax anymore. It's simply called the ReScrip
6161

6262
**Will there be a migration script to gradually convert our code to the new syntax?**
6363

64-
Yes. See our [migration page](/docs/manual/latest/migrate-from-bucklescript-reason). You can mix and match old and new code for a smoother transition.
64+
Yes. See our [migration page](/docs/manual/v10.0.0/migrate-from-bucklescript-reason). You can mix and match old and new code for a smoother transition.
6565

6666
**Will BuckleScript (now ReScript) break my existing code?**
6767

‎data/sidebar_manual_latest.json

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"introduction",
44
"installation",
55
"editor-plugins",
6-
"migrate-from-bucklescript-reason",
76
"try"
87
],
98
"Language Features": [

‎next.config.mjs

+5
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ const config = {
8888
destination: "/blog/bucklescript-is-rebranding",
8989
permanent: true,
9090
},
91+
{
92+
source: "/docs/manual/latest/migrate-from-bucklescript-reason",
93+
destination: "/docs/manual/v10.0.0/migrate-from-bucklescript-reason",
94+
permanent: true,
95+
},
9196
];
9297
},
9398
};

‎pages/docs/manual/latest/migrate-from-bucklescript-reason.mdx

-64
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.