From 4df6753109ed255895ffe3ca0e46f797f6ae6fb3 Mon Sep 17 00:00:00 2001 From: Lukasz Brodowski Date: Sun, 12 Mar 2017 14:22:16 -0700 Subject: [PATCH 1/2] Removed navigation paragraph Removed the paragraph telling a user to visit the navigations page to learn how to build more robust navigation. The permalink was broken since Navigation no longer exists and no other suitable substitute (closest being ./permalinks) fits the description. --- docs/_docs/datafiles.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/_docs/datafiles.md b/docs/_docs/datafiles.md index a389a658..c0e10997 100644 --- a/docs/_docs/datafiles.md +++ b/docs/_docs/datafiles.md @@ -152,5 +152,3 @@ 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). From cf65d2cd8ed256d962f9c145ca53416c58d916b7 Mon Sep 17 00:00:00 2001 From: Lukasz Brodowski Date: Sun, 12 Mar 2017 14:55:47 -0700 Subject: [PATCH 2/2] Corrected permalink Fixed the permalink to navigation page since it was moved to under tutorials. --- docs/_docs/datafiles.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_docs/datafiles.md b/docs/_docs/datafiles.md index c0e10997..671a3206 100644 --- a/docs/_docs/datafiles.md +++ b/docs/_docs/datafiles.md @@ -152,3 +152,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](/tutorials/navigation).