diff --git a/docs/_docs/structure.md b/docs/_docs/structure.md index 6a069f29..f8a19059 100644 --- a/docs/_docs/structure.md +++ b/docs/_docs/structure.md @@ -137,9 +137,9 @@ An overview of what each of these does:
Well-formatted site data should be placed here. The Jekyll engine
will autoload all data files (using either the .yml
,
- .yaml
, .json
or .csv
- formats and extensions) in this directory, and they will be
- accessible via `site.data`. If there's a file
+ .yaml
, .json
, .csv
or
+ .tsv
formats and extensions) in this directory,
+ and they will be accessible via `site.data`. If there's a file
members.yml
under the directory, then you can access
contents of the file through site.data.members
.