diff --git a/docs/services/general-info/port-ranges.md b/docs/services/general-info/port-ranges.md index ae027bbee..14f9c5295 100644 --- a/docs/services/general-info/port-ranges.md +++ b/docs/services/general-info/port-ranges.md @@ -49,7 +49,7 @@ We also suggest using the last port in your extensions' range as a debug/metrics | 9180-9184 | FREE (formerly used by accounts) | | 9185-9189 | [thumbnails]({{< ref "../thumbnails/_index.md" >}}) | | 9190-9194 | [settings]({{< ref "../settings/_index.md" >}}) | -| 9195-9197 | [activitylog]({{< ref "../activitylog/_index.md" >}}) | +| 9195-9197 | [activitylog]({{< ref "../activitylog/_index.md" >}}) | | 9198-9199 | [auth-service]({{< ref "../auth-service/_index.md" >}}) | | 9200-9204 | [proxy]({{< ref "../proxy/_index.md" >}}) | | 9205-9209 | [proxy]({{< ref "../proxy/_index.md" >}}) | @@ -103,7 +103,7 @@ We also suggest using the last port in your extensions' range as a debug/metrics | 9445-9449 | FREE | | 9450-9454 | FREE | | 9455-9459 | FREE | -| 9460-9464 | [store]({{< ref "../store/_index.md" >}}) | +| 9460-9464 | FREE (formerly used by store-service) | | 9465-9469 | FREE | | 9470-9474 | FREE | | 9475-9479 | FREE | diff --git a/docs/services/store/.gitignore b/docs/services/store/.gitignore deleted file mode 100644 index 63536ebfa..000000000 --- a/docs/services/store/.gitignore +++ /dev/null @@ -1 +0,0 @@ -grpc.md diff --git a/docs/services/store/_index.md b/docs/services/store/_index.md deleted file mode 100644 index 9277a24b8..000000000 --- a/docs/services/store/_index.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -title: "Store" -date: 2018-05-02T00:00:00+00:00 -weight: 20 -geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/services/store -geekdocFilePath: _index.md -geekdocCollapseSection: true ---- - -## Abstract - -This service provides ... - - -## Table of Contents - -{{< toc-tree >}} diff --git a/docs/services/store/configuration.md b/docs/services/store/configuration.md deleted file mode 100644 index c0070e39f..000000000 --- a/docs/services/store/configuration.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: Service Configuration -date: 2018-05-02T00:00:00+00:00 -weight: 20 -geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/services/store -geekdocFilePath: configuration.md -geekdocCollapseSection: true ---- - -## Example YAML Config - -{{< include file="services/_includes/store-config-example.yaml" language="yaml" >}} - -{{< include file="services/_includes/store_configvars.md" >}} \ No newline at end of file