1
0
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:
6543 2023-07-26 20:06:43 +02:00 committed by GitHub
parent c695175d21
commit 1da0ad38a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
},
},
},