Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deprecated configuration settings documentation #7461

Merged
merged 9 commits into from
Oct 16, 2024
24 changes: 0 additions & 24 deletions source/configure/deprecated-configuration-settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Deprecated configuration settings

The following Mattermost configuration settings are deprecated and are no longer supported in current Mattermost releases:

- `Mattermost Boards settings <#mattermost-boards-settings>`__
- `Bleve settings <#bleve-settings>`__
- `Elasticsearch settings <#elasticsearch-settings>`__
- `Service settings <#service-settings>`__
Expand All @@ -25,29 +24,6 @@ The following Mattermost configuration settings are deprecated and are no longer

----

Mattermost Boards setting
--------------------------

*Removed in the Mattermost v8.0 release*

Enable publicly-shared boards
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

+------------------------------------------------------+--------------------------------------------------------------------------------------+
| Enable or disable the ability to share | - System Config path: **Products > Boards** |
| links to Mattermost boards with other users. | - ``config.json`` setting: ``".ProductSettings.EnablePublicSharedBoards: false”,`` |
| | - Environment variable: ``MM_PRODUCTSETTINGS_ENABLEPUBLICSHAREDBOARDS`` |
| - **true**: Enables the ability to share links to | |
| Mattermost boards with other users. | |
| - **false**: **(Default)** Mattermost boards can't | |
| be shared with other users. | |
+------------------------------------------------------+--------------------------------------------------------------------------------------+
| **Notes**: |
| |
| - From Mattermost v7.7 through Mattermost v7.10, this configuration setting applies to Mattermost Boards available as an official |
| in-product vertical. |
+------------------------------------------------------+--------------------------------------------------------------------------------------+

Bleve settings
--------------

Expand Down