Merge pull request #6020 from owncloud/mmattel-patch-1

[docs-only] Update Graph README.md to properly show the image in owcloud.dev
This commit is contained in:
Martin
2023-04-06 11:52:20 +02:00
committed by GitHub
+2 -1
View File
@@ -11,8 +11,9 @@ Using the API, you can manually filter like for users. See the [Libre Graph API]
The following image gives an overview of the scenario when a client requests to list available spaces the user has access to. To do so, the client is directed with his request automatically via the proxy service to the graph service.
<!-- referencing: https://github.com/owncloud/ocis/pull/3816 ([docs-only] add client protocol overview) -->
<!-- The image source needs to be the raw source !! -->
<img src="https://github.com/owncloud/ocis/blob/master/services/graph/images/mermaid-graph.svg" width="500" />
<img src="https://raw.githubusercontent.com/owncloud/ocis/master/services/graph/images/mermaid-graph.svg" width="500" />
## Caching