1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-11-23 21:44:44 +02:00

Add 2.3 docs (#3306)

This commit is contained in:
Patrick Schratz
2024-01-31 19:47:52 +01:00
committed by GitHub
parent e85762f791
commit 1ed9d58a69
83 changed files with 9470 additions and 5 deletions

View File

@@ -246,14 +246,18 @@ const config: Config = {
sidebarPath: require.resolve('./sidebars.js'),
editUrl: 'https://github.com/woodpecker-ci/woodpecker/edit/main/docs/',
includeCurrentVersion: true,
lastVersion: '2.2',
lastVersion: '2.3',
versions: {
current: {
label: 'Next',
banner: 'unreleased',
},
'2.3': {
label: '2.3.x',
},
'2.2': {
label: '2.2.x',
banner: 'unmaintained',
},
'2.1': {
label: '2.1.x',