Skip to content

Commit

Permalink
Merge branch 'master' into logout-clarifications
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarnermm authored Aug 28, 2023
2 parents ffe06c5 + b516e88 commit abe3026
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions source/deploy/desktop-app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ This page provides a guide on how to customize and distribute your own Mattermos
Custom build configuration
--------------------------

You can customize and distribute your own Mattermost desktop application by configuring `src/common/config/buildConfig.js <https://github.com/mattermost/desktop/blob/master/src/common/config/buildConfig.js>`__.
You can customize and distribute your own Mattermost desktop application by configuring `src/common/config/buildConfig.ts <https://github.com/mattermost/desktop/blob/master/src/common/config/buildConfig.ts>`__.

1. Configure the desktop app's ``buildConfig.js`` file. There are multiple parameters you can configure to customize the user experience:
1. Configure the desktop app's ``buildConfig.ts`` file. There are multiple parameters you can configure to customize the user experience:

``defaultTeams``
~~~~~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions source/install/installing-mattermost-omnibus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Mattermost Omnibus is integrated with the apt package manager. When a new Matter

.. note::

When you run the ``sudo apt uprade`` command, mattermost-server will be updated along with any other packages. Before running the ``apt`` command, we strongly recommend stopping the Mattermost server by running the command ``sudo systemctl stop mattermost-server``.
When you run the ``sudo apt upgrade`` command, mattermost-server will be updated along with any other packages. Before running the ``apt`` command, we strongly recommend stopping the Mattermost server by running the command ``sudo systemctl stop mattermost-server``.

Backup and restore
------------------
Expand Down Expand Up @@ -243,4 +243,4 @@ What ``mmomni`` commands are available?
Where can I get help?
~~~~~~~~~~~~~~~~~~~~~

If you have any problems installing Mattermost Omnibus, see the `troubleshooting guide </install/troubleshooting.html>`__ for common error messages, or `join the Mattermost user community for troubleshooting help <https://mattermost.com/pl/default-ask-mattermost-community/>`__.
If you have any problems installing Mattermost Omnibus, see the `troubleshooting guide </install/troubleshooting.html>`__ for common error messages, or `join the Mattermost user community for troubleshooting help <https://mattermost.com/pl/default-ask-mattermost-community/>`__.

0 comments on commit abe3026

Please sign in to comment.