help: Rework docs for joining and inviting.

This commit is contained in:
Rishi Gupta
2019-02-26 22:14:13 -08:00
committed by Tim Abbott
parent b67709a1c8
commit 6d51b25fc6
12 changed files with 189 additions and 67 deletions

View File

@@ -51,6 +51,11 @@ TAB_DISPLAY_NAMES = {
'cloud': 'HipChat Cloud',
'server': 'HipChat Server or Data Center',
'stride': 'Stride',
'send-email-invitations': 'Send email invitations',
'share-an-invite-link': 'Share an invite link',
'allow-anyone-to-join': 'Allow anyone to join',
'restrict-by-email-domain': 'Restrict by email domain',
}
class TabbedSectionsGenerator(Extension):