1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-05 10:20:36 +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'), sidebarPath: require.resolve('./sidebars.js'),
editUrl: 'https://github.com/woodpecker-ci/woodpecker/edit/master/docs/', editUrl: 'https://github.com/woodpecker-ci/woodpecker/edit/master/docs/',
includeCurrentVersion: true, includeCurrentVersion: true,
lastVersion: '0.15', lastVersion: '1.0',
versions: { versions: {
'current': { 'current': {
label: 'Next', label: 'Next',
@ -220,11 +220,10 @@ module.exports = {
}, },
'1.0': { '1.0': {
label: '1.0.x', label: '1.0.x',
banner: 'unreleased',
}, },
'0.15': { '0.15': {
label: '0.15.x', label: '0.15.x',
banner: 'none', banner: 'unmaintained',
}, },
}, },
}, },