From 85be75160c44b922ea7e4c9d8d0a40aeafa1db7e Mon Sep 17 00:00:00 2001 From: Ken Salomon Date: Thu, 2 Aug 2018 15:05:09 -0400 Subject: [PATCH] Document TSV as a supported data file format (#7168) Merge pull request 7168 --- docs/_docs/structure.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.