mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-19 16:01:01 +00:00
* Fix post ranking docs in about guide. Fixes #1294 * Shortening lines to refer to not just posts. * Fixing top line.
This commit is contained in:
parent
45efa94ba4
commit
4079235b0d
1 changed files with 4 additions and 3 deletions
|
@ -12,9 +12,10 @@ Start typing...
|
||||||
|
|
||||||
Type | Description
|
Type | Description
|
||||||
--- | ---
|
--- | ---
|
||||||
Hot | Shows *trending* posts, based on the score, and the most recent comment time.
|
Active | Trending sort based on the score, and the most recent comment time.
|
||||||
New | Newest posts.
|
Hot | Trending sort based on the score, and the post creation time.
|
||||||
Top | Shows the highest scoring posts in the given time frame.
|
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).
|
For more detail, check the [Post and Comment Ranking details](about_ranking.md).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue