Skip to content

Commit

Permalink
fix(website): Fix documentation pages by excluding 'doc/' prefix when…
Browse files Browse the repository at this point in the history
… generating entries.
  • Loading branch information
Ayfri committed Aug 10, 2024
1 parent fe62624 commit 54f3654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ kobweb {
entry.file.path.substringBeforeLast(".md")
.replace(Regex(" |_"), "-")
.replace("\\", "/")
.substringAfter("doc/")
.lowercase()
}",
| "${entry.date}",
Expand Down

0 comments on commit 54f3654

Please sign in to comment.