Document TSV as a supported data file format (#7168)
Merge pull request 7168
This commit is contained in:
parent
0ff2ef7d28
commit
85be75160c
|
@ -137,9 +137,9 @@ An overview of what each of these does:
|
||||||
<p>
|
<p>
|
||||||
Well-formatted site data should be placed here. The Jekyll engine
|
Well-formatted site data should be placed here. The Jekyll engine
|
||||||
will autoload all data files (using either the <code>.yml</code>,
|
will autoload all data files (using either the <code>.yml</code>,
|
||||||
<code>.yaml</code>, <code>.json</code> or <code>.csv</code>
|
<code>.yaml</code>, <code>.json</code>, <code>.csv</code> or
|
||||||
formats and extensions) in this directory, and they will be
|
<code>.tsv</code> formats and extensions) in this directory,
|
||||||
accessible via `site.data`. If there's a file
|
and they will be accessible via `site.data`. If there's a file
|
||||||
<code>members.yml</code> under the directory, then you can access
|
<code>members.yml</code> under the directory, then you can access
|
||||||
contents of the file through <code>site.data.members</code>.
|
contents of the file through <code>site.data.members</code>.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in New Issue