0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-15 18:13:46 +02:00
synapse/docs/usage/administration
devonh 0fd6b269d3
Fix various typos in docs (#17114)
### Pull Request Checklist

<!-- Please read
https://element-hq.github.io/synapse/latest/development/contributing_guide.html
before submitting your pull request -->

* [X] Pull request is based on the develop branch
* [X] Pull request includes a [changelog
file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog).
The entry should:
- Be a short description of your change which makes sense to users.
"Fixed a bug that prevented receiving messages from other servers."
instead of "Moved X method from `EventStore` to `EventWorkerStore`.".
  - Use markdown where necessary, mostly for `code blocks`.
  - End with either a period (.) or an exclamation mark (!).
  - Start with a capital letter.
- Feel free to credit yourself, by adding a sentence "Contributed by
@github_username." or "Contributed by [Your Name]." to the end of the
entry.
* [X] [Code
style](https://element-hq.github.io/synapse/latest/code_style.html) is
correct
(run the
[linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters))
2024-04-26 18:10:45 +00:00
..
admin_api Fix various typos in docs (#17114) 2024-04-26 18:10:45 +00:00
monitoring Add another custom statistics collection server (#16769) 2024-01-02 11:54:12 +00:00
admin_faq.md Fix various typos in docs (#17114) 2024-04-26 18:10:45 +00:00
database_maintenance_tools.md Update database_maintenance_tools.md (#15083) 2023-02-20 14:29:13 +00:00
monthly_active_users.md Update legacy synapse_admin_mau: metric names in docs (#14358) 2022-11-03 20:47:20 +00:00
README.md Compile and render Synapse's docs into a browsable, mobile-friendly and searchable website (#10086) 2021-06-03 17:20:40 +01:00
request_log.md Fix typo 2023-12-13 16:37:10 +00:00
state_groups.md Port wiki pages to documentation website (#11402) 2021-12-01 10:12:19 -08:00
understanding_synapse_through_grafana_graphs.md Fix typo 2023-12-13 16:37:10 +00:00
useful_sql_for_admins.md Add query to update local cache of a remote user's device list to docs (#16892) 2024-03-14 13:53:25 +00:00

Administration

This section contains information on managing your Synapse homeserver. This includes:

  • Managing users, rooms and media via the Admin API.
  • Setting up metrics and monitoring to give you insight into your homeserver's health.
  • Configuring structured logging.