Some small documentation fixes

This commit is contained in:
Eike Kettner 2020-06-12 21:52:22 +02:00
parent 6e42ef9d28
commit 216c89c7d1
3 changed files with 10 additions and 11 deletions

View File

@ -16,7 +16,7 @@ The "raw" `openapi.yml` specification file can be found
[here](openapi/docspell-openapi.yml).
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
and can be used by any user. The protected routes require an
authenticated user.

View File

@ -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
eventually….
- No fulltext search implemented. This currently has very low
priority, because I myself never needed it. Open an issue if you
find it important.
- No fulltext search implemented. This is now planned for an upcoming
release.

View File

@ -67,13 +67,6 @@ options:
- title: Browser Extension (Firefox)
url: doc/tools/browserext
- title: Development
url: dev
nested_options:
- title: ADRs
url: dev/adr
- title: Api
url: api
@ -84,5 +77,12 @@ options:
- title: REST OpenApi Spec
url: openapi/docspell-openapi.yml
- title: Development
url: dev
nested_options:
- title: ADRs
url: dev/adr
- title: Changelog
url : changelog