Erasure of addition mistakes
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 6
|
sidebar_position: 8
|
||||||
---
|
---
|
||||||
|
|
||||||
# Docker
|
# Docker
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 3
|
sidebar_position: 5
|
||||||
---
|
---
|
||||||
|
|
||||||
# External Library
|
# External Library
|
||||||
@@ -11,4 +11,4 @@ We haven't put in an official mechanism to create album from your external libra
|
|||||||
### I got Duplicate files on Uploaded and External Library
|
### I got Duplicate files on Uploaded and External Library
|
||||||
It is important to remember that Immich does not filter duplicate files from [external Library](/docs/features/libraries),
|
It is important to remember that Immich does not filter duplicate files from [external Library](/docs/features/libraries),
|
||||||
Uploaded and External library use different dedup mechanism, upload library use file hash/checksum while external library use [file path](http://localhost:3005/docs/features/libraries#:~:text=In%20external%20libraries%2C%20the%20file%20path%20is%20used%20for%20duplicate%20detection.)
|
Uploaded and External library use different dedup mechanism, upload library use file hash/checksum while external library use [file path](http://localhost:3005/docs/features/libraries#:~:text=In%20external%20libraries%2C%20the%20file%20path%20is%20used%20for%20duplicate%20detection.)
|
||||||
Therefore, a situation where the same file appears twice in the timeline is possible
|
Therefore, a situation where the same file appears twice in the timeline is possible.
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
sidebar_position: 1
|
|
||||||
---
|
|
||||||
|
|
||||||
# FAQ General
|
|
||||||
|
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
sidebar_position: 0
|
||||||
|
---
|
||||||
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 55
|
sidebar_position: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
# Mobile App
|
# Mobile App
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 1
|
sidebar_position: 9
|
||||||
---
|
---
|
||||||
|
import TOCInline from '@theme/TOCInline';
|
||||||
|
|
||||||
# Privacy
|
# Privacy
|
||||||
|
|
||||||
@@ -10,3 +11,4 @@ Machine learning is also done locally,
|
|||||||
Machine learning URL isn't pointing to the external page. It is the DNS of the container within the docker's network context.
|
Machine learning URL isn't pointing to the external page. It is the DNS of the container within the docker's network context.
|
||||||
Model retrievals are done automatically from the [hugging face repository](https://huggingface.co/immich-app). more info [here](https://www.reddit.com/r/immich/comments/17obeyj/is_all_data_local/).
|
Model retrievals are done automatically from the [hugging face repository](https://huggingface.co/immich-app). more info [here](https://www.reddit.com/r/immich/comments/17obeyj/is_all_data_local/).
|
||||||
|
|
||||||
|
<TOCInline toc={toc.filter((node) => console.log(node),true)}/>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 2
|
sidebar_position: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
# User
|
# User
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
import TOCInline from '@theme/TOCInline';
|
|
||||||
|
|
||||||
<TOCInline toc={toc} />
|
|
||||||
@@ -1,7 +1,6 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import Link from '@docusaurus/Link';
|
import Link from '@docusaurus/Link';
|
||||||
import Layout from '@theme/Layout';
|
import Layout from '@theme/Layout';
|
||||||
import TOCInline from '@theme/TOCInline';
|
|
||||||
|
|
||||||
function HomepageHeader() {
|
function HomepageHeader() {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user