fix: update references to website directory

This commit is contained in:
Pete Davison
2024-03-19 19:40:20 +00:00
parent 7c61a59ecb
commit 97cf02872f
8 changed files with 41 additions and 29 deletions

View File

@@ -15,9 +15,9 @@ import (
const (
changelogSource = "CHANGELOG.md"
changelogTarget = "docs/docs/changelog.md"
docsSource = "docs/docs"
docsTarget = "docs/versioned_docs/version-latest"
changelogTarget = "website/docs/changelog.md"
docsSource = "website/docs"
docsTarget = "website/versioned_docs/version-latest"
)
var (