aboutsummaryrefslogtreecommitdiffstats
path: root/doc/toc.html
diff options
context:
space:
mode:
authorAndrew Manning <andrew@reticu.li>2016-11-27 12:52:35 -0700
committerAndrew Manning <andrew@reticu.li>2016-11-27 12:52:35 -0700
commit99a4bb63c780a939673e2153226635133fbba0eb (patch)
treed724469d2b1ccbbc91d79fa2d6f99a088de51f27 /doc/toc.html
parent713a34c68e242c5bee927f3de41fffaeb2842bf1 (diff)
downloadvolse-hubzilla-99a4bb63c780a939673e2153226635133fbba0eb.tar.gz
volse-hubzilla-99a4bb63c780a939673e2153226635133fbba0eb.tar.bz2
volse-hubzilla-99a4bb63c780a939673e2153226635133fbba0eb.zip
Added Tutorials section with a Personal Channel tutorial
Diffstat (limited to 'doc/toc.html')
-rw-r--r--doc/toc.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/toc.html b/doc/toc.html
index 45214e210..4ee6eeea1 100644
--- a/doc/toc.html
+++ b/doc/toc.html
@@ -77,6 +77,19 @@
</ul>
</div>
</div>
+ <div class="panel">
+ <div class="panel-heading">
+ <h4 class="panel-title">
+ <a data-toggle="collapse" data-parent="#accordion" href="#tutorials"><span class="glyphicon glyphicon-folder-open">
+ </span>Tutorials</a>
+ </h4>
+ </div>
+ <div id="tutorials" class="panel-collapse collapse">
+ <ul class="list-group">
+ <li class="doco-list-group-item"><a href="/help/tutorials/personal_channel">Personal Channel</a></li>
+ </ul>
+ </div>
+ </div>
</div>
<script>
@@ -85,6 +98,9 @@
var url = document.createElement('a');
url.href = window.location;
switch (url.pathname.split('/')[2]) {
+ case 'tutorials':
+ $('#tutorials').addClass('in');
+ break;
case 'about':
$('#about').addClass('in');
break;