From 75c40edff8fc2d2c1bb1bfeb6c45e75a654f6faa Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Mon, 26 Dec 2016 23:20:13 -0800 Subject: [PATCH] Added link to new navigation page This just links to the new page I added about navigation. --- docs/_docs/datafiles.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_docs/datafiles.md b/docs/_docs/datafiles.md index 21799169..40723d2f 100644 --- a/docs/_docs/datafiles.md +++ b/docs/_docs/datafiles.md @@ -150,3 +150,5 @@ author: dave {% endraw %} ``` + +For information on how to build robust navigation for your site (especially if you have a documentation website or another type of Jekyll site with a lot of pages to organize), see [Navigation](../navigation).