Docs: Fix titles of Bazel site pages Part 3
PiperOrigin-RevId: 350861033
diff --git a/site/docs/platforms-intro.md b/site/docs/platforms-intro.md
index 8f10298..925c3de 100644
--- a/site/docs/platforms-intro.md
+++ b/site/docs/platforms-intro.md
@@ -3,7 +3,7 @@
title: Building with platforms
---
-# Building with platforms
+# Building with Platforms
Bazel has sophisticated support for modeling [platforms][Platforms] and
diff --git a/site/docs/query-how-to.html b/site/docs/query-how-to.html
index b01f940..f783fef 100644
--- a/site/docs/query-how-to.html
+++ b/site/docs/query-how-to.html
@@ -2,7 +2,7 @@
layout: documentation
title: Bazel query how-to
---
-<h1>Bazel query how-to</h1>
+<h1>Bazel Query How-To</h1>
<p>
This page covers how to get started using Bazel's query language to trace
diff --git a/site/docs/query.html b/site/docs/query.html
index bd62ecc..fcec308 100644
--- a/site/docs/query.html
+++ b/site/docs/query.html
@@ -2,7 +2,7 @@
layout: documentation
title: Query language
---
-<h1>The Bazel query reference</h1>
+<h1>The Bazel Query Reference</h1>
This page is the reference manual for the <em>Bazel Query Language</em> used
diff --git a/site/docs/remote-caching-debug.md b/site/docs/remote-caching-debug.md
index d87ba8d..3a1ca1f 100644
--- a/site/docs/remote-caching-debug.md
+++ b/site/docs/remote-caching-debug.md
@@ -3,7 +3,7 @@
title: Debugging remote cache hits for local execution
---
-# Debugging remote cache hits for local execution
+# Debugging Remote Cache Hits for Local Execution
This page describes how to investigate cache misses in the context of local
execution.
diff --git a/site/docs/remote-caching.md b/site/docs/remote-caching.md
index fcb6f3f..9430105 100644
--- a/site/docs/remote-caching.md
+++ b/site/docs/remote-caching.md
@@ -3,7 +3,7 @@
title: Remote caching
---
-# Remote caching
+# Remote Caching
This page covers remote caching, setting up a server to host the cache, and
running builds using the remote cache.
diff --git a/site/docs/remote-execution-caching-debug.md b/site/docs/remote-execution-caching-debug.md
index 20adca2..3a6f336 100644
--- a/site/docs/remote-execution-caching-debug.md
+++ b/site/docs/remote-execution-caching-debug.md
@@ -3,7 +3,7 @@
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.
diff --git a/site/docs/remote-execution-ci.md b/site/docs/remote-execution-ci.md
index 99eb9c9..fda95e4 100644
--- a/site/docs/remote-execution-ci.md
+++ b/site/docs/remote-execution-ci.md
@@ -3,7 +3,7 @@
title: Configuring Bazel CI to test rules for remote execution
---
-# Configuring Bazel CI to test rules for remote execution
+# Configuring Bazel CI to Test Rules for Remote Execution
This page is for owners and maintainers of Bazel rule repositories. It
describes how to configure the Bazel Continuous Integration (CI) system for
diff --git a/site/docs/remote-execution-rules.md b/site/docs/remote-execution-rules.md
index 7257be2..2459596 100644
--- a/site/docs/remote-execution-rules.md
+++ b/site/docs/remote-execution-rules.md
@@ -3,7 +3,7 @@
title: Adapting Bazel rules for remote execution
---
-# Adapting Bazel rules for remote execution
+# Adapting Bazel Rules for Remote Execution
This page is intended for Bazel users writing custom build and test rules
who want to understand the requirements for Bazel rules in the context of
diff --git a/site/docs/remote-execution-sandbox.md b/site/docs/remote-execution-sandbox.md
index 36d9657..a1ad29a 100644
--- a/site/docs/remote-execution-sandbox.md
+++ b/site/docs/remote-execution-sandbox.md
@@ -3,7 +3,7 @@
title: Troubleshooting Bazel remote execution with Docker sandbox
---
-# Troubleshooting Bazel remote execution with Docker sandbox
+# Troubleshooting Bazel Remote Execution with Docker Sandbox
Bazel builds that succeed locally may fail when executed remotely due to
restrictions and requirements that do not affect local builds. The most common
diff --git a/site/docs/remote-execution.md b/site/docs/remote-execution.md
index 0c56714..e334206 100644
--- a/site/docs/remote-execution.md
+++ b/site/docs/remote-execution.md
@@ -3,7 +3,7 @@
title: Remote execution overview
---
-# Remote execution overview
+# Remote Execution Overview
This page covers the benefits, requirements, and options for running Bazel
with remote execution.