Skip to content

Commit 977d645

Browse files
authored
fix(docs): library and folders minor adjustments (#19642)
1 parent f778ade commit 977d645

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

docs/docs/features/folder-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Folder view provides an additional view besides the timeline that is similar to a file explorer. It allows you to navigate through the folders and files in the library. This feature is handy for a highly curated and customized external library or a nicely configured storage template.
44

5-
You can enable this feature under [`Account Settings > Features > Folder View`](https://my.immich.app/user-settings?isOpen=feature+folders)
5+
You can enable this feature under [`Account Settings > Features > Folders`](https://my.immich.app/user-settings?isOpen=feature+folders)
66

77
## Enable folder view
88

docs/docs/features/libraries.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Internally, Immich uses the [glob](https://www.npmjs.com/package/glob) package t
5656

5757
### Automatic watching (EXPERIMENTAL)
5858

59-
This feature - currently hidden in the config file - is considered experimental and for advanced users only. If enabled, it will allow automatic watching of the filesystem which means new assets are automatically imported to Immich without needing to rescan.
59+
This feature is considered experimental and for advanced users only. If enabled, it will allow automatic watching of the filesystem which means new assets are automatically imported to Immich without needing to rescan.
6060

6161
If your photos are on a network drive, automatic file watching likely won't work. In that case, you will have to rely on a periodic library refresh to pull in your changes.
6262

@@ -112,7 +112,7 @@ _Remember to run `docker compose up -d` to register the changes. Make sure you c
112112

113113
These actions must be performed by the Immich administrator.
114114

115-
- Click on your avatar on the upper right corner
115+
- Click on your avatar in the upper right corner
116116
- Click on Administration -> External Libraries
117117
- Click on Create an external library…
118118
- Select which user owns the library, this can not be changed later
@@ -159,9 +159,7 @@ Within seconds, the assets from the old-pics and videos folders should show up i
159159

160160
Folder view provides an additional view besides the timeline that is similar to a file explorer. It allows you to navigate through the folders and files in the library. This feature is handy for a highly curated and customized external library or a nicely configured storage template.
161161

162-
You can enable this feature under [`Account Settings > Features > Folder View`](https://my.immich.app/user-settings?isOpen=feature+folders)
163-
164-
The UI is currently only available for the web; mobile will come in a subsequent release.
162+
You can enable this feature under [`Account Settings > Features > Folders`](https://my.immich.app/user-settings?isOpen=feature+folders)
165163

166164
<img src={require('./img/folder-view-1.webp').default} width="100%" title='Folder-view' />
167165

@@ -171,7 +169,7 @@ The UI is currently only available for the web; mobile will come in a subsequent
171169
Only an admin can do this.
172170
:::
173171

174-
You can define a custom interval for the trigger external library rescan under Administration -> Settings -> Library.
172+
You can define a custom interval for the trigger external library rescan under Administration -> Settings -> External Library.
175173
You can set the scanning interval using the preset or cron format. For more information you can refer to [Crontab Guru](https://crontab.guru/).
176174

177175
<img src={require('./img/library-custom-scan-interval.webp').default} width="75%" title='Set custom scan interval for external library' />

0 commit comments

Comments
 (0)