From 22cb67c3a459b837b0c7277d3591d017ecd17494 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Wed, 4 Aug 2021 12:25:12 +0200 Subject: [PATCH] doc: Fix some markdown issues - Fix links in ocis_s3 and ocis_hello - Fix formatting for bash commands --- docs/ocis/deployment/ocis_hello.md | 4 ++-- docs/ocis/deployment/ocis_s3.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/ocis/deployment/ocis_hello.md b/docs/ocis/deployment/ocis_hello.md index 96b91a7a5..99d38082c 100644 --- a/docs/ocis/deployment/ocis_hello.md +++ b/docs/ocis/deployment/ocis_hello.md @@ -4,7 +4,7 @@ date: 2020-10-12T14:04:00+01:00 weight: 24 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/ocis/deployment -geekdocFilePath: ocis_wopi.md +geekdocFilePath: ocis_hello.md --- {{< toc >}} @@ -42,7 +42,7 @@ See also [example server setup]({{< ref "preparing_server" >}}) - Go to the deployment example - `cd ocis/deployment/examples/ocis_hello + `cd ocis/deployment/examples/ocis_hello` - Open the `.env` file in a text editor The file by default looks like this: diff --git a/docs/ocis/deployment/ocis_s3.md b/docs/ocis/deployment/ocis_s3.md index ec736f819..8e5171fff 100644 --- a/docs/ocis/deployment/ocis_s3.md +++ b/docs/ocis/deployment/ocis_s3.md @@ -4,7 +4,7 @@ date: 2020-10-12T14:04:00+01:00 weight: 24 geekdocRepo: https://github.com/owncloud/ocis geekdocEditPath: edit/master/docs/ocis/deployment -geekdocFilePath: ocis_wopi.md +geekdocFilePath: ocis_s3.md --- {{< toc >}} @@ -16,7 +16,7 @@ geekdocFilePath: ocis_wopi.md * oCIS is configured to use S3 as user storage provider * Traefik generating self signed certificates for local setup or obtaining valid SSL certificates for a server setup -[Find this example on GitHub](https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_wopi) +[Find this example on GitHub](https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_s3) The docker stack consists 3 containers. One of them is Traefik, a proxy which is terminating SSL and forwards the requests to oCIS in the internal docker network. @@ -45,7 +45,7 @@ See also [example server setup]({{< ref "preparing_server" >}}) * Go to the deployment example - `cd ocis/deployment/examples/ocis_s3 + `cd ocis/deployment/examples/ocis_s3` * Open the `.env` file in a text editor The file by default looks like this: