docs
docs copied to clipboard
Mattermost documentation
Based on customer feedback: https://hub.mattermost.com/private-core/pl/d6otjyy79tgi38pkddecqsi4ih
#### Summary Reduce product docs PR review toil #### Ticket Link Fixes https://github.com/mattermost/docs/issues/7280
#### Summary This pull fix the document "install-desktop-app.rst" where the windows path %appdata% is wrong with two backlashes where only should be one. #### Ticket Link Fixes https://github.com/mattermost/docs/issues/7361
In the troubleshooting guide for the desktop app, the windows paths are showing double backslashes `\\` `%APPDATA%\\Mattermost` Which is wrong - correct would be just one: `%APPDATA%\Mattermost` I found the...
Re-create the following 3 Mattermost notification flow charts using [draw.io](https://app.diagrams.net/): 1. [Mattermost desktop notification flow chart](https://docs.mattermost.com/_images/desktop_notification_chart.png) for the [notification FAQ](https://docs.mattermost.com/about/faq-notifications.html#what-determines-if-a-desktop-notification-should-be-triggered) docs section. 2. [Mattermost email notification flow chart](https://docs.mattermost.com/_images/email_notification_chart.png) for the...
#### Summary Wrong documentation in terms of config parameter "MaximumPayloadSizeBytes". The parameter is located under path "ServiceSettings". Documentation states that it is under path "FileSettings". Also see [reality](https://github.com/mattermost/mattermost/blob/db138fd23a6984ef94201cc2635ce0cdcf191f50/e2e-tests/cypress/tests/support/api/cloud_default_config.json#L112) vs [documentation](https://docs.mattermost.com/configure/environment-configuration-settings.html#maximum-payload-size)....
# Current Individual product documentation pages define and reference product icons at the top of page, rather than site-wide. # Desired All existing product icons referenced across the docs site...