gen prop docs

This commit is contained in:
tree🌴 2023-10-07 21:48:08 +02:00
parent e1c4522753
commit 62f0df2581
6 changed files with 11 additions and 5 deletions

View File

@ -4,7 +4,8 @@ categories:
description: The Secure Processing Layer of Web3.
ecosystem: multichain
product_readiness: live
links: {}
links:
docs: https://docsend.com/view/7bkgvzagr6ifhwrc
team:
anonymous: false
company:

View File

@ -7,7 +7,8 @@ description: >-
changes to dApps, just migrate and gain privacy
ecosystem: Ethereum
product_readiness: testnet
links: {}
links:
docs: https://docs.obscu.ro
team:
anonymous: false
company:

View File

@ -6,6 +6,7 @@ description: >-
zero-knowledge proofs
ecosystem: '-'
product_readiness: '-'
links: {}
links:
docs: https://polybase.xyz/docs/introduction
team:
anonymous: true

View File

@ -4,6 +4,7 @@ categories:
description: Post-Quantum ZK Rollup as a service x private DIDs
ecosystem: '-'
product_readiness: '-'
links: {}
links:
docs: https://docs.truezk.com
team:
anonymous: true

View File

@ -4,6 +4,7 @@ categories:
description: Privacy Financial Infrastructure For Blockchain
ecosystem: '-'
product_readiness: '-'
links: {}
links:
docs: https://tusima.gitbook.io/tusima_en/tusima-introduction/what-is-tusima
team:
anonymous: true

View File

@ -44,6 +44,7 @@ async function genCat(cat) {
product_readiness: p.ProductReadiness,
links: {
github: p.GitHub && p.GitHub !== '-' ? p.GitHub : undefined,
docs: p.Docs && p.Docs !== '-' ? p.Docs : undefined,
},
team: {
anonymous: p.Team !== "Public"