Skip to content
Lubomír Doležal edited this page Nov 6, 2025 · 1 revision

Information of a story where the dataset is included.

Following parameters are configurable:

Element Type Description
Url string REQUIRED. URL to the story. Can be provided as relative path (which root is taken from the stories_endpoint configured for the catalog) to a story markdown file (with .md extension) or an absolute URL to either the rendered story (https://dashboard_url/story?id=id) or to the raw markdown.
Name string Optional. The title of the Story. If not provided, filename is used as a fallback.

Example configuration:

Stories:
    - Name: Story on Urban Indicators: Biodiversity, Heat Islands and more
      Url: https://race.esa.int/story/?id=IDEAS
    - Name: Story on tracking the Po river from space
      Url: water_turbidity_CNR_story.md
Clone this wiki locally