Explaining what extensions_to_index really means

Trying, at least… ;-)
This commit is contained in:
Nicolas Hoizey 2017-11-20 15:57:07 +01:00 committed by GitHub
parent 231c17148a
commit 0dc8241faa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,10 +126,12 @@ algolia:
### `extensions_to_index`
By default, HTML and Markdown files will be indexed. If you are using
another markup language (such as [AsciiDoc][11]
or [Textile][12], then you should overwrite this
option.
By default, pages for which the source are HTML or Markdown files will be indexed.
If you are using another markup language (such as [AsciiDoc][11]
or [Textile][12], then you should overwrite this option.
For example, the `md` extension here means that `*.md` source files will be computed
to generate their HTML version, which will be indexed.
```yml
algolia: