Fix public upload flow docs

This commit is contained in:
Michael Barz
2020-08-04 16:02:19 +02:00
parent ea11f701aa
commit d058d3579e
3 changed files with 5 additions and 3 deletions

View File

@@ -148,9 +148,10 @@ docs-copy:
git init; \
git remote rm origin; \
git remote add origin https://github.com/owncloud/owncloud.github.io; \
git fetch; \
git fetch --depth=1; \
git checkout origin/source -f; \
rsync --delete -ax ../docs/ content/$(NAME)
rsync --delete -ax --exclude 'static' ../docs/ content/$(NAME); \
rsync --delete -ax ../docs/static/ static/$(NAME); \
.PHONY: config-docs-generate
config-docs-generate:

View File

@@ -12,3 +12,4 @@ geekdocFilePath: public-upload-flow.md
The following diagram describes the flow of requests:
{{< svg src="static/ocis/tus-public-upload.svg" >}}

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB