diff options
author | phellmes <development@suschka.de> | 2018-04-04 16:00:34 +0200 |
---|---|---|
committer | phellmes <development@suschka.de> | 2018-04-04 16:00:34 +0200 |
commit | 2afe28785cc8cb4e655d6566c6c3ee8c787b2a2d (patch) | |
tree | f7c0edc9be2ac65a70e24e184ef4dfeb0a7eeb24 /doc/toc.html | |
parent | 8871f8d0f4b33a4ed76ce18c15b7a8fcab916d6e (diff) | |
download | volse-hubzilla-2afe28785cc8cb4e655d6566c6c3ee8c787b2a2d.tar.gz volse-hubzilla-2afe28785cc8cb4e655d6566c6c3ee8c787b2a2d.tar.bz2 volse-hubzilla-2afe28785cc8cb4e655d6566c6c3ee8c787b2a2d.zip |
add basic structure for additional features documentation
Setting the raw frame with overview, short descriptions like in code
and already revealing skill levels.
Based on the current (recently modified) structure of the feature settings.
Detailed descriptions in work and coming with later commits as well as
a dedicated admin section for that topic. Better menu integration
may be possible with Andrew's new doco structure work in progress later.
Diffstat (limited to 'doc/toc.html')
-rw-r--r-- | doc/toc.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/toc.html b/doc/toc.html index f6ade61c7..9c3d22ab8 100644 --- a/doc/toc.html +++ b/doc/toc.html @@ -21,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> |