From 75164d93522fdbccc39d33811c9c93462fcb2951 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Wed, 28 Jan 2026 19:47:59 +0000 Subject: [PATCH] Simplify high-level overview diagram on homepage --- content/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index 3662db8..1b3a141 100644 --- a/content/_index.md +++ b/content/_index.md @@ -98,7 +98,7 @@ flowchart TD Opt a35@--> AV1 a35@{animate: true, animation: slow} AV1 a36@ --> ObjectStorage - a36@{animate: true, animation: fast} + a36@{animate: true, animation: slow} Zarr a30@--> ObjectStorage a30@{animate: true, animation: slow} Parquet a10@--> ObjectStorage @@ -125,6 +125,8 @@ flowchart TD a22@{animate: true, animation: fast} DecentralizedDistribution a23@--> DataSci a23@{animate: true, animation: fast} + Systems a38@ --> DataSci + a38@{animate: true, animation: fast} Martin a24@--> DataSci a24@{animate: true, animation: slow}