diff options
author | 2024-11-05 13:36:43 +0000 | |
---|---|---|
committer | 2024-11-05 14:36:43 +0100 | |
commit | 38a08cd25aa89f55e2ae6d5e5a4160fada111680 (patch) | |
tree | cde4135a5e4c0faddb7ab1fa9a11ccd899db91f1 /docs/admin | |
parent | [bugfix] Fix setting immediate `expires_at` value on filter endpoints (#3513) (diff) | |
download | gotosocial-38a08cd25aa89f55e2ae6d5e5a4160fada111680.tar.xz |
[docs] add zh docs (#3507)
* [docs] add zh docs
* [docs] add lang dropdown
* [docs] update mkdocs zh config
* [docs] migrate assets
* [docs] update overrides dir in mkdocs zh config
* [docs] exclude locales director in main mkdocs config
* [docs] rename assets to public to avoid conflicting with template
* [docs] extra_css change followup
* [docs] add theme.palette.toggle.icon back into mkdocs zh config
* [docs] fix zh readme reference + migrate language-specific repo markdown to docs
* [docs] translate remaining repo docs + update reference
* [docs] update zh index.md reference
* [docs/zh] wording alignment
Diffstat (limited to 'docs/admin')
-rw-r--r-- | docs/admin/federation_modes.md | 2 | ||||
-rw-r--r-- | docs/admin/settings.md | 14 | ||||
-rw-r--r-- | docs/admin/signups.md | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/docs/admin/federation_modes.md b/docs/admin/federation_modes.md index 8313d8af2..dac1e178f 100644 --- a/docs/admin/federation_modes.md +++ b/docs/admin/federation_modes.md @@ -33,7 +33,7 @@ When your instance encounters a mention or an announce of a status or account it It is possible to both block and allow the same domain, and the effect of combining these two things depends on which federation mode your instance is currently using. - + ### In blocklist mode diff --git a/docs/admin/settings.md b/docs/admin/settings.md index 5e1a906e3..0efb5bf45 100644 --- a/docs/admin/settings.md +++ b/docs/admin/settings.md @@ -20,13 +20,13 @@ Instance moderation settings. ### Reports - + The reports section shows a list of reports, originating from your local users, or remote instances (shown anonymously as just the name of the instance, without specific username). Clicking a report shows if it was resolved (with the reasoning if available), more information, and a list of reported toots if selected by the reporting user. You can also use this view to mark a report as resolved, and fill in a comment. Whatever comment you enter here will be visible to the user that created the report, if that user is from your instance. - + Clicking on the username of the reported account opens that account in the 'Accounts' view, allowing you to perform moderation actions on it. @@ -36,7 +36,7 @@ You can use this section to search for an account and perform moderation actions ### Federation - + In the federation section you can create, delete, and review explicit domain blocks and domain allows. @@ -56,7 +56,7 @@ The domain allows section works much like the domain blocks section, described a Through the link at the bottom of the Federation section (or going to `/settings/admin/federation/import-export`) you can do bulk import/export of blocklists and allowlists. - + Upon importing a list, either through the input field or from a file, you can review the entries in the list before importing a subset. You'll also be warned for entries that use subdomains, providing an easy way to change them to the main domain. @@ -86,7 +86,7 @@ Custom Emoji will be automatically fetched when included in remote toots, but to #### Local - + This section shows an overview of all the custom emoji enabled on your instance, sorted by their category. Clicking an emoji shows it's details, and provides options to change the category or image, or delete it completely. The shortcode cannot be updated here, you would have to upload it with the new shortcode yourself (and optionally delete the old one). @@ -94,7 +94,7 @@ Below the overview you can upload your own custom emoji, after previewing how th #### Remote - + Through the 'remote' section, you can look up a link to any remote toots (provided the instance isn't suspended). If they use any custom emoji they will be listed, providing an easy way to copy them to the local emoji (for use in your own toots), or disable them ( hiding them from toots). @@ -102,7 +102,7 @@ Through the 'remote' section, you can look up a link to any remote toots (provid ### Instance Settings - + Here you can set various metadata for your instance, like the displayed name/title, thumbnail image, (short) description, and contact info. diff --git a/docs/admin/signups.md b/docs/admin/signups.md index db2010cf7..78513380c 100644 --- a/docs/admin/signups.md +++ b/docs/admin/signups.md @@ -17,7 +17,7 @@ You can open new account sign-ups for your instance by changing the variable `ac A sign-up form for your instance will be available at the `/signup` endpoint. For example, `https://your-instance.example.org/signup`. - + Also, your instance homepage and "about" pages will be updated to reflect that registrations are open. @@ -29,11 +29,11 @@ In the meantime, admins and moderators on your instance will receive an email an Instance admins and moderators can handle a new sign-up by either approving or rejecting it via the "accounts" -> "pending" section in the admin panel. - + If you have no sign-ups, the list pictured above will be empty. If you have a pending account sign-up, however, you can click on it to open that account in the account details screen: - + At the bottom, you will find actions that let you approve or reject the sign-up. |