diff --git a/docs/TileLink-Diplomacy-Reference/Diplomacy-Connectors.rst b/docs/TileLink-Diplomacy-Reference/Diplomacy-Connectors.rst index 9fc837fd..f066dcf6 100644 --- a/docs/TileLink-Diplomacy-Reference/Diplomacy-Connectors.rst +++ b/docs/TileLink-Diplomacy-Reference/Diplomacy-Connectors.rst @@ -14,24 +14,24 @@ Diplomacy nodes, not Chisel bundles. The basic connection operator always creates a single edge between the two nodes. -:=* ---- +:=\* +---- This is a "query" type connection operator. It can create multiple edges between nodes, with the number of edges determined by the client node (the node on the right side of the operator). This can be useful if you are connecting a multi-edge client to a nexus node or adapter node. -:*= ---- +:\*= +---- This is a "star" type connection operator. It also creates multiple edges, but the number of edges is determined by the manager (left side of operator), rather than the client. It's useful for connecting nexus nodes to multi-edge manager nodes. -:*=* ----- +:\*=\* +------ This is a "flex" connection operator. It creates multiple edges based on whichever side of the operator has a known number of edges. This can be used