This commit is contained in:
Nico Aragon 2020-03-05 15:10:29 -08:00
parent f2e4d52392
commit 5e8813b5ad
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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