From 4c59a401d5cd053907be8dba3ff9c28483581688 Mon Sep 17 00:00:00 2001 From: philomath Date: Wed, 21 Apr 2021 16:59:55 -0700 Subject: [PATCH] Fixed missing H1s caused by Solace theme default setting. Due to the single sourcing & recursive includes in the Blaze docs, switching this bit is the easiest way to fix the bugs linking to headers and incorrect page titles. Given the levels of staging, I'm not sure that this will work. However, I think the risks are low. PiperOrigin-RevId: 369764964 --- site/docs/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/guide.md b/site/docs/guide.md index 2b10c7f1d8b4e8..4db7cd517845c8 100644 --- a/site/docs/guide.md +++ b/site/docs/guide.md @@ -3,7 +3,7 @@ layout: documentation title: User's guide --- -# A User's Guide to Bazel +# User's Guide To run Bazel, go to your base [workspace](build-ref.html#workspace) directory or any of its subdirectories and type `bazel`.