From b8d32388bc99fd6d537313bdcf2629c20cc87c54 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 24 Nov 2025 15:20:19 -0500 Subject: [PATCH] Move derivation JSON doc to `index.md` in dir This prepares for more structure. --- doc/manual/source/SUMMARY.md.in | 2 +- .../protocols/json/{derivation.md => derivation/index.md} | 2 +- .../protocols/json/fixup-json-schema-generated-doc.sed | 8 ++++---- doc/manual/source/release-notes/rl-2.32.md | 2 +- doc/manual/source/store/derivation/index.md | 2 +- src/nix/derivation-add.md | 2 +- src/nix/derivation-show.md | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) rename doc/manual/source/protocols/json/{derivation.md => derivation/index.md} (75%) diff --git a/doc/manual/source/SUMMARY.md.in b/doc/manual/source/SUMMARY.md.in index 806489bb3..0d32e3628 100644 --- a/doc/manual/source/SUMMARY.md.in +++ b/doc/manual/source/SUMMARY.md.in @@ -126,7 +126,7 @@ - [Content Address](protocols/json/content-address.md) - [Store Path](protocols/json/store-path.md) - [Store Object Info](protocols/json/store-object-info.md) - - [Derivation](protocols/json/derivation.md) + - [Derivation](protocols/json/derivation/index.md) - [Deriving Path](protocols/json/deriving-path.md) - [Build Trace Entry](protocols/json/build-trace-entry.md) - [Build Result](protocols/json/build-result.md) diff --git a/doc/manual/source/protocols/json/derivation.md b/doc/manual/source/protocols/json/derivation/index.md similarity index 75% rename from doc/manual/source/protocols/json/derivation.md rename to doc/manual/source/protocols/json/derivation/index.md index 13092773f..0b15acb8f 100644 --- a/doc/manual/source/protocols/json/derivation.md +++ b/doc/manual/source/protocols/json/derivation/index.md @@ -1,4 +1,4 @@ -{{#include derivation-v4-fixed.md}} +{{#include ../derivation-v4-fixed.md}}