diff --git a/.drone.star b/.drone.star index b5ff286fa..dbc8040f2 100644 --- a/.drone.star +++ b/.drone.star @@ -1859,6 +1859,10 @@ def skipIfUnchanged(ctx, type): "^changelog/.*", "^docs/.*", "^deployments/.*", + "CHANGELOG.md", + "CONTRIBUTING.md", + "LICENSE", + "README.md", ] unit = [ ".*_test.go$", diff --git a/README.md b/README.md index 2f8b3e627..add1548a5 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,13 @@ Please see [Getting Started](https://owncloud.dev/ocis/getting-started/) -## Development +## Documentation -Please see [Development - Getting Started](https://owncloud.dev/ocis/development/getting-started/) +* **Development Documentation** +Please see [Development Documentation - Getting Started](https://owncloud.dev/ocis/development/getting-started/) + +* **Admin Documentation** +Please see [Admin Documentation - Introduction to Infinite Scale](https://doc.owncloud.com/ocis/next/) ## Security