mirror of https://github.com/istio/istio.io.git
Archive this branch.
This commit is contained in:
parent
a2935ecbd0
commit
b9c52c9e42
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue