more updates to doc, some theme tweaks, finalizing the 5.0 release
This commit is contained in:
@ -1,17 +1,17 @@
|
||||
---
|
||||
title: FAQ layout
|
||||
permalink: /mydoc_faq_layout/
|
||||
sidebar: mydoc_sidebar
|
||||
tags: [special_layouts]
|
||||
keywords: frequently asked questions, FAQ, question and answer, collapsible sections, expand, collapse
|
||||
last_updated: March 20, 2016
|
||||
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."
|
||||
sidebar: mydoc_sidebar
|
||||
permalink: /mydoc_faq/
|
||||
toc: none
|
||||
---
|
||||
|
||||
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>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>
|
||||
|
||||
|
||||
<div class="panel-group" id="accordion">
|
||||
<div class="panel-group" id="accordion">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<h4 class="panel-title">
|
||||
@ -129,6 +129,6 @@ If you want to use an FAQ format, use the syntax shown on the faq.html page. Rat
|
||||
</div>
|
||||
</div>
|
||||
<!-- /.panel -->
|
||||
</div>
|
||||
<!-- /.panel-group -->
|
||||
</div>
|
||||
<!-- /.panel-group -->
|
||||
|
Reference in New Issue
Block a user