Docs: Fix Titles of Bazel pages part 2

PiperOrigin-RevId: 350873133
diff --git a/site/docs/exec-groups.md b/site/docs/exec-groups.md
index 8676a3a..f9a6bfb 100644
--- a/site/docs/exec-groups.md
+++ b/site/docs/exec-groups.md
@@ -3,7 +3,7 @@
 title: Execution groups
 ---
 
-# Execution groups
+# Execution Groups
 
 
 Execution groups allow for multiple execution platforms within a single target.
diff --git a/site/docs/external.md b/site/docs/external.md
index 440657e..c7dc664 100644
--- a/site/docs/external.md
+++ b/site/docs/external.md
@@ -3,7 +3,7 @@
 title: External dependencies
 ---
 
-# Working with external dependencies
+# Working with External Dependencies
 
 Bazel can depend on targets from other projects.  Dependencies from these other
 projects are called _external dependencies_.
diff --git a/site/docs/generate-workspace.md b/site/docs/generate-workspace.md
index 7730b30..6b51b79 100644
--- a/site/docs/generate-workspace.md
+++ b/site/docs/generate-workspace.md
@@ -8,7 +8,7 @@
 https://github.com/bazelbuild/rules_jvm_external) to fetch and resolve
 Maven artifacts transitively.
 
-# Generate external dependencies from Maven projects
+# Generate External Dependencies from Maven Projects
 
 The tool `generate_workspace` helps automate the process of writing
 the WORKSPACE file for a Java project. This tool is
diff --git a/site/docs/getting-started.md b/site/docs/getting-started.md
index 32e589b..efd4708 100644
--- a/site/docs/getting-started.md
+++ b/site/docs/getting-started.md
@@ -3,7 +3,7 @@
 title: Getting started
 ---
 
-# Getting started with Bazel
+# Getting Started with Bazel
 
 This page contains resources that help you get started with Bazel, including
 installation steps and container information. It also provides links to
diff --git a/site/docs/guide.md b/site/docs/guide.md
index 3bd1308..79349d2 100644
--- a/site/docs/guide.md
+++ b/site/docs/guide.md
@@ -3,7 +3,7 @@
 title: User's guide
 ---
 
-# A user's guide to Bazel
+# A User's Guide to Bazel
 
 To run Bazel, go to your base [workspace](build-ref.html#workspace) directory
 or any of its subdirectories and type `bazel`.
diff --git a/site/docs/install-compile-source.md b/site/docs/install-compile-source.md
index 3b90b39..ccb5fa6 100644
--- a/site/docs/install-compile-source.md
+++ b/site/docs/install-compile-source.md
@@ -3,7 +3,7 @@
 title: Compiling Bazel from source
 ---
 
-<h1 id="compiling-from-source">Compiling Bazel from source</h1>
+<h1 id="compiling-from-source">Compiling Bazel from Source</h1>
 
 This page describes how to install Bazel from source and provides
 troubleshooting tips for common issues.
diff --git a/site/docs/integrating-with-rules-cc.md b/site/docs/integrating-with-rules-cc.md
index 0798ebc..2054a1f 100644
--- a/site/docs/integrating-with-rules-cc.md
+++ b/site/docs/integrating-with-rules-cc.md
@@ -3,7 +3,7 @@
 title: Integrating with C++ rules
 ---
 
-# Integrating with C++ rules
+# Integrating with C++ Rules
 
 This page describes how to integrate with C++ rules on various levels.
 
diff --git a/site/docs/memory-saving-mode.md b/site/docs/memory-saving-mode.md
index 12558fb..1c2c380 100644
--- a/site/docs/memory-saving-mode.md
+++ b/site/docs/memory-saving-mode.md
@@ -3,7 +3,7 @@
 title: Memory-saving Mode
 ---
 
-# Running Bazel with limited RAM
+# Running Bazel with Limited RAM
 
 This page describes how to use flags to run Bazel with limited RAM.
 
diff --git a/site/docs/migrate-cocoapods.md b/site/docs/migrate-cocoapods.md
index aaf7828..d5185f8 100644
--- a/site/docs/migrate-cocoapods.md
+++ b/site/docs/migrate-cocoapods.md
@@ -3,7 +3,7 @@
 title: Converting CocoaPods dependencies
 ---
 
-# Converting CocoaPods dependencies
+# Converting CocoaPods Dependencies
 
 CocoaPods is a third-party dependency management system for Apple application
 development.
diff --git a/site/docs/multiplex-worker.md b/site/docs/multiplex-worker.md
index 74cc726..b09ea79 100644
--- a/site/docs/multiplex-worker.md
+++ b/site/docs/multiplex-worker.md
@@ -3,7 +3,7 @@
 title: Multiplex workers
 ---
 
-# Multiplex workers (experimental feature)
+# Multiplex Workers (Experimental Feature)
 
 This page describes multiplex workers, how to write multiplex-compatible
 rules, and workarounds for certain limitations.
diff --git a/site/docs/output_directories.md b/site/docs/output_directories.md
index 0129312..07fe2c5 100644
--- a/site/docs/output_directories.md
+++ b/site/docs/output_directories.md
@@ -3,7 +3,7 @@
 title: Output directory layout
 ---
 
-# Output directory layout
+# Output Directory Layout
 
 This page covers requirements and layout for output directories.