Revert "run remark linter locally"

This reverts commit 97c348f1ae.
This commit is contained in:
A.Unger
2020-09-23 11:48:59 +02:00
parent 97c348f1ae
commit 8b9e02ec0b
447 changed files with 6088 additions and 6178 deletions
+7 -8
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:
{{&lt; mermaid class="text-center">}}
{{< 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,5 +93,4 @@ sequenceDiagram
proxy-->>-client: Multistatus response
client-->>-user: List of Files X, Y, Z ...
{{&lt; /mermaid >}}
{{< /mermaid >}}