[PR #5958] [MERGED] Edit and update of FAQ+new database GUI guide #11030

Closed
opened 2026-02-05 14:32:19 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/5958
Author: @aviv926
Created: 12/24/2023
Status: Merged
Merged: 1/12/2024
Merged by: @jrasm91

Base: mainHead: FAQ-edit


📝 Commits (10+)

📊 Changes

18 files changed (+458 additions, -130 deletions)

View changed files

docs/docs/FAQ.md (+0 -122)
docs/docs/FAQ.mdx (+311 -0)
📝 docs/docs/administration/backup-and-restore.md (+31 -0)
📝 docs/docs/developer/architecture.mdx (+1 -1)
📝 docs/docs/developer/setup.md (+11 -1)
📝 docs/docs/features/libraries.md (+11 -0)
docs/docs/guides/assets/20231219_183007_add-new-server-option.png (+0 -0)
docs/docs/guides/database-gui.md (+40 -0)
docs/docs/guides/img/Connection-Pgadmin.png (+0 -0)
docs/docs/guides/img/add-new-server-option.png (+0 -0)
📝 docs/docs/guides/remote-access.md (+1 -0)
📝 docs/docs/guides/remote-machine-learning.md (+1 -1)
docs/docs/guides/remove-offline-files.md (+34 -0)
docs/docs/overview/Comparison.md (+12 -0)
📝 docs/docs/overview/help.md (+2 -2)
📝 docs/docs/overview/logo.md (+1 -1)
📝 docs/docs/overview/quick-start.mdx (+1 -1)
📝 docs/docs/overview/support-the-project.md (+1 -1)

📄 Description

Added edit and update of FAQ:

  • Division by subject
  • Editing of irrelevant things (object detection) + cloudflare 100M limit
  • Adding many repetitive questions to FAQ
  • Adding a "comparison" page in the overview for people from different platforms
  • Added all kinds of explanations about how ML works

Instructors:
Added database login guide using PgAdmin (GUI).

Note:
My English is not 100% and I use a translation, maybe you should follow grammar and words that probably weren't translated properly, I did my best so that there are no situations where there is a spelling mistake

Note 2:
i want to use docusaurus with
import TOCInline from '@theme/TOCInline';

https://docusaurus.io/docs/markdown-features/toc#inline-table-of-contents

So that I can display all the TOC from all MD pages in FAQ.mdx
For a quick search for a question among all FAQ departments

Do you think there is a way I can make this happen?

It's not finished yet, but I'd like you to take a look at it


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/5958 **Author:** [@aviv926](https://github.com/aviv926) **Created:** 12/24/2023 **Status:** ✅ Merged **Merged:** 1/12/2024 **Merged by:** [@jrasm91](https://github.com/jrasm91) **Base:** `main` ← **Head:** `FAQ-edit` --- ### 📝 Commits (10+) - [`8331580`](https://github.com/immich-app/immich/commit/83315804be42f9d7d6d0a93b75e56e22dd33989e) Update added and re -arrangement of FAQ - [`24e303a`](https://github.com/immich-app/immich/commit/24e303a9d2633a53571bc15239e54820ba8bf8c7) Erasure of addition mistakes - [`d2600de`](https://github.com/immich-app/immich/commit/d2600dee4d09033dcc278bed7fd73366e2dabe69) Erasure of addition mistakes - [`a51027b`](https://github.com/immich-app/immich/commit/a51027b92e6e33a86101ac760c34b0b340835aca) Fix broken links - [`d5ffbff`](https://github.com/immich-app/immich/commit/d5ffbff1315b1f06fb69537d2882606735b6d293) Correcting spelling errors + adding more questions - [`9c7d8e8`](https://github.com/immich-app/immich/commit/9c7d8e8ad6838c348e19c12664d9172a01f05404) New required fixes - [`0479c66`](https://github.com/immich-app/immich/commit/0479c66c7ab30a3911bea6a63c465af0f5a5ac99) More FAQ - [`59a9dea`](https://github.com/immich-app/immich/commit/59a9dea82a1f59a6d64c0aaa64242ed47900f50f) Merge branch 'main' of https://github.com/aviv926/immich into FAQ-edit - [`43f15ce`](https://github.com/immich-app/immich/commit/43f15ce9b7da0f3ffc2a097833b162523779dfa0) Merge branch 'immich-app:main' into FAQ-edit - [`cc5c2b0`](https://github.com/immich-app/immich/commit/cc5c2b0461be6a1af11b487d99105c7931a0b268) Merge branch 'immich-app:main' into FAQ-edit ### 📊 Changes **18 files changed** (+458 additions, -130 deletions) <details> <summary>View changed files</summary> ➖ `docs/docs/FAQ.md` (+0 -122) ➕ `docs/docs/FAQ.mdx` (+311 -0) 📝 `docs/docs/administration/backup-and-restore.md` (+31 -0) 📝 `docs/docs/developer/architecture.mdx` (+1 -1) 📝 `docs/docs/developer/setup.md` (+11 -1) 📝 `docs/docs/features/libraries.md` (+11 -0) ➕ `docs/docs/guides/assets/20231219_183007_add-new-server-option.png` (+0 -0) ➕ `docs/docs/guides/database-gui.md` (+40 -0) ➕ `docs/docs/guides/img/Connection-Pgadmin.png` (+0 -0) ➕ `docs/docs/guides/img/add-new-server-option.png` (+0 -0) 📝 `docs/docs/guides/remote-access.md` (+1 -0) 📝 `docs/docs/guides/remote-machine-learning.md` (+1 -1) ➕ `docs/docs/guides/remove-offline-files.md` (+34 -0) ➕ `docs/docs/overview/Comparison.md` (+12 -0) 📝 `docs/docs/overview/help.md` (+2 -2) 📝 `docs/docs/overview/logo.md` (+1 -1) 📝 `docs/docs/overview/quick-start.mdx` (+1 -1) 📝 `docs/docs/overview/support-the-project.md` (+1 -1) </details> ### 📄 Description Added edit and update of FAQ: - Division by subject - Editing of irrelevant things (object detection) + cloudflare 100M limit - Adding **many** repetitive questions to FAQ - Adding a "comparison" page in the overview for people from different platforms - Added all kinds of explanations about how ML works **Instructors:** Added database login guide using PgAdmin (GUI). **Note:** My English is not 100% and I use a translation, maybe you should follow grammar and words that probably weren't translated properly, I did my best so that there are no situations where there is a spelling mistake **Note 2:** i want to use docusaurus with import TOCInline from '@theme/TOCInline'; https://docusaurus.io/docs/markdown-features/toc#inline-table-of-contents So that I can display all the TOC from all MD pages in FAQ.mdx For a quick search for a question among all FAQ departments Do you think there is a way I can make this happen? **It's not finished yet, but I'd like you to take a look at it** --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 14:32:19 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#11030