diff --git a/data/projects/tlsn.ts b/data/projects/tlsn.ts index e0e0510c..59ced8c7 100644 --- a/data/projects/tlsn.ts +++ b/data/projects/tlsn.ts @@ -7,9 +7,10 @@ export const tlsn: ProjectInterface = { image: "tlsn.webp", name: "TLSNotary", links: { - github: "https://github.com/tlsnotary/tlsn", + github: "https://github.com/tlsnotary", website: "https://tlsnotary.org/", discord: "https://discord.gg/9XwESXtcN7", + twitter: "https://x.com/tlsnotary", }, tags: { themes: ["build", "play"], @@ -27,4 +28,18 @@ export const tlsn: ProjectInterface = { "Data portability", ], }, + extraLinks: { + play: [ + { + label: "Getting started", + url: "https://docs.tlsnotary.org/quick_start/index.html", + }, + ], + learn: [ + { + label: "Documentation", + url: "https://docs.tlsnotary.org", + }, + ], + }, }