mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 03:40:01 -06:00
fix docs index page and public upload flow
This commit is contained in:
2
Makefile
2
Makefile
@@ -24,7 +24,7 @@ docs-copy:
|
||||
git remote add origin https://github.com/owncloud/owncloud.github.io; \
|
||||
git fetch --depth=1; \
|
||||
git checkout origin/source -f; \
|
||||
rsync --delete -ax --exclude 'static' ../docs/ content/; \
|
||||
rsync -ax ../docs/ content/; \
|
||||
|
||||
.PHONY: config-docs-generate
|
||||
config-docs-generate:
|
||||
|
||||
@@ -12,4 +12,4 @@ geekdocFilePath: public-upload-flow.md
|
||||
|
||||
The following diagram describes the flow of requests:
|
||||
|
||||
{{< svg src="static/ocis/tus-public-upload.svg" >}}
|
||||
{{< svg src="ocis/static/tus-public-upload.svg" >}}
|
||||
|
||||
Reference in New Issue
Block a user