diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-05-04 09:46:27 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-04 09:46:27 +0200 |
commit | be4c9a9598350fb4333480f0c7b302acebcddfd4 (patch) | |
tree | fb0c2606ad4ca0bc1a710d6fdf82f55c326b3427 /doc/toc.html | |
parent | f15c12376adad6534c8c0ea547a7548697eb8379 (diff) | |
parent | be852ba857f4cb8e75574a762945b50c8bddcff9 (diff) | |
download | volse-hubzilla-3.4.tar.gz volse-hubzilla-3.4.tar.bz2 volse-hubzilla-3.4.zip |
Merge branch '3.4RC'3.4
Diffstat (limited to 'doc/toc.html')
-rw-r--r-- | doc/toc.html | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/toc.html b/doc/toc.html index 1b7de3cb3..9c3d22ab8 100644 --- a/doc/toc.html +++ b/doc/toc.html @@ -2,14 +2,12 @@ <div class=""> <div class=""> <h3 class="panel-title"> - About + Tutorials </h3> </div> - <div id="about" class="doco-section"> + <div id="tutorials" class="doco-section"> <div class="flex-column"> - <a class="nav-link" href="/help/about/about">About</a> - <a class="nav-link" href="/help/about/project">Project</a> - <a class="nav-link" href="/help/about/about_hub">About this hub</a> + <a class="nav-link" href="/help/tutorials/personal_channel">Personal Channel</a> </div> </div> </div> @@ -23,7 +21,8 @@ <div class="flex-column"> <a class="nav-link" href="/help/member/member_guide">Guide</a> <a class="nav-link" href="/help/member/bbcode">BBcode Reference</a> - <a class="nav-link" href="/help/bugs">Reporting Bugs</a> + <a class="nav-link" href="/help/feature/additional/overview">Additional Features</a> + <a class="nav-link" href="/help/bugs">Reporting Bugs</a> <a class="nav-link" href="/help/member/member_faq">FAQ</a> </div> </div> @@ -61,12 +60,14 @@ <div class="panel"> <div class=""> <h3 class="panel-title"> - Tutorials + About </h3> </div> - <div id="tutorials" class="doco-section"> + <div id="about" class="doco-section"> <div class="flex-column"> - <a class="nav-link" href="/help/tutorials/personal_channel">Personal Channel</a> + <a class="nav-link" href="/help/about/about">About</a> + <a class="nav-link" href="/help/about/project">Project</a> + <a class="nav-link" href="/help/about/about_hub">About this hub</a> </div> </div> </div> |