mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-06 15:15:58 +00:00
Fix dead link in docs
This commit is contained in:
parent
cd304bcff7
commit
88496e792a
@ -917,7 +917,7 @@ improvements for processing files.
|
||||
upload the file into memory for nothing if something fails (e.g. the
|
||||
source doesn't exist)
|
||||
- Re-process files. A
|
||||
[route](https://docspell.org/openapi/docspell-openapi.html#api-Item-secItemItemIdReprocessPost)
|
||||
[route](https://docspell.org/openapi/docspell-openapi.html#operation/sec-item-start-reprocess)
|
||||
has been added that submits files for re-processing. It is possible
|
||||
to re-process some files of an item or all. There is no UI for this
|
||||
for now. You'd need to run `curl` or something manually to trigger
|
||||
|
@ -788,5 +788,5 @@ addCommandAlias(
|
||||
"restapi/openapiLint; joexapi/openapiLint; scalafmtSbtCheck; scalafmtCheckAll; Compile/scalafix --check; Test/scalafix --check"
|
||||
)
|
||||
addCommandAlias("fix", "Compile/scalafix; Test/scalafix; scalafmtSbt; scalafmtAll")
|
||||
addCommandAlias("make-website", ";website/clean ;website/zolaBuild")
|
||||
addCommandAlias("make-website", ";website/clean ;website/zolaBuild ;website/zolaCheck")
|
||||
addCommandAlias("publish-website", "website/publishToGitHubPages")
|
||||
|
Loading…
x
Reference in New Issue
Block a user