aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--site/_layouts/documentation.html56
-rw-r--r--site/docs/install-compile-source.md4
-rw-r--r--site/docs/install-os-x.md12
-rw-r--r--site/docs/install-redhat.md6
-rw-r--r--site/docs/install-ubuntu.md4
-rw-r--r--site/docs/install-windows.md2
-rw-r--r--site/docs/rule-challenges.md4
-rw-r--r--site/docs/skylark/performance.md4
-rw-r--r--site/docs/tutorial/android-app.md2
-rw-r--r--site/docs/tutorial/cpp.md2
-rw-r--r--site/docs/tutorial/ios-app.md2
-rw-r--r--site/docs/tutorial/java.md2
12 files changed, 50 insertions, 50 deletions
diff --git a/site/_layouts/documentation.html b/site/_layouts/documentation.html
index 124e2be700..f2da015d93 100644
--- a/site/_layouts/documentation.html
+++ b/site/_layouts/documentation.html
@@ -29,31 +29,31 @@ nav: docs
<li><a href="/versions/{{ site.version }}/experimental.html">Experimental Features</a></li>
</ul>
- <h3>Install Bazel</h3>
+ <h3>Installing Bazel</h3>
<ul class="sidebar-nav">
<li><a href="/versions/{{ site.version }}/install.html">Installation Overview</a></li>
- <li><a href="/versions/{{ site.version }}/install-ubuntu.html">Install on Ubuntu</a></li>
- <li><a href="/versions/{{ site.version }}/install-redhat.html">Install on Fedora/CentOS</a></li>
- <li><a href="/versions/{{ site.version }}/install-os-x.html">Install on macOS</a></li>
- <li><a href="/versions/{{ site.version }}/install-windows.html">Install on Windows</a></li>
- <li><a href="/versions/{{ site.version }}/install-compile-source.html">Compile from Source</a></li>
- <li><a href="/versions/{{ site.version }}/ide.html">Integrate with IDEs</a></li>
+ <li><a href="/versions/{{ site.version }}/install-ubuntu.html">Installing on Ubuntu</a></li>
+ <li><a href="/versions/{{ site.version }}/install-redhat.html">Installing on Fedora/CentOS</a></li>
+ <li><a href="/versions/{{ site.version }}/install-os-x.html">Installing on macOS</a></li>
+ <li><a href="/versions/{{ site.version }}/install-windows.html">Installing on Windows</a></li>
+ <li><a href="/versions/{{ site.version }}/install-compile-source.html">Compiling from Source</a></li>
+ <li><a href="/versions/{{ site.version }}/ide.html">Integrating with IDEs</a></li>
</ul>
<h3>Tutorials</h3>
<ul class="sidebar-nav">
- <li><a href="/versions/{{ site.version }}/tutorial/java.html">Build a Java Project</a></li>
- <li><a href="/versions/{{ site.version }}/tutorial/cpp.html">Build a C++ Project</a></li>
- <li><a href="/versions/{{ site.version }}/tutorial/android-app.html">Build an Android App</a></li>
- <li><a href="/versions/{{ site.version }}/tutorial/ios-app.html">Build an iOS App</a></li>
- <li><a href="/versions/{{ site.version }}/skylark/tutorial-sharing-variables.html">Skylark: Share Variables</a></li>
- <li><a href="/versions/{{ site.version }}/skylark/tutorial-creating-a-macro.html">Skylark: Create Macros</a></li>
+ <li><a href="/versions/{{ site.version }}/tutorial/java.html">Building a Java Project</a></li>
+ <li><a href="/versions/{{ site.version }}/tutorial/cpp.html">Building a C++ Project</a></li>
+ <li><a href="/versions/{{ site.version }}/tutorial/android-app.html">Building an Android App</a></li>
+ <li><a href="/versions/{{ site.version }}/tutorial/ios-app.html">Building an iOS App</a></li>
+ <li><a href="/versions/{{ site.version }}/skylark/tutorial-sharing-variables.html">Skylark: Sharing Variables</a></li>
+ <li><a href="/versions/{{ site.version }}/skylark/tutorial-creating-a-macro.html">Skylark: Creating Macros</a></li>
<li><a href="/versions/{{ site.version }}/skylark/cookbook.html">Skylark: Example Extensions</a></li>
</ul>
- <h3>Use Bazel</h3>
+ <h3>Using Bazel</h3>
<ul class="sidebar-nav">
- <li><a href="/versions/{{ site.version }}/getting-started.html">Get Started</a></li>
+ <li><a href="/versions/{{ site.version }}/getting-started.html">Getting Started</a></li>
<li><a href="/versions/{{ site.version }}/user-manual.html">User Manual</a></li>
<li>
@@ -76,8 +76,8 @@ nav: docs
</a>
<ul class="collapse sidebar-nav sidebar-submenu" id="java-menu">
<li><a href="/versions/{{ site.version }}/bazel-and-java.html">Java Resources</a></li>
- <li><a href="/versions/{{ site.version }}/migrate-maven.html">Migrate from Maven</a></li>
- <li><a href="/versions/{{ site.version }}/generate-workspace.html">Convert Maven Dependencies</a></li>
+ <li><a href="/versions/{{ site.version }}/migrate-maven.html">Migrating from Maven</a></li>
+ <li><a href="/versions/{{ site.version }}/generate-workspace.html">Converting Maven Dependencies</a></li>
</ul>
</li>
@@ -89,7 +89,7 @@ nav: docs
</a>
<ul class="collapse sidebar-nav sidebar-submenu" id="android-menu">
<li><a href="/versions/{{ site.version }}/bazel-and-android.html">Android Resources</a></li>
- <li><a href="/versions/{{ site.version }}/mobile-install.html">Use mobile-install</a></li>
+ <li><a href="/versions/{{ site.version }}/mobile-install.html">Using mobile-install</a></li>
</ul>
</li>
@@ -101,14 +101,14 @@ nav: docs
</a>
<ul class="collapse sidebar-nav sidebar-submenu" id="apple-menu">
<li><a href="/versions/{{ site.version }}/bazel-and-apple.html">Apple Resources</a></li>
- <li><a href="/versions/{{ site.version }}/migrate-xcode.html">Migrate from Xcode</a></li>
- <li><a href="/versions/{{ site.version }}/migrate-cocoapods.html">Convert CocoaPods</a></li>
+ <li><a href="/versions/{{ site.version }}/migrate-xcode.html">Migrating from Xcode</a></li>
+ <li><a href="/versions/{{ site.version }}/migrate-cocoapods.html">Converting CocoaPods</a></li>
</ul>
</li>
- <li><a href="/versions/{{ site.version }}/windows.html">Use Bazel on Windows</a></li>
- <li><a href="/versions/{{ site.version }}/external.html">Add External Dependencies</a></li>
- <li><a href="/versions/{{ site.version }}/query-how-to.html">Query Builds</a></li>
- <li><a href="/versions/{{ site.version }}/test-encyclopedia.html">Write Tests</a></li>
+ <li><a href="/versions/{{ site.version }}/windows.html">Using Bazel on Windows</a></li>
+ <li><a href="/versions/{{ site.version }}/external.html">Adding External Dependencies</a></li>
+ <li><a href="/versions/{{ site.version }}/query-how-to.html">Querying Builds</a></li>
+ <li><a href="/versions/{{ site.version }}/test-encyclopedia.html">Writing Tests</a></li>
<li><a href="/versions/{{ site.version }}/best-practices.html">Best Practices</a></li>
</ul>
@@ -187,10 +187,10 @@ nav: docs
<li><a href="/versions/{{ site.version }}/skylark/repository_rules.html">Repository Rules</a></li>
</ul>
</li>
- <li><a href="/versions/{{ site.version }}/rule-challenges.html">Write Rules</a></li>
- <li><a href="https://skydoc.bazel.build" target="_blank">Document Rules</a></li>
- <li><a href="/versions/{{ site.version }}/skylark/deploying.html">Deploy Rules</a></li>
- <li><a href="/versions/{{ site.version }}/skylark/performance.html">Optimize Performance</a></li>
+ <li><a href="/versions/{{ site.version }}/rule-challenges.html">Writing Rules</a></li>
+ <li><a href="https://skydoc.bazel.build" target="_blank">Documenting Rules</a></li>
+ <li><a href="/versions/{{ site.version }}/skylark/deploying.html">Deploying Rules</a></li>
+ <li><a href="/versions/{{ site.version }}/skylark/performance.html">Optimizing Performance</a></li>
<li><a href="/versions/{{ site.version }}/skylark/backward-compatibility.html">Backward Compatibility</a></li>
<li><a href="/versions/{{ site.version }}/skylark/skylint.html">Skylark Linter</a></li>
<li><a href="/versions/{{ site.version }}/skylark/lib/skylark-overview.html">Modules and Globals</a></li>
diff --git a/site/docs/install-compile-source.md b/site/docs/install-compile-source.md
index 03c72fb880..1bee1e168f 100644
--- a/site/docs/install-compile-source.md
+++ b/site/docs/install-compile-source.md
@@ -1,9 +1,9 @@
---
layout: documentation
-title: Compile Bazel from Source
+title: Compiling Bazel from Source
---
-# <a name="compiling-from-source"></a>Compile Bazel from source
+# <a name="compiling-from-source"></a>Compiling Bazel from Source
You can build Bazel from source following these steps:
diff --git a/site/docs/install-os-x.md b/site/docs/install-os-x.md
index 5318344081..fe2c0f824f 100644
--- a/site/docs/install-os-x.md
+++ b/site/docs/install-os-x.md
@@ -3,9 +3,9 @@ layout: documentation
title: Installing Bazel on macOS
---
-# <a name="mac-os-x"></a>Install Bazel on macOS (OS X)
+# <a name="mac-os-x"></a>Installing Bazel on macOS
-Install Bazel on macOS (OS X) using one of the following methods:
+Install Bazel on macOS using one of the following methods:
* [Use Homebrew (recommended)](#install-on-mac-os-x-homebrew)
* [Use the binary installer](#install-with-installer-mac-os-x)
@@ -16,17 +16,17 @@ Bazel comes with two completion scripts. After installing Bazel, you can:
* access the [bash completion script](install.md)
* install the [zsh completion script](install.md)
-## <a name="install-on-mac-os-x-homebrew"></a>Install using Homebrew
+## <a name="install-on-mac-os-x-homebrew"></a>Installing using Homebrew
### 1. Install JDK 8
JDK 8 can be downloaded from [Oracle's JDK
Page](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html).
-Look for "Mac OS X" under "Java SE Development Kit". This will download a DMG
+Look for "macOS" under "Java SE Development Kit". This will download a DMG
image with an install wizard.
-### 2. Install Homebrew on macOS (OS X)
+### 2. Install Homebrew on macOS
Installing Homebrew is a one-time setup:
@@ -53,7 +53,7 @@ Once installed, you can upgrade to a newer version of Bazel with:
brew upgrade bazel
```
-## <a name="install-with-installer-mac-os-x"></a>Install using binary installer
+## <a name="install-with-installer-mac-os-x"></a>Installing using binary installer
The binary installers are on Bazel's [GitHub releases page](https://github.com/bazelbuild/bazel/releases).
diff --git a/site/docs/install-redhat.md b/site/docs/install-redhat.md
index 9c4f65c934..a7ce4e52f6 100644
--- a/site/docs/install-redhat.md
+++ b/site/docs/install-redhat.md
@@ -3,14 +3,14 @@ layout: documentation
title: Installing Bazel on Fedora and CentOS
---
-# Install Bazel on Fedora and CentOS
+# Installing Bazel on Fedora and CentOS
The Bazel team does not provide official packages for Fedora and CentOS.
Vincent Batts [@vbatts](https://github.com/vbatts) generously maintains
unofficial packages on
[Fedora COPR](https://copr.fedorainfracloud.org/coprs/vbatts/bazel/).
-## Install Bazel on Fedora 25, 26
+## Installing Bazel on Fedora 25, 26
1. Install `dnf` and the `copr` plugin if you have not already done so.
@@ -21,7 +21,7 @@ unofficial packages on
dnf install bazel
```
-## Install Bazel on CentOS 7
+## Installing Bazel on CentOS 7
1. Download the corresponding `.repo` file from [Fedora COPR](https://copr.fedorainfracloud.org/coprs/vbatts/bazel/)
and copy it to `/etc/yum.repos.d/`.
diff --git a/site/docs/install-ubuntu.md b/site/docs/install-ubuntu.md
index 3da518c355..ce93022462 100644
--- a/site/docs/install-ubuntu.md
+++ b/site/docs/install-ubuntu.md
@@ -3,7 +3,7 @@ layout: documentation
title: Installing Bazel on Ubuntu
---
-# <a name="ubuntu"></a>Install Bazel on Ubuntu
+# <a name="ubuntu"></a>Installing Bazel on Ubuntu
Supported Ubuntu Linux platforms:
@@ -60,7 +60,7 @@ Once installed, you can upgrade to a newer version of Bazel with:
sudo apt-get upgrade bazel
```
-## <a name="install-with-installer-ubuntu"></a>Install using binary installer
+## <a name="install-with-installer-ubuntu"></a>Installing using binary installer
The binary installers are on Bazel's [GitHub releases page](https://github.com/bazelbuild/bazel/releases).
diff --git a/site/docs/install-windows.md b/site/docs/install-windows.md
index a5019ae6aa..857e2a4b2c 100644
--- a/site/docs/install-windows.md
+++ b/site/docs/install-windows.md
@@ -3,7 +3,7 @@ layout: documentation
title: Installing Bazel on Windows
---
-# <a name="windows"></a>Install Bazel on Windows
+# <a name="windows"></a>Installing Bazel on Windows
Supported Windows platforms:
diff --git a/site/docs/rule-challenges.md b/site/docs/rule-challenges.md
index 23737cd830..1d39695600 100644
--- a/site/docs/rule-challenges.md
+++ b/site/docs/rule-challenges.md
@@ -1,9 +1,9 @@
---
layout: documentation
-title: Challenges of Writing Rules.
+title: Challenges of Writing Rules
---
-# Challenges of Writing Rules.
+# Challenges of Writing Rules
We have heard feedback from various people that they have
difficulty to write efficient Bazel rules. There is no single root cause, but
diff --git a/site/docs/skylark/performance.md b/site/docs/skylark/performance.md
index b7a88b4994..4538bfdb94 100644
--- a/site/docs/skylark/performance.md
+++ b/site/docs/skylark/performance.md
@@ -1,9 +1,9 @@
---
layout: documentation
-title: Performance
+title: Optimizing Performance
---
-# Performance
+# Optimizing Performance
<!-- [TOC] -->
diff --git a/site/docs/tutorial/android-app.md b/site/docs/tutorial/android-app.md
index a049f22035..f01662847f 100644
--- a/site/docs/tutorial/android-app.md
+++ b/site/docs/tutorial/android-app.md
@@ -3,7 +3,7 @@ layout: documentation
title: Build Tutorial - Android
---
-Introduction to Bazel: Build an Android App
+Introduction to Bazel: Building an Android App
==========
In this tutorial, you will learn how to build a simple Android app. You'll do
diff --git a/site/docs/tutorial/cpp.md b/site/docs/tutorial/cpp.md
index 32ac4f6a86..f757bfd49a 100644
--- a/site/docs/tutorial/cpp.md
+++ b/site/docs/tutorial/cpp.md
@@ -3,7 +3,7 @@ layout: documentation
title: Build Tutorial - C++
---
-Introduction to Bazel: Build a C++ Project
+Introduction to Bazel: Building a C++ Project
==========
In this tutorial, you'll learn the basics of building C++ applications with
diff --git a/site/docs/tutorial/ios-app.md b/site/docs/tutorial/ios-app.md
index 17f1ffbf10..dba5b55d31 100644
--- a/site/docs/tutorial/ios-app.md
+++ b/site/docs/tutorial/ios-app.md
@@ -3,7 +3,7 @@ layout: documentation
title: Build Tutorial - iOS
---
-Introduction to Bazel: Build an iOS App
+Introduction to Bazel: Building an iOS App
==========
In this tutorial, you will learn how to build a simple iOS app. You'll do the
diff --git a/site/docs/tutorial/java.md b/site/docs/tutorial/java.md
index e273776316..8b4a4825e6 100644
--- a/site/docs/tutorial/java.md
+++ b/site/docs/tutorial/java.md
@@ -3,7 +3,7 @@ layout: documentation
title: Build Tutorial - Java
---
-Introduction to Bazel: Build a Java Project
+Introduction to Bazel: Building a Java Project
==========
In this tutorial, you'll learn the basics of building Java applications with