aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/versions/master
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-03-27 14:47:34 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2017-03-27 15:10:57 +0000
commit7cd006a16870671a1063ab036291aea7e7d94ca3 (patch)
tree65589ea325d57cd447fe963e496ea46b03486644 /site/versions/master
parent20daf6de4968ab92ebf08bc8ba214e7fcf0e745b (diff)
Fix for broken links on bazel.build - updated the .md headers for these three files
-- PiperOrigin-RevId: 151319959 MOS_MIGRATED_REVID=151319959
Diffstat (limited to 'site/versions/master')
-rw-r--r--site/versions/master/docs/install-os-x.md7
-rw-r--r--site/versions/master/docs/install-ubuntu.md7
-rw-r--r--site/versions/master/docs/windows-chocolatey-maintenance.md11
3 files changed, 11 insertions, 14 deletions
diff --git a/site/versions/master/docs/install-os-x.md b/site/versions/master/docs/install-os-x.md
index f18b7666c2..32fff7d5fa 100644
--- a/site/versions/master/docs/install-os-x.md
+++ b/site/versions/master/docs/install-os-x.md
@@ -1,8 +1,7 @@
---------------------------------------------------------------------------------
-
+---
layout: documentation
-
-## title: Installing Bazel on macOS (OS X)
+title: Installing Bazel on macOS
+---
# <a name="mac-os-x"></a>Install Bazel on macOS (OS X)
diff --git a/site/versions/master/docs/install-ubuntu.md b/site/versions/master/docs/install-ubuntu.md
index 3fe9ee3c04..cdc88f7628 100644
--- a/site/versions/master/docs/install-ubuntu.md
+++ b/site/versions/master/docs/install-ubuntu.md
@@ -1,8 +1,7 @@
---------------------------------------------------------------------------------
-
+---
layout: documentation
-
-## title: Installing Bazel on Ubuntu
+title: Installing Bazel on Ubuntu
+---
# <a name="ubuntu"></a>Install Bazel on Ubuntu
diff --git a/site/versions/master/docs/windows-chocolatey-maintenance.md b/site/versions/master/docs/windows-chocolatey-maintenance.md
index ee712824a7..7bc6e9726d 100644
--- a/site/versions/master/docs/windows-chocolatey-maintenance.md
+++ b/site/versions/master/docs/windows-chocolatey-maintenance.md
@@ -3,13 +3,12 @@ layout: documentation
title: Windows Chocolatey maintenance
---
-Maintaining Bazel Chocolatey package on Windows
-===============================================
+# Maintaining Bazel Chocolatey package on Windows
**NOTE:** The Chocolatey package is experimental; please provide feedback
(`@petemounce` in issue tracker).
-### Prerequisites
+## Prerequisites
You need:
@@ -21,7 +20,7 @@ You need:
* (to publish) to have set up that API key for the chocolatey source locally
via `choco apikey -k <your key here> -s https://chocolatey.org/`
-### Build
+## Build
Compile bazel with msys2 shell and `compile.sh`.
@@ -36,7 +35,7 @@ created.
The `build.ps1` script supports `mode` values `local`, `rc` and `release`.
-#### Test
+## Test
0. Build the package (with `-mode local`)
@@ -58,7 +57,7 @@ The `build.ps1` script supports `mode` values `local`, `rc` and `release`.
Chocolatey's moderation process automates checks here as well.
-### Release
+## Release
Modify `tools/parameters.json` for the new release's URI and checksum once the
release has been published to github releases.