Skip to content

Commit a2c09b7

Browse files
authored
build: use new source path for the ui and update readme (#266)
* build: use new source path for the ui and update readme * Apply suggestion from @mmattel
1 parent 9d771de commit a2c09b7

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
# iOS 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 iOS Docs](#building-the-ios-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)