mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +00:00
Some small documentation fixes
This commit is contained in:
parent
6e42ef9d28
commit
216c89c7d1
@ -16,7 +16,7 @@ The "raw" `openapi.yml` specification file can be found
|
|||||||
[here](openapi/docspell-openapi.yml).
|
[here](openapi/docspell-openapi.yml).
|
||||||
|
|
||||||
The routes can be divided into protected and unprotected routes. The
|
The routes can be divided into protected and unprotected routes. The
|
||||||
unprotected, or open routes are at `/open/*` wihle the protected
|
unprotected, or open routes are at `/open/*` while the protected
|
||||||
routes are at `/sec/*`. Open routes don't require authenticated access
|
routes are at `/sec/*`. Open routes don't require authenticated access
|
||||||
and can be used by any user. The protected routes require an
|
and can be used by any user. The protected routes require an
|
||||||
authenticated user.
|
authenticated user.
|
||||||
|
@ -56,6 +56,5 @@ These are current known limitations that may be of interest for
|
|||||||
considering docspell at the moment. Hopefully they will be resolved
|
considering docspell at the moment. Hopefully they will be resolved
|
||||||
eventually….
|
eventually….
|
||||||
|
|
||||||
- No fulltext search implemented. This currently has very low
|
- No fulltext search implemented. This is now planned for an upcoming
|
||||||
priority, because I myself never needed it. Open an issue if you
|
release.
|
||||||
find it important.
|
|
||||||
|
@ -67,13 +67,6 @@ options:
|
|||||||
- title: Browser Extension (Firefox)
|
- title: Browser Extension (Firefox)
|
||||||
url: doc/tools/browserext
|
url: doc/tools/browserext
|
||||||
|
|
||||||
- title: Development
|
|
||||||
url: dev
|
|
||||||
|
|
||||||
nested_options:
|
|
||||||
- title: ADRs
|
|
||||||
url: dev/adr
|
|
||||||
|
|
||||||
- title: Api
|
- title: Api
|
||||||
url: api
|
url: api
|
||||||
|
|
||||||
@ -84,5 +77,12 @@ options:
|
|||||||
- title: REST OpenApi Spec
|
- title: REST OpenApi Spec
|
||||||
url: openapi/docspell-openapi.yml
|
url: openapi/docspell-openapi.yml
|
||||||
|
|
||||||
|
- title: Development
|
||||||
|
url: dev
|
||||||
|
|
||||||
|
nested_options:
|
||||||
|
- title: ADRs
|
||||||
|
url: dev/adr
|
||||||
|
|
||||||
- title: Changelog
|
- title: Changelog
|
||||||
url : changelog
|
url : changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user