Skip to content

Commit 25de46f

Browse files
authored
build: use new source path for the ui and update readme (#704)
* build: use new source path for the ui and update readme * Apply suggestions from code review Co-authored-by: Martin <github@diemattels.at>
1 parent f61d12d commit 25de46f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Desktop App Documentation
22

3+
**IMPORTANT**
4+
5+
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.
6+
37
**Table of Contents**
48

59
* [Building the Desktop Docs](#building-the-desktop-docs)

site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ui:
1414
output_dir: assets
1515
bundle:
1616
snapshot: true
17-
url: https://minio.owncloud.com/documentation/ui-bundle.zip
17+
url: https://github.com/owncloud/docs-ui/releases/download/latest/ui-bundle.zip
1818

1919
output:
2020
clean: true

0 commit comments

Comments
 (0)