From 15c09dd1b5dbd7e76fe42d193a79dab8bfc24abc Mon Sep 17 00:00:00 2001 From: David Chen Date: Mon, 29 Aug 2016 08:56:37 +0000 Subject: Replace doc pages with redirects to versioned doc pages. * Add a new `redirect` Jekyll layout. * Replace all pages under docs/ with redirects to corresponding page under versions/master/. * Prepend links on Documentation sidebar, including generated navs for the Skylark Library and Build Encyclopedia, with prefix for versioned directory. * Add code to both the internal jekyll-config.sh and external jekyll-tree.sh to add redirect pages for the Skylark Library and Build Encyclopedia. * Bring the branched User Manual doc up to date with latest changes. -- MOS_MIGRATED_REVID=131568800 --- site/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/BUILD') diff --git a/site/BUILD b/site/BUILD index 89cfc8996d..52f9da12be 100644 --- a/site/BUILD +++ b/site/BUILD @@ -2,7 +2,7 @@ load("@bazel_tools//tools/build_defs/pkg:pkg.bzl", "pkg_tar") exports_files( [ - "docs/bazel-user-manual.html", + "versions/master/docs/bazel-user-manual.html", "command-line-reference-prefix.html", "command-line-reference-suffix.html", ], -- cgit v1.2.3