mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-05 22:55:58 +00:00
Update docs
This commit is contained in:
parent
8de4b67b45
commit
6b5382add1
@ -121,7 +121,7 @@ view model =
|
|||||||
, href "#"
|
, href "#"
|
||||||
, onClick SubmitSearch
|
, onClick SubmitSearch
|
||||||
]
|
]
|
||||||
[ img [ src "/icons/search-20.svg" ] []
|
[ img [ src "/icons/search-white-20.svg" ] []
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
, viewResults model.results
|
, viewResults model.results
|
||||||
|
@ -35,6 +35,16 @@ You should be able to create a new account and sign in. Check the
|
|||||||
[configuration page](@/docs/configure/_index.md) to further customize
|
[configuration page](@/docs/configure/_index.md) to further customize
|
||||||
docspell.
|
docspell.
|
||||||
|
|
||||||
|
{% infobubble(mode="info", title="⚠ Please note") %}
|
||||||
|
|
||||||
|
Please have a look at the [configuration
|
||||||
|
page](@/docs/configure/_index.md) page, before making docspell
|
||||||
|
available in the internet. By default, everyone can create an account.
|
||||||
|
This is great for trying out and using it in an internal network. But
|
||||||
|
when opened up to the outside, it is recommended to lock this down.
|
||||||
|
|
||||||
|
{% end %}
|
||||||
|
|
||||||
## Memory Usage
|
## Memory Usage
|
||||||
|
|
||||||
The memory requirements for the joex component depends on the document
|
The memory requirements for the joex component depends on the document
|
||||||
|
5
website/site/static/icons/search-white-20.svg
Normal file
5
website/site/static/icons/search-white-20.svg
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-search" width="20" height="20" viewBox="0 0 24 24" stroke-width="2.5" stroke="#ffffff" fill="none" stroke-linecap="round" stroke-linejoin="round">
|
||||||
|
<path stroke="none" d="M0 0h24v24H0z" fill="none"/>
|
||||||
|
<circle cx="10" cy="10" r="7" />
|
||||||
|
<line x1="21" y1="21" x2="15" y2="15" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 362 B |
Loading…
x
Reference in New Issue
Block a user