Docs: Fix titles of Bazel site pages, Part 1

PiperOrigin-RevId: 350874227
diff --git a/site/docs/aquery.html b/site/docs/aquery.html
index c4665ca..bb35cd5 100644
--- a/site/docs/aquery.html
+++ b/site/docs/aquery.html
@@ -2,7 +2,7 @@
 layout: documentation
 title: Aquery (action graph query)
 ---
-<h1>Aquery (action graph query)</h1>
+<h1>Aquery (Action Graph Query)</h1>
 
 
 <h2 id='overview'>Overview</h2>
diff --git a/site/docs/backward-compatibility.md b/site/docs/backward-compatibility.md
index 42e83de..83b791a 100644
--- a/site/docs/backward-compatibility.md
+++ b/site/docs/backward-compatibility.md
@@ -3,7 +3,7 @@
 title: Backward compatibility
 ---
 
-# Backward compatibility
+# Backward Compatibility
 
 This page provides information on how to handle backward compatibility,
 including migration requirements and how to communicate incompatible changes.
diff --git a/site/docs/bazel-and-apple.md b/site/docs/bazel-and-apple.md
index 48343c3..0d1cbf1 100644
--- a/site/docs/bazel-and-apple.md
+++ b/site/docs/bazel-and-apple.md
@@ -3,7 +3,7 @@
 title: Apple apps and Bazel
 ---
 
-# Apple apps and Bazel
+# Apple Apps and Bazel
 
 This page contains resources that help you use Bazel to build macOS and iOS
 projects. It links to a tutorial, build rules, and other information specific to
diff --git a/site/docs/build-ref.html b/site/docs/build-ref.html
index 9ba2b9b..862b6f5 100644
--- a/site/docs/build-ref.html
+++ b/site/docs/build-ref.html
@@ -2,7 +2,7 @@
 layout: documentation
 title: Concepts and terminology
 ---
-<h1>Concepts and terminology</h1>
+<h1>Concepts and Terminology</h1>
 <p>
   This document provides an overview of the source tree layout and the
   terminology used in Bazel.
diff --git a/site/docs/cc-toolchain-config-reference.md b/site/docs/cc-toolchain-config-reference.md
index 569ae60..fdc6c7c 100644
--- a/site/docs/cc-toolchain-config-reference.md
+++ b/site/docs/cc-toolchain-config-reference.md
@@ -3,7 +3,7 @@
 title: C++ toolchain configuration
 ---
 
-# C++ toolchain configuration
+# C++ Toolchain Configuration
 
 ## Overview
 
diff --git a/site/docs/completion.md b/site/docs/completion.md
index 16080f5..01b46f5 100644
--- a/site/docs/completion.md
+++ b/site/docs/completion.md
@@ -3,7 +3,7 @@
 title: Command-line completion
 ---
 
-# Command-line completion
+# Command-Line Completion
 
 You can enable command-line completion (also known as tab-completion) in Bash
 and Zsh. This lets you tab-complete command names, flags names and flag values,
diff --git a/site/docs/configurable-attributes.md b/site/docs/configurable-attributes.md
index f93ddf8..9a789e0 100644
--- a/site/docs/configurable-attributes.md
+++ b/site/docs/configurable-attributes.md
@@ -3,7 +3,7 @@
 title: Configurable build attributes
 ---
 
-# Configurable build attributes
+# Configurable Build Attributes
 
 **_Configurable attributes_**, commonly known as [`select()`](
 be/functions.html#select), is a Bazel feature that lets users toggle the values
diff --git a/site/docs/cquery.html b/site/docs/cquery.html
index 7417cc4..b68584c 100644
--- a/site/docs/cquery.html
+++ b/site/docs/cquery.html
@@ -2,7 +2,7 @@
 layout: documentation
 title: Cquery (configurable query)
 ---
-<h1>Cquery (configurable query)</h1>
+<h1>Cquery (Configurable Query)</h1>
 
 <h2 id='overview'>Overview</h2>
 
diff --git a/site/docs/creating-workers.md b/site/docs/creating-workers.md
index 49b98d1..232d515 100644
--- a/site/docs/creating-workers.md
+++ b/site/docs/creating-workers.md
@@ -3,7 +3,7 @@
 title: Creating persistent workers
 ---
 
-# Creating persistent workers
+# Creating Persistent Workers
 
 [Persistent workers](persistent-workers.html) can make your build faster.
 If you have repeated actions in your build that have a high startup cost or