From 24e303a9d2633a53571bc15239e54820ba8bf8c7 Mon Sep 17 00:00:00 2001 From: aviv <51673860+aviv926@users.noreply.github.com> Date: Sun, 24 Dec 2023 14:44:47 +0200 Subject: [PATCH] Erasure of addition mistakes --- docs/docs/FAQ/Docker-FAQ.md | 2 +- docs/docs/FAQ/External Library-FAQ.md | 4 ++-- docs/docs/FAQ/FAQ-General.md | 6 ------ docs/docs/FAQ/FAQ.mdx | 4 ++++ docs/docs/FAQ/Mobile-App-FAQ.md | 2 +- docs/docs/FAQ/Privacy-FAQ.md | 4 +++- docs/docs/FAQ/User-FAQ.md | 2 +- docs/src/pages/index-FAQ.tsx | 3 --- docs/src/pages/index.tsx | 1 - 9 files changed, 12 insertions(+), 16 deletions(-) delete mode 100644 docs/docs/FAQ/FAQ-General.md create mode 100644 docs/docs/FAQ/FAQ.mdx delete mode 100644 docs/src/pages/index-FAQ.tsx diff --git a/docs/docs/FAQ/Docker-FAQ.md b/docs/docs/FAQ/Docker-FAQ.md index be1cc66a2c..f6099995a7 100644 --- a/docs/docs/FAQ/Docker-FAQ.md +++ b/docs/docs/FAQ/Docker-FAQ.md @@ -1,5 +1,5 @@ --- -sidebar_position: 6 +sidebar_position: 8 --- # Docker diff --git a/docs/docs/FAQ/External Library-FAQ.md b/docs/docs/FAQ/External Library-FAQ.md index d4777d6147..1957c9a339 100644 --- a/docs/docs/FAQ/External Library-FAQ.md +++ b/docs/docs/FAQ/External Library-FAQ.md @@ -1,5 +1,5 @@ --- -sidebar_position: 3 +sidebar_position: 5 --- # 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 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.) -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. \ No newline at end of file diff --git a/docs/docs/FAQ/FAQ-General.md b/docs/docs/FAQ/FAQ-General.md deleted file mode 100644 index 59760ff046..0000000000 --- a/docs/docs/FAQ/FAQ-General.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -sidebar_position: 1 ---- - -# FAQ General - diff --git a/docs/docs/FAQ/FAQ.mdx b/docs/docs/FAQ/FAQ.mdx new file mode 100644 index 0000000000..452e4969f5 --- /dev/null +++ b/docs/docs/FAQ/FAQ.mdx @@ -0,0 +1,4 @@ +--- +sidebar_position: 0 +--- + diff --git a/docs/docs/FAQ/Mobile-App-FAQ.md b/docs/docs/FAQ/Mobile-App-FAQ.md index 595e883f41..2aebd61020 100644 --- a/docs/docs/FAQ/Mobile-App-FAQ.md +++ b/docs/docs/FAQ/Mobile-App-FAQ.md @@ -1,5 +1,5 @@ --- -sidebar_position: 55 +sidebar_position: 2 --- # Mobile App diff --git a/docs/docs/FAQ/Privacy-FAQ.md b/docs/docs/FAQ/Privacy-FAQ.md index 89c1c65ee8..dbb503554f 100644 --- a/docs/docs/FAQ/Privacy-FAQ.md +++ b/docs/docs/FAQ/Privacy-FAQ.md @@ -1,6 +1,7 @@ --- -sidebar_position: 1 +sidebar_position: 9 --- +import TOCInline from '@theme/TOCInline'; # 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. 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/). + console.log(node),true)}/> diff --git a/docs/docs/FAQ/User-FAQ.md b/docs/docs/FAQ/User-FAQ.md index e46cd28521..b80080c52e 100644 --- a/docs/docs/FAQ/User-FAQ.md +++ b/docs/docs/FAQ/User-FAQ.md @@ -1,5 +1,5 @@ --- -sidebar_position: 2 +sidebar_position: 1 --- # User diff --git a/docs/src/pages/index-FAQ.tsx b/docs/src/pages/index-FAQ.tsx deleted file mode 100644 index 513585e4f8..0000000000 --- a/docs/src/pages/index-FAQ.tsx +++ /dev/null @@ -1,3 +0,0 @@ -import TOCInline from '@theme/TOCInline'; - - \ No newline at end of file diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index ab118da091..1e4c3b760a 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -1,7 +1,6 @@ import React from 'react'; import Link from '@docusaurus/Link'; import Layout from '@theme/Layout'; -import TOCInline from '@theme/TOCInline'; function HomepageHeader() { return (