mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
Allows for precise control over layout of table of contents so that theme specific changes can be implemented. Introduced a new layout file help-index.tpl. Table of contents is stored in json format within toc.json, support for toc.html is retained since other languages still use it but can be migrated to json if needed.
59 lines
2.3 KiB
JSON
59 lines
2.3 KiB
JSON
{
|
|
"Members": {
|
|
"Overview": "/help/member/overview",
|
|
"Login/Registration": "/help/member/registration",
|
|
"Accounts, Profiles and Channels": "/help/member/accounts_profiles_channels_basics",
|
|
"Posting": "/help/member/posting",
|
|
"The Grid": "/help/member/the_grid",
|
|
"The Stream": "/help/member/the_stream",
|
|
"Apps": "/help/member/apps",
|
|
"Connections": "/help/member/connections",
|
|
"The Directory": "/help/member/directory",
|
|
"Blocking Channels": "/help/member/blocking_channels",
|
|
"Permissions": "/help/member/permissions",
|
|
"Direct Messages": "/help/member/direct_messages",
|
|
"Mentions": "/help/member/mentions",
|
|
"Tags": "/help/member/tags",
|
|
"Bookmarks": "/help/member/bookmarks",
|
|
"Search": "/help/member/search",
|
|
"Article": "/help/member/article",
|
|
"Files": "/help/member/files",
|
|
"Chat Rooms": "/help/member/chat_rooms",
|
|
"Guest Access": "/help/member/guest_access",
|
|
"Privacy Groups": "/help/member/privacy_groups",
|
|
"Calendar": "/help/member/calendar",
|
|
"Address Book": "/help/member/addressbook",
|
|
"Wikis": "/help/member/wikis",
|
|
"Content Warning/NSFW": "/help/member/NSFW",
|
|
"Clone": "/help/member/clone",
|
|
"Websites": "/help/member/websites",
|
|
"Comanche Page Description Language": "/help/member/comanche",
|
|
"Encryption": "/help/member/encryption",
|
|
"Tips for Protecting Your Privacy": "/help/member/protection_of_privacy",
|
|
"Deleting a Channel": "/help/member/deleting_channel",
|
|
"Deleting your account": "/help/member/delete_account",
|
|
"Reporting bugs": "/help/bugs",
|
|
"FAQ": "/help/member/member_faq"
|
|
},
|
|
"Tutorials": {
|
|
"Step by step into the Fediverse with Hubzilla": "/help/tutorials/step_with_hubzilla",
|
|
"Customise the look of Hubzilla": "/help/tutorials/customise_look"
|
|
},
|
|
"Administrators": {
|
|
"Guide": "/help/adminmanual/manual_for_administrators"
|
|
},
|
|
"Developers": {
|
|
"Guide": "/help/developer/developers_guide",
|
|
"Tutorial: Creating a derived theme": "/help/tutorials/derived_theme"
|
|
},
|
|
"About": {
|
|
"About Hubzilla": "/help/about",
|
|
"Functions": "/help/functions",
|
|
"Glossary": "/help/glossary",
|
|
"User interface": "/help/ui",
|
|
"Project": "/help/the_hubzilla_project",
|
|
"Credits": "/help/credits",
|
|
"About this hub": "/help/placeholder"
|
|
}
|
|
}
|