summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-01-23 10:17:08 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-01-23 11:07:27 +0100
commitbbfd7d286ee5ed4e3caceb20d9debb0f971adb19 (patch)
tree252d64357d5a52a4e880e36a622937b8ed0099c7 /README.md
parentfc9f622cba6b6671f5b5f0371de9bf31ae75c7d1 (diff)
downloadjustbuild-bbfd7d286ee5ed4e3caceb20d9debb0f971adb19.tar.gz
Document computed roots as implemented concept
... rather than as future design. While there, also add target-level caching as a service to the list of documentation pages.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f444864f..5315524b 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,8 @@ taken from user-defined rules described by functional expressions.
- [Cache Pragma and Testing](doc/concepts/cache-pragma.md)
- [Anonymous Targets](doc/concepts/anonymous-targets.md)
- [Target-Level Caching](doc/concepts/target-cache.md)
+- [Target-Level Caching as a Service](doc/concepts/service-target-cache.md)
- [Garbage Collection](doc/concepts/garbage.md)
- [Symbolic links](doc/concepts/symlinks.md)
- [Execution properties](doc/concepts/execution-properties.md)
+- [Computed roots](doc/concepts/computed-roots.md)