Docs: Update headers in Bazel overview pages

PiperOrigin-RevId: 343606251
diff --git a/site/docs/build-javascript.md b/site/docs/build-javascript.md
index f5dc71d..db83dfb 100644
--- a/site/docs/build-javascript.md
+++ b/site/docs/build-javascript.md
@@ -31,13 +31,13 @@
 To set up your environment for building JavaScript outputs with Bazel, do the
 following:
 
-### Step 1: Installing Bazel
+### Installing Bazel
 
 You can either [Install Bazel](install.html) following the same steps that you
 would for backend development, or you can install NodeJS with npm and run
 `npm install -g @bazel/bazel`.
 
-### Step 2: Installing iBazel
+### Installing iBazel
 
 iBazel, or iterative Bazel, is a "watchdog" version of Bazel that automatically
 runs whenever your source files change. Use it to auto-run your tests and
@@ -61,7 +61,7 @@
 
 To use `ibazel`, simply replace `bazel` with `ibazel` in your Bazel commands.
 
-### Step 3: Configuring the `bazel.rc` file
+### Configuring the `bazel.rc` file
 
 Any Bazel build flag or option that can be placed on the command line can also
 be set in the project's [`bazel.rc` file](guide.html#bazelrc)