Skip to content

Commit 8f0e2cc

Browse files
committed
Remove config overriding latest branch
So we default to 26.03, but have a "next" that users can click manually.
1 parent 66294b7 commit 8f0e2cc

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

packages/documentation/docusaurus.config.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,6 @@ module.exports = {
125125
docs: {
126126
sidebarPath: require.resolve('./sidebars.js'),
127127
editUrl: 'https://github.com/Sofie-Automation/sofie-core/edit/main/packages/documentation/',
128-
// default to the 'next' docs
129-
lastVersion: 'current',
130-
versions: {
131-
// Override the rendering of the 'next' docs to be 'latest'
132-
current: {
133-
label: 'Latest',
134-
banner: 'none',
135-
},
136-
},
137128
},
138129
// blog: {
139130
// showReadingTime: true,

0 commit comments

Comments
 (0)