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

Various docs improvements (#4772)

This commit is contained in:
Robert Kaussow
2025-01-27 09:15:44 +01:00
committed by GitHub
parent 8c59acdc96
commit 616a1d9e13
4 changed files with 48 additions and 19 deletions

View File

@@ -69,7 +69,7 @@ const config = {
},
{ to: 'blog', label: 'Blog', position: 'left' },
{
label: 'More Resources',
label: 'More',
position: 'left',
items: [
{
@@ -102,17 +102,18 @@ const config = {
},
],
},
{
label: 'Sponsor Us',
position: 'right',
className: 'header-sponsor-link',
href: 'https://opencollective.com/woodpecker-ci',
},
{
href: 'https://github.com/woodpecker-ci/woodpecker',
position: 'right',
className: 'header-github-link',
'aria-label': 'GitHub repository',
},
{
label: '🧡 Sponsor Us',
position: 'right',
href: 'https://opencollective.com/woodpecker-ci',
},
],
},
footer: {
@@ -122,7 +123,7 @@ const config = {
title: 'Docs',
items: [
{
label: 'Introduction',
label: 'Welcome to Woodpecker',
to: '/docs/intro',
},
{
@@ -130,9 +131,27 @@ const config = {
to: '/docs/usage/intro',
},
{
label: 'Server setup',
label: 'Administration',
to: '/docs/administration/getting-started',
},
{
to: '/migrations', // Always point to newest migration guide
activeBaseRegex: 'migrations',
label: 'Migrations',
},
{
to: '/awesome', // Always point to newest awesome list
activeBaseRegex: 'awesome',
label: 'Awesome',
},
{
to: '/api',
label: 'API',
},
{
to: '/about',
label: 'About',
},
],
},
{