From d1173c9d0672bc568016ae63dfe44fce32116824 Mon Sep 17 00:00:00 2001 From: Craig H Maynard Date: Thu, 31 Dec 2020 12:34:45 -0500 Subject: [PATCH] Document support for TSV files consistently (#8488) Merge pull request 8488 --- docs/_docs/datafiles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_docs/datafiles.md b/docs/_docs/datafiles.md index c0fb6bcf..2140a4c3 100644 --- a/docs/_docs/datafiles.md +++ b/docs/_docs/datafiles.md @@ -18,8 +18,8 @@ Plugins/themes can also leverage Data Files to set configuration variables. ## The Data Folder The `_data` folder is where you can store additional data for Jekyll to use when -generating your site. These files must be YAML, JSON, or CSV files (using either -the `.yml`, `.yaml`, `.json` or `.csv` extension), and they will be +generating your site. These files must be YAML, JSON, TSV or CSV files (using either +the `.yml`, `.yaml`, `.json`, `.tsv`, or `.csv` extension), and they will be accessible via `site.data`. ## Example: List of members