From b153808472655cc73245ad60a2aa38bf04833367 Mon Sep 17 00:00:00 2001 From: Phil Hagelberg Date: Mon, 21 Nov 2022 04:19:51 -0800 Subject: [docs] Add first draft of FAQ (#1086) * Clarify that gotosocial doesn't use recommendation algorithms It uses lots of algorithms. ~/src/gotosocial $ rgrep algorithm . | wc 856 8971 143395 * Add first draft of the FAQ. * Suggested FAQ changes. Mention backfill of posts as not yet being implemented; link to FAQ from readme/index. Mention that GtS does serve up some UI; just not most interaction. --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index 320fcb2ad..0c3d6da00 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,6 +13,7 @@ extra_css: nav: - "Home": "index.md" + - "FAQ": "faq.md" - "User Guide": - "user_guide/posts.md" - "user_guide/user_panel.md" -- cgit v1.3