From 7cd006a16870671a1063ab036291aea7e7d94ca3 Mon Sep 17 00:00:00 2001 From: Googler Date: Mon, 27 Mar 2017 14:47:34 +0000 Subject: Fix for broken links on bazel.build - updated the .md headers for these three files -- PiperOrigin-RevId: 151319959 MOS_MIGRATED_REVID=151319959 --- site/versions/master/docs/install-os-x.md | 7 +++---- site/versions/master/docs/install-ubuntu.md | 7 +++---- site/versions/master/docs/windows-chocolatey-maintenance.md | 11 +++++------ 3 files changed, 11 insertions(+), 14 deletions(-) (limited to 'site/versions/master') 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 +--- # 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 +--- # 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 -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. -- cgit v1.2.3