about summary refs log tree commit diff
path: root/tvix/docs/src/SUMMARY.md
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/docs/src/SUMMARY.md')
-rw-r--r--tvix/docs/src/SUMMARY.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/tvix/docs/src/SUMMARY.md b/tvix/docs/src/SUMMARY.md
index 6b3c43035bf7..cce6d8966df6 100644
--- a/tvix/docs/src/SUMMARY.md
+++ b/tvix/docs/src/SUMMARY.md
@@ -1,6 +1,8 @@
 # Summary
 
 # Welcome
+* [Introduction](./introduction.md)
+* [Community](./community.md)
 * [Getting Started](./getting-started.md)
 
 # Contributing
@@ -32,12 +34,16 @@
 - [Data Model](./castore/data-model.md)
 - [Why not git trees?](./castore/why-not-git-trees.md)
 
+# Builder
+- [Build API](./build/index.md)
+
 # Nix
 - [Specification of the Nix Language](./language-spec.md)
 - [Nix language version history](./lang-version.md)
 - [Value Pointer Equality](./value-pointer-equality.md)
 - [Daemon Protocol](./nix-daemon/index.md)
-  - [Changelog](./nix-daemon/changelog.md)
+  - [Handshake](./nix-daemon/handshake.md)
   - [Logging](./nix-daemon/logging.md)
   - [Operations](./nix-daemon/operations.md)
   - [Serialization](./nix-daemon/serialization.md)
+  - [Changelog](./nix-daemon/changelog.md)