From c1697149f002fb6bd0770f2a7f5c4d98d354b2b0 Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Thu, 9 Apr 2026 15:20:07 +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 5798b0ea8..e4d91e1bf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # ownCloud Server 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 Server Docs](#building-the-server-docs) diff --git a/site.yml b/site.yml index dafbdd5a1..af77963eb 100644 --- a/site.yml +++ b/site.yml @@ -13,7 +13,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 c9bdd74d29015bc1476933747638301fa8852c7d Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 9 Apr 2026 17:39:45 +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 e4d91e1bf..0e38f6d7a 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**