Skip to content

Commit

Permalink
feat: values changes to support project showcases
Browse files Browse the repository at this point in the history
  • Loading branch information
ciyer committed Oct 17, 2023
1 parent bc60ed6 commit 6bb68c0
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,25 @@ ui:
# internal project
tutorialLink: https://renku.readthedocs.io/en/stable/tutorials/01_firststeps.html
# Projects to highlight on the homepage
projects: []
showcase:
# If you want to showcase certain project on the homepage, you can enable the feature and provide
# the project identifiers (namespace/project name)
enabled: false
title: "Renku real-world use cases: Conducted by SDSC and ETH Domain"
# Markdown is allowed in the description
description: The case studies presented here **bridge the gap** from domain to data science and provide experts from both sides with the means to examine, confirm, and extend the datasets and their analyses, without extensive investments of time and infrastructure.
# Projects to highlight on the homepage -- default to none
# projects: []
# To showcase projects, provide the identifier following the structure below
# title, description, and imageUrl can be overridden, as illustrated below, if desired.
projects:
-
identifier: hdbi/data-management/cccooci
-
identifier: renku-ui-tests/stable-project
overrideTitle: "Stable Project: A project for testing"
overrideDescription: "This is a project for **testing**. You may find it useful to look at."
overrideImageUrl: https://gitlab.renkulab.io/uploads/-/system/project/avatar/36159/graphical_abstract.png
coreApiVersionConfig:
## Configuration to specify which version of the core-service API should be used
# "/" indicates that the latest version should be used
Expand Down

0 comments on commit 6bb68c0

Please sign in to comment.