aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2022-08-04 12:31:24 +0200
committerValentin Gagarin <valentin.gagarin@tweag.io>2022-08-04 12:37:48 +0200
commitb7309ce624d17a2dbe97f63700d59830c35b074a (patch)
treef9c62843a2846c1feb366d520bd908f14428bb4b /doc/manual/src
parent00a7eaed6759c284444c161c69a3a585579a7d5f (diff)
move architecture to the end
Diffstat (limited to 'doc/manual/src')
-rw-r--r--doc/manual/src/SUMMARY.md.in26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/manual/src/SUMMARY.md.in b/doc/manual/src/SUMMARY.md.in
index d589156ec..9c2ae2ad3 100644
--- a/doc/manual/src/SUMMARY.md.in
+++ b/doc/manual/src/SUMMARY.md.in
@@ -15,19 +15,6 @@
- [Multi-User Mode](installation/multi-user.md)
- [Environment Variables](installation/env-variables.md)
- [Upgrading Nix](installation/upgrading.md)
-- [Architecture](architecture/architecture.md)
- - [Store](architecture/store/store.md)
- - [Store Object](architecture/store/store.md#store-object)
- - [Reference](architecture/store/store.md#reference)
- - [Operations](architecture/store/store.md#operations)
- - [Closure](architecture/store/store.md#closure)
- - [Files and Processes](architecture/store/store.md#files-and-processes)
- - [Build system terminology](architecture/store/store.md#build-system-terminology)
- - [Store Path](architecture/store/path.md)
- - [Digest](architecture/store/path.md#digest)
- - [Input Addressing](architecture/store/path.md#input-addressing)
- - [Content Addressing](architecture/store/path.md#content-addressing)
- - [File System Object](architecture/store/fso.md)
- [Package Management](package-management/package-management.md)
- [Basic Package Management](package-management/basic-package-mgmt.md)
- [Profiles](package-management/profiles.md)
@@ -79,6 +66,19 @@
@manpages@
- [Files](command-ref/files.md)
- [nix.conf](command-ref/conf-file.md)
+- [Architecture](architecture/architecture.md)
+ - [Store](architecture/store/store.md)
+ - [Store Object](architecture/store/store.md#store-object)
+ - [Reference](architecture/store/store.md#reference)
+ - [Operations](architecture/store/store.md#operations)
+ - [Closure](architecture/store/store.md#closure)
+ - [Files and Processes](architecture/store/store.md#files-and-processes)
+ - [Build system terminology](architecture/store/store.md#build-system-terminology)
+ - [Store Path](architecture/store/path.md)
+ - [Digest](architecture/store/path.md#digest)
+ - [Input Addressing](architecture/store/path.md#input-addressing)
+ - [Content Addressing](architecture/store/path.md#content-addressing)
+ - [File System Object](architecture/store/fso.md)
- [Glossary](glossary.md)
- [Contributing](contributing/contributing.md)
- [Hacking](contributing/hacking.md)