Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #4209

Merged
merged 3 commits into from
Jul 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -1859,6 +1859,10 @@ def skipIfUnchanged(ctx, type):
"^changelog/.*",
"^docs/.*",
"^deployments/.*",
"CHANGELOG.md",
"CONTRIBUTING.md",
"LICENSE",
"README.md",
]
unit = [
".*_test.go$",
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down