diff --git a/README.md b/README.md index 09758c7..d8f26bd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Registration This app allows users to register a new account. -![Registration form](https://raw.githubusercontent.com/nextcloud/registration/master/appinfo/screenshot.png) +![Registration form](https://raw.githubusercontent.com/nextcloud/registration/master/docs/demo.gif) # Install from appstore diff --git a/appinfo/info.xml b/appinfo/info.xml index 7194554..7de0bc2 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -35,7 +35,9 @@ Send BTC to `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ` https://github.com/nextcloud/registration https://github.com/nextcloud/registration/issues https://github.com/nextcloud/registration - https://raw.githubusercontent.com/nextcloud/registration/master/appinfo/screenshot.png + https://raw.githubusercontent.com/nextcloud/registration/master/docs/screenshot.png + https://raw.githubusercontent.com/nextcloud/registration/master/docs/demo.gif + https://raw.githubusercontent.com/nextcloud/registration/master/docs/admin-settings.png diff --git a/docs/admin-settings.png b/docs/admin-settings.png new file mode 100644 index 0000000..9e554ca Binary files /dev/null and b/docs/admin-settings.png differ diff --git a/docs/demo.gif b/docs/demo.gif new file mode 100644 index 0000000..79e68d9 Binary files /dev/null and b/docs/demo.gif differ diff --git a/appinfo/screenshot.png b/docs/screenshot.png similarity index 100% rename from appinfo/screenshot.png rename to docs/screenshot.png