Archive this branch.

This commit is contained in:
mtail 2019-06-18 18:24:27 -07:00
parent a2935ecbd0
commit b9c52c9e42
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ ignoreFiles = [ "OWNERS" ]
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

View File

@ -14,11 +14,11 @@ 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_date: 2019-06-18
archive_search_refinement: "V1.1"
# GitHub branch names used when the docs have links to GitHub