Skip to content

Commit

Permalink
Merge pull request #195 from privacy-scaling-explorations/tlsn
Browse files Browse the repository at this point in the history
More TLSNotary info
  • Loading branch information
kalidiagne authored Sep 20, 2024
2 parents 898f879 + c7602b7 commit 698d0e5
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion data/projects/tlsn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand All @@ -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",
},
],
},
}

0 comments on commit 698d0e5

Please sign in to comment.