From eec2f0fa9f5a987dc84c6c7d722458ac0452304e Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Tue, 22 Sep 2015 15:47:30 -0700 Subject: [PATCH] syntax error --- doc_sidebar_navigation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_sidebar_navigation.md b/doc_sidebar_navigation.md index 9861f9e5..cb4421ff 100644 --- a/doc_sidebar_navigation.md +++ b/doc_sidebar_navigation.md @@ -98,7 +98,7 @@ The assignment of the `sidebar` value through the conditions.html file means thi Since different projects might use different data files, I had to made the logic run using the standard `sidebar` variable but change the meaning of that variable based on the project. -@# Sidebar accordion +## Sidebar accordion If you don't want the accordion feature in the sidebar, open the \_includes/sidebar.html file and change the value for `accordion` in the `.navgoco` options from `true` to `false` (don't surround the value with quotes). This will make it so users can expand more than one sidebar section at once without the other sections collapsing.