mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Website redesign
This commit is contained in:
@ -3,9 +3,6 @@ title = "Api"
|
||||
description = "Contains documentation about the REST API."
|
||||
weight = 70
|
||||
insert_anchor_links = "right"
|
||||
template = "pages.html"
|
||||
template = "docs.html"
|
||||
sort_by = "weight"
|
||||
redirect_to = "docs/api/intro"
|
||||
+++
|
||||
|
||||
No Content
|
||||
|
@ -3,10 +3,10 @@ title = "Api Introduction"
|
||||
description = "Api Basics"
|
||||
weight = 10
|
||||
insert_anchor_links = "right"
|
||||
[extra]
|
||||
mktoc = true
|
||||
+++
|
||||
|
||||
# Api
|
||||
|
||||
Docspell is designed as a REST server that uses JSON to exchange
|
||||
data. The REST api can be used to integrate docspell into your
|
||||
workflow.
|
||||
|
@ -3,10 +3,10 @@ title = "Upload Request"
|
||||
description = "Describes the upload request"
|
||||
weight = 20
|
||||
insert_anchor_links = "right"
|
||||
[extra]
|
||||
mktoc = true
|
||||
+++
|
||||
|
||||
# Upload Request
|
||||
|
||||
Uploads of files to docspell are always processed the same way, no
|
||||
matter if coming from a source, the integration endpoint or from the
|
||||
webapp.
|
||||
|
Reference in New Issue
Block a user