mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-24 08:02:18 +02:00
Replace multi-pipelines with workflows on docs frontpage (#2990)
Link does not work - workflows seems more appropriate
This commit is contained in:
parent
ce4f952b50
commit
d3a7af95a3
@ -28,12 +28,12 @@ const FeatureList = [
|
||||
),
|
||||
},
|
||||
{
|
||||
title: 'Multi pipelines',
|
||||
Svg: require('../../static/img/feat-multipipelines.svg').default,
|
||||
title: 'Multi workflows',
|
||||
Svg: require('../../static/img/workflows.svg').default,
|
||||
description: (
|
||||
<>
|
||||
Woodpecker allows you to easily create multiple pipelines for your project. They can even depend on each other.
|
||||
Check out the <a href="/docs/usage/multi-pipeline">docs</a>
|
||||
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/workflows">docs</a>
|
||||
</>
|
||||
),
|
||||
},
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue
Block a user