Standardize site-wide capitalization
- Use **Sentence casing** for all titles and section headers
- Words after a **":"** remain capitalized
- A few section name rewrites for shorter length, better readability
Source: https://developers.google.com/style/capitalization#capitalization-in-titles-and-headings_1
Serves https://github.com/bazelbuild/bazel/issues/10794
Closes #10827.
PiperOrigin-RevId: 296278672
diff --git a/site/docs/remote-execution-caching-debug.md b/site/docs/remote-execution-caching-debug.md
index 6d00f53..7598d35 100644
--- a/site/docs/remote-execution-caching-debug.md
+++ b/site/docs/remote-execution-caching-debug.md
@@ -1,9 +1,9 @@
---
layout: documentation
-title: Debugging Remote Cache Hits for Remote Execution
+title: Debugging remote cache hits for remote execution
---
-# Debugging Remote Cache Hits for Remote Execution
+# Debugging remote cache hits for remote execution
This page describes how to check your cache hit rate and how to investigate
cache misses in the context of remote execution.
@@ -40,7 +40,7 @@
If you are not getting the cache hit rate you are expecting, do the following:
-### Ensure re-running the same build/test command produces cache hits.
+### Ensure re-running the same build/test command produces cache hits
1. Run the build(s) and/or test(s) that you expect to populate the cache. The
first time a new build is run on a particular stack, we expect no remote