Merge pull request #5274 from DirtyF/document-lsi

Merge pull request 5274
This commit is contained in:
jekyllbot 2016-08-23 07:40:09 -07:00 committed by GitHub
commit 6b289314e1
1 changed files with 1 additions and 2 deletions

View File

@ -115,8 +115,7 @@ following is a reference of the available data.
If the page being processed is a Post, this contains a list of up to ten If the page being processed is a Post, this contains a list of up to ten
related Posts. By default, these are the ten most recent posts. related Posts. By default, these are the ten most recent posts.
For high quality but slow to compute results, run the For high quality but slow to compute results, run the
<code>jekyll</code> command with the <code>--lsi</code> (latent semantic <code>jekyll</code> command with the <code>--lsi</code> (<a href="https://en.wikipedia.org/wiki/Latent_semantic_analysis#Latent_semantic_indexing">latent semantic indexing</a>) option. Also note GitHub Pages does not support the <code>lsi</code> option when generating sites.
indexing) option. Also note GitHub Pages does not support the <code>lsi</code> option when generating sites.
</p></td> </p></td>
</tr> </tr>