aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2022-04-24 21:13:45 +0200
committerValentin Gagarin <valentin.gagarin@tweag.io>2022-08-04 12:37:46 +0200
commitb387d809437b0c787691b814bf65e1647fd18009 (patch)
treeb97ff41bfb8f50c3876c6512cb3eeb0b25af7357 /doc
parent89a7c956ffadbc9c17849051f3c91a1225dcfce2 (diff)
remove sentence for chapter transition
idea: sections could be read in different orders by linking them in different ways (e.g. depth-first or breadth-first). adding hard-coded transitions makes that confusing.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/src/design/overview.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/manual/src/design/overview.md b/doc/manual/src/design/overview.md
index 15ddb562d..b5f8b6aad 100644
--- a/doc/manual/src/design/overview.md
+++ b/doc/manual/src/design/overview.md
@@ -18,5 +18,3 @@ The command line and Nix language are what users interact with most.
Underlying everything is the *Nix store*, a mechanism to keep track of build plans, data, and references between them.
It can also execute *build instructions*, captured in the build plans, to produce new data.
-This chapter describes Nix starting at the bottom with the store layer, then working its way up to the user-facing components described in the rest of the manual.
-