From 5e8813b5ad6d4f3a933750c85b9fb064182c9630 Mon Sep 17 00:00:00 2001 From: Nico Aragon Date: Thu, 5 Mar 2020 15:10:29 -0800 Subject: [PATCH] v1.5 --- config.toml | 2 +- data/args.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index d6309134e2..58647e06de 100644 --- a/config.toml +++ b/config.toml @@ -14,7 +14,7 @@ buildFuture = true staticDir = ["static", "generated"] # we use Netlify server-side redirects instead of generated aliases -disableAliases = true +disableAliases = false # MARKDOWN ## Configuration for BlackFriday markdown parser: https://github.com/russross/blackfriday diff --git a/data/args.yml b/data/args.yml index 09dc4ed7df..d947a66d9d 100644 --- a/data/args.yml +++ b/data/args.yml @@ -18,12 +18,12 @@ copyright_year: 2019 # when archive=true, we're building for archive.istio.io # when archive_landing=true, we're building the landing page for archive.istio.io preliminary: false -archive: false +archive: true archive_landing: false # When archive=true above, these values must be filled in -archive_date: YYYY-MM-DD -archive_search_refinement: "V1.1" +archive_date: 2020-03-05 +archive_search_refinement: "V1.4" # GitHub branch names used when the docs have links to GitHub source_branch_name: release-1.4