Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
guide: Fix aside position
Alexis Sellier committed 1 year ago
commit 4b4dbad10f6aed3ad096ef9ee55cea3c9e935f09
parent 62006c8
1 file changed +5 -5
modified _guides/protocol.md
@@ -740,11 +740,7 @@ each other in a non-destructive, idempotent way.
mathematics and computer science whereby they can be applied multiple times
without changing the result. </aside>

-
<figure class="diagram tall">
-
  <object type="image/svg+xml" data="/assets/images/cob-dag.svg"></object>
-
</figure>
-

-
<aside class="diagram">
+
<aside class="diagram span-2">
  <p>
    Git DAG representing an Issue COB. Each box represents a
    commit object with a change to the COB.
@@ -756,6 +752,10 @@ without changing the result. </aside>
  </p>
</aside>

+
<figure class="diagram tall">
+
  <object type="image/svg+xml" data="/assets/images/cob-dag.svg"></object>
+
</figure>
+

Then, to materialize the state that is displayed to the user, this new graph is
*reduced* in [topological order][topo], starting from the root of the graph and
going up to the tips. This ordering happens to be [causally