summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5173111d..53591547 100644
--- a/README.md
+++ b/README.md
@@ -26,16 +26,18 @@ dependencies locally (neither as source nor as binary).
- [Getting Started](doc/tutorial/getting-started.md)
- [Hello World](doc/tutorial/hello-world.md)
- [Third-party dependencies](doc/tutorial/third-party-software.md)
- - [Debugging](doc/tutorial/debugging.md)
- [Tests](doc/tutorial/tests.md)
+ - [Debugging](doc/tutorial/debugging.md)
- [Targets versus `FILE`, `GLOB`, and `TREE`](doc/tutorial/target-file-glob-tree.md)
- [Ensuring reproducibility](doc/tutorial/rebuild.md)
- - [Using protobuf](doc/tutorial/proto.md)
- [Running linters](doc/tutorial/lint.md)
- - [How to create a single-node remote execution service](doc/tutorial/just-execute.org)
- [Dependency management using Target-level Cache as a Service](doc/tutorial/just-serve.md)
- [Cross compiling and testing cross-compiled targets](doc/tutorial/cross-compiling.md)
- [Multi-repository configuration management](doc/tutorial/just-lock.md)
+
+* Advanced Topics
+ - [Using protobuf](doc/tutorial/proto.md)
+ - [How to create a single-node remote execution service](doc/tutorial/just-execute.org)
- [Computed roots](doc/tutorial/computed.md)
- [More build delegation through a serve endpoint](doc/tutorial/build-delegation.md)