diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index dcaa0f110..e9f60822d 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -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', }, }, },