Merge pull request #431 from owncloud/fix-docs
Fix public upload flow docs
This commit is contained in:
@@ -148,9 +148,10 @@ docs-copy:
|
|||||||
git init; \
|
git init; \
|
||||||
git remote rm origin; \
|
git remote rm origin; \
|
||||||
git remote add origin https://github.com/owncloud/owncloud.github.io; \
|
git remote add origin https://github.com/owncloud/owncloud.github.io; \
|
||||||
git fetch; \
|
git fetch --depth=1; \
|
||||||
git checkout origin/source -f; \
|
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
|
.PHONY: config-docs-generate
|
||||||
config-docs-generate:
|
config-docs-generate:
|
||||||
|
|||||||
@@ -12,3 +12,4 @@ geekdocFilePath: public-upload-flow.md
|
|||||||
|
|
||||||
The following diagram describes the flow of requests:
|
The following diagram describes the flow of requests:
|
||||||
|
|
||||||
|
{{< svg src="static/ocis/tus-public-upload.svg" >}}
|
||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
Reference in New Issue
Block a user