From 7ebf552016b56b72d836ec58c0d6bc4b460bf5d1 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Wed, 31 Jul 2024 22:27:47 +0200 Subject: [PATCH] Add SeaweedFS COSI Driver Signed-off-by: Andrei Kvapil --- src/pages/index.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/pages/index.js b/src/pages/index.js index 47168df..8aa66ec 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -44,6 +44,15 @@ const features = [ ), }, + { + title: 'SeaweedFS COSI Driver', + repoURL: 'https://github.com/seaweedfs/seaweedfs-cosi-driver', + description: ( + <> + Official COSI driver for SeaweedFS. + + ), + } ]; function Feature({ repoURL, title, description }) {