From d3a7af95a3b09a1603d955cfe80cc28288d98774 Mon Sep 17 00:00:00 2001 From: Johan Van de Wauw Date: Fri, 22 Dec 2023 11:09:18 +0000 Subject: [PATCH] Replace multi-pipelines with workflows on docs frontpage (#2990) Link does not work - workflows seems more appropriate --- docs/src/components/HomepageFeatures.js | 8 ++++---- .../static/img/{feat-multipipelines.svg => workflows.svg} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename docs/static/img/{feat-multipipelines.svg => workflows.svg} (100%) diff --git a/docs/src/components/HomepageFeatures.js b/docs/src/components/HomepageFeatures.js index 89e4efb35..6c692c31a 100644 --- a/docs/src/components/HomepageFeatures.js +++ b/docs/src/components/HomepageFeatures.js @@ -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 docs + Woodpecker allows you to easily create multiple workflows for your project. They can even depend on each other. + Check out the docs ), }, diff --git a/docs/static/img/feat-multipipelines.svg b/docs/static/img/workflows.svg similarity index 100% rename from docs/static/img/feat-multipipelines.svg rename to docs/static/img/workflows.svg