Skip to content

Commit

Permalink
Mark Nexus 1.9.x as an old version (#5183)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Dumas <[email protected]>
  • Loading branch information
imsdu and Simon Dumas authored Oct 14, 2024
1 parent b5255b3 commit 02ddcd5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ lazy val docs = project
Map(
"github.base_url" -> "https://github.com/BlueBrain/nexus/tree/master",
"project.version.short" -> "v1.9.x",
"git.branch" -> "v1.9.x"
"git.branch" -> "v1.9.x",
"version.old" -> "true"
),
paradoxRoots := List("docs/index.html"),
previewPath := "docs/index.html",
Expand Down

0 comments on commit 02ddcd5

Please sign in to comment.