From: Dessalines Date: Tue, 1 Dec 2020 17:54:37 +0000 (-0500) Subject: Fix post ranking docs in about guide. Fixes #1294 (#1295) X-Git-Url: http://these/git/?a=commitdiff_plain;h=4079235b0d6ef780ca7ce158c4684f8c0f2d6aad;p=lemmy.git Fix post ranking docs in about guide. Fixes #1294 (#1295) * Fix post ranking docs in about guide. Fixes #1294 * Shortening lines to refer to not just posts. * Fixing top line. --- diff --git a/docs/src/about_guide.md b/docs/src/about_guide.md index 3c5e34b4..d9f8adb0 100644 --- a/docs/src/about_guide.md +++ b/docs/src/about_guide.md @@ -12,9 +12,10 @@ Start typing... Type | Description --- | --- -Hot | Shows *trending* posts, based on the score, and the most recent comment time. -New | Newest posts. -Top | Shows the highest scoring posts in the given time frame. +Active | Trending sort based on the score, and the most recent comment time. +Hot | Trending sort based on the score, and the post creation time. +New | Newest items. +Top | The highest scoring items in the given time frame. For more detail, check the [Post and Comment Ranking details](about_ranking.md).