Skip to content

Commit 4f7bcd4

Browse files
corrected default versioning and fixed build error
1 parent 4a3a8a0 commit 4f7bcd4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docusaurus.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const config = {
185185
},
186186
{
187187
label: "Rollups",
188-
to: "/cartesi-rollups/2.0",
188+
to: "/cartesi-rollups/1.5",
189189
activeBaseRegex: "^/cartesi-rollups",
190190
position: "left",
191191
},
@@ -365,9 +365,9 @@ const config = {
365365
],
366366
},
367367
versions: {
368-
"2.0": {
369-
label: "2.0",
370-
path: "2.0",
368+
"1.5": {
369+
label: "1.5",
370+
path: "1.5",
371371
},
372372
},
373373
showLastUpdateTime: true,
@@ -379,7 +379,7 @@ const config = {
379379
redirects: [
380380
{
381381
from: '/cartesi-rollups', // the old/base route
382-
to: '/cartesi-rollups/2.0/', // the new route to redirect to
382+
to: '/cartesi-rollups/1.5/', // the new route to redirect to
383383
},
384384
],
385385
},

0 commit comments

Comments
 (0)