Skip to content

Commit

Permalink
add client versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mmattel committed May 15, 2023
1 parent ea3661b commit 05606ee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/ROOT/pages/installing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ ifeval::["{page-component-version}" == "next"]
:url-version: latest
endif::[]

// evaluate the url version which is either the
// * branch name when it is a stable branch or
// * latest when it is the next branch

:url-version: {page-component-version}
ifeval::["{page-component-version}" == "next"]
:url-version: latest
endif::[]

== Introduction

{description} Continuous synchronization to and from the ownCloud server provides ease of use combined with comprehensive access control.
Expand Down

0 comments on commit 05606ee

Please sign in to comment.