Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
Small corrections to guides
Alexis Sellier committed 2 years ago
commit ea9c85af7f7ea4757bc97f4bdaeda1a66c16a0b3
parent 8cacb3d
2 files changed +8 -8
modified _guides/protocol.md
@@ -59,12 +59,12 @@ of projects that choose traditional self-hosted solutions.
The Radicle protocol, in contrast, extends Git's capabilities with a
decentralized identity system, novel gossip protocol, and integrated social
artifacts, forming a *self-hosted network for code collaboration*. Radicle
-
locates, serves, and replicates Git repositories across a [peer-to-peer][]
-
network while maintaining data authenticity via cryptographic signatures, so
-
peers can directly exchange data without the need for a trusted third party.
-
This enables communities to both self-host and share their repositories across
-
a distributed protocol, contributing to the emergence of a new sovereign
-
network for code collaboration and more.
+
locates, serves, and replicates Git repositories -- including artifacts --
+
across a [peer-to-peer][] network while maintaining data authenticity via
+
cryptographic signatures, so peers can directly exchange data without the need
+
for a trusted third party. This enables communities to both self-host and share
+
their repositories across a distributed protocol, contributing to the emergence
+
of a new sovereign network for code collaboration and more.

## Nodes

modified _guides/seeder.md
@@ -352,9 +352,9 @@ For example,
    rad seed rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5

This will override the default `block` rule for this one specific repository.
-
To remove this override, `--delete` can be passed:
+
To remove this override, `unseed` can be used:

-
    rad seed --delete rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
+
    rad unseed rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5

Without a seeding policy for this repository, the default policy will apply.