Site: Use automatic ToC for more pages
RELNOTES: None.
PiperOrigin-RevId: 221140593
diff --git a/site/docs/crosstool-reference.md b/site/docs/crosstool-reference.md
index 1996155..331780a 100644
--- a/site/docs/crosstool-reference.md
+++ b/site/docs/crosstool-reference.md
@@ -5,25 +5,9 @@
# Understanding CROSSTOOL
-* [Overview](#overview)
-* [`CROSSTOOL` proto structure](#crosstool-proto-structure)
-* [Toolchain selection](#toolchain-selection)
-* [`CROSSTOOL` features](#crosstool-features)
- * [Feature relationships](#feature-relationships)
-* [`CROSSTOOL` actions](#crosstool-actions)
- * [Assembler actions](#assembler-actions)
- * [Compiler actions](#compiler-actions)
- * [Link actions](#link-actions)
- * [AR actions](#ar-actions)
- * [LTO actions](#lto-actions)
-* [`CROSSTOOL` action_config`](#crosstool-action_config)
- * [`tool` messages](#tool-messages)
- * [Example usage](#example-usage)
- * [Flag groups](#flag-groups)
- * [Conditional expansion](#conditional-expansion)
-* [`CROSSTOOL` reference](#crosstool-reference)
- * [`CROSSTOOL` build variables](#crosstool-build-variables)
- * [`CROSSTOOL` features](#crosstool-features)
+* ToC
+{:toc}
+
To get hands-on with `CROSSTOOL`, see the
[Configuring `CROSSTOOL`](tutorial/crosstool.html) tutorial.