aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/manual/book.toml3
-rw-r--r--doc/manual/src/SUMMARY.md1
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/manual/book.toml b/doc/manual/book.toml
index ae4ff9b35..54efa7965 100644
--- a/doc/manual/book.toml
+++ b/doc/manual/book.toml
@@ -1,6 +1,9 @@
[book]
title = "Nix Reference Manual"
+[build]
+create-missing = false
+
[output.html]
additional-css = ["custom.css"]
additional-js = ["redirects.js"]
diff --git a/doc/manual/src/SUMMARY.md b/doc/manual/src/SUMMARY.md
index 2437c0dc5..499f3f9db 100644
--- a/doc/manual/src/SUMMARY.md
+++ b/doc/manual/src/SUMMARY.md
@@ -154,7 +154,6 @@
- [nix run](command-ref/new-cli/nix3-run.md)
- [nix search](command-ref/new-cli/nix3-search.md)
- [nix shell](command-ref/new-cli/nix3-shell.md)
- - [nix show-config](command-ref/new-cli/nix3-show-config.md)
- [nix store](command-ref/new-cli/nix3-store.md)
- [nix store add-file](command-ref/new-cli/nix3-store-add-file.md)
- [nix store add-path](command-ref/new-cli/nix3-store-add-path.md)