Replace multi-pipelines with workflows on docs frontpage (#2990)

Link does not work - workflows seems more appropriate
This commit is contained in:
Johan Van de Wauw 2023-12-22 11:09:18 +00:00 committed by GitHub
parent ce4f952b50
commit d3a7af95a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -28,12 +28,12 @@ const FeatureList = [
), ),
}, },
{ {
title: 'Multi pipelines', title: 'Multi workflows',
Svg: require('../../static/img/feat-multipipelines.svg').default, Svg: require('../../static/img/workflows.svg').default,
description: ( description: (
<> <>
Woodpecker allows you to easily create multiple pipelines for your project. They can even depend on each other. Woodpecker allows you to easily create multiple workflows for your project. They can even depend on each other.
Check out the <a href="/docs/usage/multi-pipeline">docs</a> Check out the <a href="/docs/usage/workflows">docs</a>
</> </>
), ),
}, },

View file

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB