changed paramenter from toc - none to toc - false to be more standard with the way parameters are set

This commit is contained in:
tomjohnson1492
2016-03-21 10:01:34 -07:00
parent 1cb430c0a0
commit 5012328645
14 changed files with 20 additions and 18 deletions

View File

@ -6,7 +6,7 @@ tags: [special_layouts]
keywords: frequently asked questions, FAQ, question and answer, collapsible sections, expand, collapse
last_updated: November 30, 2015
summary: "You can use an accordion-layout that takes advantage of Bootstrap styling. This is useful for an FAQ page."
toc: none
toc: false
---
<p>If you want to use an FAQ format, use the syntax shown on the faq.html page. Rather than including code samples here (which are bulky with a lot of nested <code>div</code> tags), just look at the source in the mydoc_faq.html theme file.</p>