From 245cf9bd87be36a4fd836b937205a96f2ecd812a Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 15 Jul 2022 12:00:50 +0200 Subject: [PATCH 1/3] Update README.md Update README.md to promote the documentation --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f8b3e627..9bb4d0eab 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 From b8e52ad76a10f654ecbb368107ce49a2787dbee2 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 15 Jul 2022 12:41:11 +0200 Subject: [PATCH 2/3] Apply suggestions from code review --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bb4d0eab..add1548a5 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ Please see [Getting Started](https://owncloud.dev/ocis/getting-started/) ## Documentation -* **Development Documentation** +* **Development Documentation** Please see [Development Documentation - Getting Started](https://owncloud.dev/ocis/development/getting-started/) -* **Admin Documentation** +* **Admin Documentation** Please see [Admin Documentation - Introduction to Infinite Scale](https://doc.owncloud.com/ocis/next/) ## Security From 38ed0465f553164a53ae1b84785845d336f8e402 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 15 Jul 2022 19:52:50 +0545 Subject: [PATCH 3/3] skip CI for various top-level md doc files --- .drone.star | 4 ++++ 1 file changed, 4 insertions(+) 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$",