diff options
| author | 2022-11-21 04:19:51 -0800 | |
|---|---|---|
| committer | 2022-11-21 13:19:51 +0100 | |
| commit | b153808472655cc73245ad60a2aa38bf04833367 (patch) | |
| tree | 293a8a8681362cad80d0f54b8acadc0083a87530 /mkdocs.yml | |
| parent | [chore] update readme with kim's links (#1093) (diff) | |
| download | gotosocial-b153808472655cc73245ad60a2aa38bf04833367.tar.xz | |
[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.
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
