From e3a7af7c079e2461a9147394c3ae2e59986eba0d Mon Sep 17 00:00:00 2001 From: Zachary Klosko <31484611+zklosko@users.noreply.github.com> Date: Sun, 10 May 2020 12:38:42 -0400 Subject: [PATCH] Update _config.yml --- docs/_config.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index ac317bfc8..e6a279c89 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -8,7 +8,11 @@ layouts_dir: _layouts data_dir: _data navigation: - - index.md - - features.md - - screenshots.md - - faq.md \ No newline at end of file +- text: Home + url: index.md +- text: Features + url: features.md +- text: Screenshots + url: screenshots.md +- text: FAQ + url: faq.md \ No newline at end of file