mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 08:31:59 +00:00
docs: deprecate read only assets (#4226)
* chore: add deprecation notice in docs * feat: link to library documentation --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
This commit is contained in:
parent
ee0e131efa
commit
8873c9a02f
1 changed files with 7 additions and 13 deletions
|
@ -1,4 +1,10 @@
|
||||||
# Read-only Gallery [Experimental]
|
# Read-only Gallery [Deprecated]
|
||||||
|
|
||||||
|
:::caution
|
||||||
|
|
||||||
|
This feature is being deprecated in favor of [Libraries](/docs/features/libraries.md).
|
||||||
|
|
||||||
|
:::
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
|
@ -6,18 +12,6 @@ This feature enables users to use an existing gallery without uploading the asse
|
||||||
|
|
||||||
Upon syncing the file information, it will be read by Immich to generate supported files.
|
Upon syncing the file information, it will be read by Immich to generate supported files.
|
||||||
|
|
||||||
:::caution
|
|
||||||
|
|
||||||
This feature is still in an experimental stage. And this is an initial implementation and will receive improvements in the future.
|
|
||||||
|
|
||||||
The current limitations of this feature are:
|
|
||||||
|
|
||||||
- Assets are not automatically synced and must instead be manually synced with the CLI tool.
|
|
||||||
- Only new files that are added to the gallery will be detected.
|
|
||||||
- Deleted and moved files will not be detected.
|
|
||||||
|
|
||||||
:::
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
:::tip Example scenario
|
:::tip Example scenario
|
||||||
|
|
Loading…
Reference in a new issue