diff --git a/docs/development/tech_docu/api/notifications.rst b/docs/development/tech_docu/api/notifications.rst index 03386726..d2bf6352 100644 --- a/docs/development/tech_docu/api/notifications.rst +++ b/docs/development/tech_docu/api/notifications.rst @@ -14,7 +14,7 @@ models =========== .. autoclass:: allianceauth.notifications.models.Notification - :members: view, set_level, LEVEL_CHOICES + :members: LEVEL_CHOICES, mark_viewed, set_level :undoc-members: managers diff --git a/docs/features/apps/autogroups.md b/docs/features/apps/autogroups.md index d4111aec..4dd4ce5a 100644 --- a/docs/features/apps/autogroups.md +++ b/docs/features/apps/autogroups.md @@ -42,11 +42,12 @@ Auto Groups are configured via models in the Admin Interface, a user will requir +-------------------------------------------+------------------+----------------+ | Permission | Admin Site | Auth Site | +===========================================+==================+================+ -| eve_autogroups.add_autogroupsconfig | Can create model | None. | +| eve_autogroups.add_autogroupsconfig | Can create model | None. | +-------------------------------------------+------------------+----------------+ -| eve_autogroups.change_autogroupsconfig | Can edit model | None. | +| eve_autogroups.change_autogroupsconfig | Can edit model | None. | +-------------------------------------------+------------------+----------------+ -| eve_autogroups.delete_autogroupsconfig | Can delete model | None. | +| eve_autogroups.delete_autogroupsconfig | Can delete model | None. | +-------------------------------------------+------------------+----------------+ ``` + There exists more models that will be automatically created and maintained by this module, they do not require end-user/admin interaction. `managedalliancegroup` `managedcorpgroups` diff --git a/docs/features/services/teamspeak3.md b/docs/features/services/teamspeak3.md index 20c28490..ef4880f4 100644 --- a/docs/features/services/teamspeak3.md +++ b/docs/features/services/teamspeak3.md @@ -38,14 +38,14 @@ To install we need a copy of the server. You can find the latest version from [t Download the server, replacing the link with the link you got earlier. -```url +```text http://dl.4players.de/ts/releases/3.13.2/teamspeak3-server_linux_amd64-3.13.2.tar.bz2 ``` Now we need to extract the file. ```bash - tar -xf teamspeak3-server_linux_amd64-3.1.0.tar.bz2 +tar -xf teamspeak3-server_linux_amd64-3.1.0.tar.bz2 ``` ### Create User