From 4b24771233c085f6d8be70739611cfd01061f9e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Wed, 29 Apr 2020 14:11:42 +0200 Subject: [PATCH 1/2] use correct hint markdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- docs/extensions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/extensions.md b/docs/extensions.md index df93e31ed8..4fd9d2bbe7 100644 --- a/docs/extensions.md +++ b/docs/extensions.md @@ -169,7 +169,9 @@ This is what hello is: copy and extend! ## Phoenix extension points -> Note: For an up to date list check out [the phoenix documentation](https://github.com/owncloud/phoenix/issues/2423). +{{< hint info >}} +For an up to date list check out [the phoenix documentation](https://github.com/owncloud/phoenix/issues/2423). +{{< /hint >}} Several ones available: From 1b8e04d94535338a89d69c1f72e1f33125041438 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Wed, 29 Apr 2020 14:16:23 +0200 Subject: [PATCH 2/2] fix wrong credentials in docs --- README.md | 2 +- docs/getting-started.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 370293afa3..a52a390b0d 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ After building the binary with the above steps and also setting up the prerequis Open [https://localhost:9200](https://localhost:9200) and login using one of the demo accounts: ```console -albert:relativity +einstein:relativity marie:radioactivity feynman:superfluidity ``` diff --git a/docs/getting-started.md b/docs/getting-started.md index 8f5da1ff4f..5c241aa758 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -87,8 +87,8 @@ Open https://localhost:9200 and login using one of the demo accounts: ```console einstein:relativity -marie:radioactivty -richard:superfluidity +marie:radioactivity +feynman:superfluidity ``` ## Runtime