Skip to content

Commit 4754215

Browse files
fix: revert docs default to 1.x (2.0 not yet stable)
Set lastVersion back to "1.x" so docs default to v1 until 2.0 launches as stable. v2.0 docs accessible at /2.0/ path via version dropdown. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 9cbb2c2 commit 4754215

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ const config = {
3737
sidebarPath: require.resolve('./sidebars.js'),
3838
editUrl:
3939
'https://github.com/durable-workflow/durable-workflow.github.io/edit/main/',
40-
lastVersion: 'current',
40+
lastVersion: '1.x',
4141
versions: {
4242
current: {
4343
label: '2.0',
44-
path: '',
44+
path: '2.0',
4545
},
4646
'1.x': {
4747
label: '1.x',
48-
path: '1.x',
48+
path: '',
4949
},
5050
},
5151
},

0 commit comments

Comments
 (0)