Skip to content

Commit

Permalink
Website: Fix v0.17 docs link (#3477)
Browse files Browse the repository at this point in the history
Signed-off-by: thisisobate <obasiuche62@gmail.com>
  • Loading branch information
thisisobate authored Nov 19, 2020
1 parent 8ba87ae commit 1fc507b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ uglyURLs: false
canonifyURLs: true
relativeURL: true


# NOTE: Hugo is expected to run from `website`
contentDir: "docs-pre-processed"
archetypeDir: "archetypes"
Expand All @@ -28,6 +27,7 @@ permalinks:
# Generate those for every file.
tip: "/:sections/:filename.md"
v0.16: "/:sections/:filename.md"
v0.17: "/:sections/:filename.md"

params:
SlackInvite: "https://slack.cncf.io"
Expand All @@ -45,4 +45,4 @@ markup:
tableOfContents:
endLevel: 4
ordered: false
startLevel: 1
startLevel: 1

0 comments on commit 1fc507b

Please sign in to comment.