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/_config.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'site/_config.yml') diff --git a/site/_config.yml b/site/_config.yml index d6dccbaa8e..1caaaba15b 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -4,3 +4,4 @@ paginate: 10 highlighter: pygments sass: sass_dir: _sass +default_version: "master" -- cgit v1.2.3