run remark linter locally

This commit is contained in:
A.Unger
2020-09-23 11:34:32 +02:00
parent d9e8b60f49
commit 97c348f1ae
447 changed files with 6178 additions and 6088 deletions
+8 -7
View File
@@ -1,20 +1,20 @@
---
* * *
title: "Request Flow"
date: 2020-04-27T16:07:00+01:00
weight: 45
geekdocRepo: https://github.com/owncloud/ocis
geekdocRepo: <https://github.com/owncloud/ocis>
geekdocEditPath: edit/master/docs
geekdocFilePath: request-flow.md
---
## geekdocFilePath: request-flow.md
## Request Flow
The following sequence diagram describes the general request flow. It shows where account provisioning and token minting are happening:
{{< mermaid class="text-center">}}
{{&lt; mermaid class="text-center">}}
sequenceDiagram
%% we have comments!! \o/
%% we have comments!! \\o/
participant user as User
participant client as Client
participant proxy as ocis-proxy
@@ -93,4 +93,5 @@ sequenceDiagram
proxy-->>-client: Multistatus response
client-->>-user: List of Files X, Y, Z ...
{{< /mermaid >}}
{{&lt; /mermaid >}}