From e07fd6b94198526568b1ce0348724ec7b4ec6fab Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Thu, 9 Apr 2026 12:03:44 +0200 Subject: [PATCH 1/2] build: use new source path for the ui and update readme --- README.md | 4 ++++ site.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a0a9d3..7125c55 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Android App Documentation +**IMPORTANT** + +Scince April 2026, this repository requires [Commit Signing](https://docs.github.com/articles/about-gpg) and uses [Conventional Commits](https://www.conventionalcommits.org) for commits and the Pull Request title. + **Table of Contents** * [Building the Andriod Docs](#building-the-android-docs) diff --git a/site.yml b/site.yml index 76f165b..26e1149 100644 --- a/site.yml +++ b/site.yml @@ -14,7 +14,7 @@ ui: output_dir: assets bundle: snapshot: true - url: https://minio.owncloud.com/documentation/ui-bundle.zip + url: https://github.com/owncloud/docs-ui/releases/download/latest/ui-bundle.zip output: clean: true From dca19e8dbdad7fa258afe1c887c3c105875aa7ca Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 9 Apr 2026 17:40:58 +0200 Subject: [PATCH 2/2] Apply suggestion from @mmattel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7125c55..fb6eac9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **IMPORTANT** -Scince April 2026, this repository requires [Commit Signing](https://docs.github.com/articles/about-gpg) and uses [Conventional Commits](https://www.conventionalcommits.org) for commits and the Pull Request title. +Since April 2026, this repository requires [Commit Signing](https://docs.github.com/articles/about-gpg) and uses [Conventional Commits](https://www.conventionalcommits.org) for commits and the Pull Request title. **Table of Contents**