From a79279b1cc2f63ecdec718f0557f5b70db2910ed Mon Sep 17 00:00:00 2001
From: Austin Pray
Date: Sun, 11 May 2014 16:21:47 -0500
Subject: [PATCH] Beefs up variables.md
Adds site.data
Adds site.collections
Adds site.html_pages
---
site/docs/variables.md | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/site/docs/variables.md b/site/docs/variables.md
index 5f4afbea..a8b42c33 100644
--- a/site/docs/variables.md
+++ b/site/docs/variables.md
@@ -122,6 +122,30 @@ following is a reference of the available data.
+
+ site.html_pages
|
+
+
+ A list of all HTML Pages.
+
+ |
+
+
+ site.collections
|
+
+
+ A list of all the collections.
+
+ |
+
+
+ site.data
|
+
+
+ A list containing the data loaded from the YAML files located in the _data directory.
+
+ |
+
site.documents
|
|