Skip to content

Commit fc33196

Browse files
authored
docs: Add more protocols (#356)
This PR only adds protocols that are already usable and have at least a published crate.
1 parent 007df17 commit fc33196

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/app/proto/protocols.js

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,23 @@ export const protocols = [
4646
"documentation": "https://godotengine.org/asset-library/asset/3948",
4747
"repository": "https://github.com/tipragot/godot-iroh",
4848
"version": "v0.1.5"
49+
},
50+
{
51+
"icon": "",
52+
"title": " Iroh Content Discovery",
53+
"tagline": "A protocol to communicate with a content tracker for iroh-blobs.",
54+
"slug": "iroh-content-discovery",
55+
"documentation": "https://docs.rs/iroh-content-discovery/latest/iroh_content_discovery/",
56+
"repository": "https://github.com/tipragot/godot-iroh",
57+
"version": "v0.1.0"
58+
},
59+
{
60+
"icon": "",
61+
"title": "Iroh ping",
62+
"tagline": "A minimal protocol to ping iroh nodes.",
63+
"slug": "iroh-ping",
64+
"documentation": "https://docs.rs/iroh-ping/latest/iroh_ping/",
65+
"repository": "https://github.com/n0-computer/iroh-ping",
66+
"version": "v0.2.0"
4967
}
5068
]

0 commit comments

Comments
 (0)