diff options
author | zotlabs <mike@macgirvin.com> | 2018-03-16 15:34:09 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-03-16 15:34:09 -0700 |
commit | 60b38a3a527f64d1bdceac664690519c3b3cff8a (patch) | |
tree | b6114938043fdf05a1e6b5e53a8edaf4a913577b /doc/toc.html | |
parent | 91b710b07d5fc2b48b5d56d1801a36532008d1e9 (diff) | |
download | volse-hubzilla-60b38a3a527f64d1bdceac664690519c3b3cff8a.tar.gz volse-hubzilla-60b38a3a527f64d1bdceac664690519c3b3cff8a.tar.bz2 volse-hubzilla-60b38a3a527f64d1bdceac664690519c3b3cff8a.zip |
slight re-org and update of documentation, moving the tutorial to the top.
Diffstat (limited to 'doc/toc.html')
-rw-r--r-- | doc/toc.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/toc.html b/doc/toc.html index 1b7de3cb3..f6ade61c7 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> @@ -61,12 +59,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> |