Skip to content

Commit f782eae

Browse files
Remove old bs migration guide from latest docs
1 parent bced3de commit f782eae

File tree

4 files changed

+6
-66
lines changed

4 files changed

+6
-66
lines changed

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 5 additions & 0 deletions
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

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)