Skip to content

Commit

Permalink
fix site.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmattel committed Jan 28, 2024
1 parent 9eb73e8 commit 9221376
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,16 @@ asciidoc:
oc-marketplace-url: 'https://marketplace.owncloud.com'
oc-central-url: 'https://central.owncloud.org'
oc-support-url: 'https://owncloud.com/support'
# note that all attributes ending with '@' are derived by the build process
# from the antory.yml file of the corresponding component - do not change
# docs
latest-docs-version: 'next'
previous-docs-version: 'next'
# server
latest-server-version: '10.13'
latest-server-download-version: '10.13.4'
previous-server-version: '10.12'
current-server-version: '10.13'
latest-server-version: '10.13@'
latest-server-download-version: '10.13.4@'
previous-server-version: '10.12@'
current-server-version: '10.13@'
oc-changelog-url: 'https://owncloud.com/changelog/server/'
oc-install-package-url: 'https://download.owncloud.com/server/stable/?sort=time&order=asc'
oc-examples-server-url: 'https://owncloud.install.com/owncloud'
Expand All @@ -99,22 +101,22 @@ asciidoc:
latest-ocis-version: 'next'
previous-ocis-version: 'next'
# these versions are just for printing like in releases but not used for referencing
ocis-actual-version: '4.0.4'
ocis-former-version: '3.0.0'
ocis-actual-version: '4.0.4@'
ocis-former-version: '3.0.0@'
ocis-compiled: '2023-10-06 00:00:00 +0000 UTC'
ocis-downloadpage-url: 'https://download.owncloud.com/ocis/ocis/stable/'
# webui
latest-webui-version: 'next'
previous-webui-version: 'next'
# desktop
latest-desktop-version: '5.2'
previous-desktop-version: '5.1'
latest-desktop-version: '5.2@'
previous-desktop-version: '5.1@'
# ios-app
latest-ios-version: '12.0'
previous-ios-version: '11.11'
latest-ios-version: '12.0@'
previous-ios-version: '11.11@'
# android
latest-android-version: '4.1'
previous-android-version: '4.0'
latest-android-version: '4.1@'
previous-android-version: '4.0@'
# branded
latest-branded-version: 'next'
previous-branded-version: 'next'
Expand Down

0 comments on commit 9221376

Please sign in to comment.