Merge pull request #4209 from owncloud/mmattel-patch-2

Update README.md
This commit is contained in:
Phil Davis
2022-07-15 20:51:28 +05:45
committed by GitHub
2 changed files with 10 additions and 2 deletions
+4
View File
@@ -1859,6 +1859,10 @@ def skipIfUnchanged(ctx, type):
"^changelog/.*",
"^docs/.*",
"^deployments/.*",
"CHANGELOG.md",
"CONTRIBUTING.md",
"LICENSE",
"README.md",
]
unit = [
".*_test.go$",
+6 -2
View File
@@ -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