mirror of https://github.com/istio/istio.io.git
v1.5
This commit is contained in:
parent
f2e4d52392
commit
5e8813b5ad
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue