From 148beef839d2885b6320f91493a37aea228d03b0 Mon Sep 17 00:00:00 2001 From: JinHwan Date: Fri, 18 Oct 2024 10:09:07 +0900 Subject: [PATCH] More Summa info (#208) --- data/projects/summa.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/projects/summa.ts b/data/projects/summa.ts index d9ef23e1..7fe8e149 100644 --- a/data/projects/summa.ts +++ b/data/projects/summa.ts @@ -15,4 +15,12 @@ export const summa: ProjectInterface = { types: ["Infrastructure/protocol", "Application"], builtWith: ["halo2"], }, + extraLinks: { + learn: [ + { + label: "Documentation", + url: "https://summa.gitbook.io/summa", + }, + ], + }, }