mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-22 16:36:30 +00: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
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue