mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-30 10:11:23 +02:00
Set v1.0 documents as default and mark v0.15 as unmaintained (#2034)
This commit is contained in:
parent
c695175d21
commit
1da0ad38a8
@ -212,7 +212,7 @@ module.exports = {
|
||||
sidebarPath: require.resolve('./sidebars.js'),
|
||||
editUrl: 'https://github.com/woodpecker-ci/woodpecker/edit/master/docs/',
|
||||
includeCurrentVersion: true,
|
||||
lastVersion: '0.15',
|
||||
lastVersion: '1.0',
|
||||
versions: {
|
||||
'current': {
|
||||
label: 'Next',
|
||||
@ -220,11 +220,10 @@ module.exports = {
|
||||
},
|
||||
'1.0': {
|
||||
label: '1.0.x',
|
||||
banner: 'unreleased',
|
||||
},
|
||||
'0.15': {
|
||||
label: '0.15.x',
|
||||
banner: 'none',
|
||||
banner: 'unmaintained',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user