aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2022-06-09 14:33:31 +0200
committerValentin Gagarin <valentin.gagarin@tweag.io>2022-08-04 12:37:47 +0200
commitc345345deeb188830e62e9b2e957cf1d09d1c6b5 (patch)
tree59d877fba6e14cdf9d5c2b82cf7ba3c7f9964d7e
parenta28d6878b263270c7db271c414bef2c688bb872d (diff)
concept map: align hights
this has the weird but nice emergent property that terms at the same height are roughly at the same level of abstraction.
-rw-r--r--doc/manual/src/architecture/store/store.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/manual/src/architecture/store/store.md b/doc/manual/src/architecture/store/store.md
index 0f43d5a62..cba875092 100644
--- a/doc/manual/src/architecture/store/store.md
+++ b/doc/manual/src/architecture/store/store.md
@@ -14,12 +14,12 @@ Arrows indicate suggested reading order.
| | | | | |
v | | v v |
[ files and processes ] | | [ garbage collection ] |
- / \ | V v
- v v | [ derivation ]--->[ building ]
-[ file system object ] [ store path ] | |
+ / \ | | |
+ v v | v v
+[ file system object ] [ store path ] | [ derivation ]--->[ building ]
| ^ | | |
v | v v |
- [ digest ]----' [ reference scanning ] <-----------'
+ [ digest ]----' [ reference scanning ]<------------'
/ \
v v
[ input addressing ] [ content addressing ]