Skip to content

Commit f8f7ab9

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

File tree

3 files changed

+5
-65
lines changed

3 files changed

+5
-65
lines changed

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)